# android support

- [Trill SDK for Android](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android.md): Trillbit SDK support for Android applications
- [SDK Requirements](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/sdk-requirements.md)
- [Setup Guide](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide.md)
- [Licensing credentials](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide/licensing-credentials.md)
- [Getting started](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide/getting-started.md)
- [Integrating the SDK](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide/integrating-the-sdk.md)
- [Declare your app's audio permissions](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide/integrating-the-sdk/declare-your-apps-audio-permissions.md)
- [Import SDK](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide/integrating-the-sdk/import-sdk.md)
- [Declare Trill SDK Callback](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide/integrating-the-sdk/declare-trill-sdk-callback.md)
- [License and Initialise your Trill SDK](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide/integrating-the-sdk/license-and-initialise-your-trill-sdk.md)
- [Methods and Callbacks](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/methods-and-callbacks.md)
- [Sender methods](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/methods-and-callbacks/sender-methods.md)
- [Receiver methods](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/methods-and-callbacks/receiver-methods.md)
- [Callbacks](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/methods-and-callbacks/callbacks.md)
- [Reducing application size](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/reducing-application-size.md)
- [Troubleshooting](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/troubleshooting.md)
- [Error codes](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/troubleshooting/error-codes.md)


---

# 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://trillbit.gitbook.io/trillbit-sdk/android-support.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.
