# Android

- [Prerequisites](https://doc.batch.com/developer/sdk/android/prerequisites.md)
- [SDK integration](https://doc.batch.com/developer/sdk/android/sdk-integration.md)
- [Mobile landings](https://doc.batch.com/developer/sdk/android/mobile-landings.md)
- [In-App Messaging](https://doc.batch.com/developer/sdk/android/in-app-messaging.md)
- [Inbox](https://doc.batch.com/developer/sdk/android/inbox.md)
- [Profile Data](https://doc.batch.com/developer/sdk/android/profile-data.md)
- [Attributes](https://doc.batch.com/developer/sdk/android/profile-data/attributes.md)
- [Events](https://doc.batch.com/developer/sdk/android/profile-data/events.md)
- [Custom user ID](https://doc.batch.com/developer/sdk/android/profile-data/custom-user-id.md)
- [Custom region/language](https://doc.batch.com/developer/sdk/android/profile-data/custom-locale.md)
- [Email subscription](https://doc.batch.com/developer/sdk/android/profile-data/email-subscription.md)
- [SMS subscription](https://doc.batch.com/developer/sdk/android/profile-data/sms-subscription.md)
- [Topic preferences](https://doc.batch.com/developer/sdk/android/profile-data/topic-preferences.md)
- [Profile data migration](https://doc.batch.com/developer/sdk/android/profile-data/data-migration.md)
- [Testing your integration](https://doc.batch.com/developer/sdk/android/profile-data/debug.md)
- [Data Privacy](https://doc.batch.com/developer/sdk/android/data-privacy.md)
- [SDK opt-out (e.g. GDPR)](https://doc.batch.com/developer/sdk/android/data-privacy/opt-out.md)
- [Automatic data collection](https://doc.batch.com/developer/sdk/android/data-privacy/data-collection.md)
- [Event dispatchers](https://doc.batch.com/developer/sdk/android/event-dispatchers.md)
- [Firebase](https://doc.batch.com/developer/sdk/android/event-dispatchers/firebase.md)
- [Piano Analytics](https://doc.batch.com/developer/sdk/android/event-dispatchers/piano-analytics.md)
- [AT Internet](https://doc.batch.com/developer/sdk/android/event-dispatchers/at-internet.md)
- [Mixpanel](https://doc.batch.com/developer/sdk/android/event-dispatchers/mixpanel.md)
- [Custom](https://doc.batch.com/developer/sdk/android/event-dispatchers/custom.md)
- [Troubleshooting](https://doc.batch.com/developer/sdk/android/troubleshooting.md)
- [Advanced](https://doc.batch.com/developer/sdk/android/advanced.md)
- [Customizing notifications](https://doc.batch.com/developer/sdk/android/advanced/customizing-notifications.md)
- [Notification channels](https://doc.batch.com/developer/sdk/android/advanced/notification-channels.md)
- [Custom actions](https://doc.batch.com/developer/sdk/android/advanced/custom-actions.md)
- [Getting the registration identifier](https://doc.batch.com/developer/sdk/android/advanced/getting-registration.md)
- [Migrating to FCM](https://doc.batch.com/developer/sdk/android/advanced/fcm-migration.md)
- [Overriding the FCM Sender ID](https://doc.batch.com/developer/sdk/android/advanced/fcm-sender-id-override.md)
- [Deeplinking](https://doc.batch.com/developer/sdk/android/advanced/deeplinking.md)
- [Low-level notification handling (deprecated)](https://doc.batch.com/developer/sdk/android/advanced/low-level-notification-handling.md)
- [Migrating from v1](https://doc.batch.com/developer/sdk/android/advanced/2x-migration.md)
- [Migrating from v2](https://doc.batch.com/developer/sdk/android/advanced/3x-migration.md)
- [SDK changelog](https://doc.batch.com/developer/sdk/android/sdk-changelog.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://doc.batch.com/developer/sdk/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.
