# Android specific

- [How to allow users to unsubscribe from push notifications on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-allow-users-to-unsubscribe-from-push-notifications-on-android.md): You may want to offer your users a system to disable push notifications from your app.
- [How to find my Installation ID on an Android device?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-find-my-installation-id-on-an-android-device.md): You can easily find your Installation ID with the "Find my Installation" feature on Android or using the Terminal application.
- [How to check Batch logs on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-check-batch-logs-on-android.md): Follow this guide to see what Batch SDK is reporting and get more information on the Batch integration in your app.
- [How to send a test notification to my web browser on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-send-a-test-notification-to-my-web-browser-on-android.md): You can target your mobile device from the dashboard to test that your web notifications are displayed correctly on Android.
- [How to test the integration on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-test-the-integration-on-android.md): Follow this guide to make sure Batch's SDK is integrated correctly before releasing your app to the PlayStore.
- [How to fix notification delivery issues on specific Android devices?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-fix-notification-delivery-issues-on-specific-android-devices.md): This guide provides steps to resolve push notification delivery issues on specific Android devices from manufacturers like Huawei, Xiaomi, Oppo, OnePlus, and Sony.
- [How to use Custom Notification Sounds on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-use-custom-notification-sounds-on-android.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/technical-guides/how-to-guides/mobile/android-specific.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.
