# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
