> For the complete documentation index, see [llms.txt](https://apertus.gitbook.io/vr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apertus.gitbook.io/vr/plugins-android.md).

# Plugins on Android

- [Java Native Interface](https://apertus.gitbook.io/vr/plugins-android/jni-plugin-android.md): This chapter introduces the JNI-Plugin, which is responsible for supporting the Java when using the ApertusVR library, and is used by the Android apps to cooperate with ApertusVR.
- [How to use](https://apertus.gitbook.io/vr/plugins-android/jni-plugin-android/how-to-use.md): In this section we will discuss how you can use ApertusVR's main features from Android and Java
- [Extending the API](https://apertus.gitbook.io/vr/plugins-android/jni-plugin-android/extending-the-api.md): This page shows how to extend the ApertusVR Java API, if needed.
- [Filament render](https://apertus.gitbook.io/vr/plugins-android/untitled-1.md): This page introduces how the basic render system of ApertusVR for Android works
- [How to use](https://apertus.gitbook.io/vr/plugins-android/untitled-1/how-to-use.md): This pages shows how to use the Filament render plugin on Android
- [How to configure](https://apertus.gitbook.io/vr/plugins-android/untitled-1/how-to-configure.md): This pages shows how to configure the Filament render plugin on Android
- [Developers](https://apertus.gitbook.io/vr/plugins-android/untitled-1/extending-the-plugin.md): This page will provide an in depth explanation about the plug-in for developers.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apertus.gitbook.io/vr/plugins-android.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
