# Android

- [ADB tunnel](https://docs.appetize.io/features/advanced-features/android/adb-tunnel.md): The ADB tunnel feature allows you to create an SSH tunnel to a running Appetize Android session, enabling you to interact with the device via Android Studio or standard ADB protocol.
- [Hide Password Visibility](https://docs.appetize.io/features/advanced-features/android/hide-password-visibility.md): Keep your passwords secure on Android with Appetize's Hide Password Visibility feature that ensures your passwords are hidden from view.


---

# 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://docs.appetize.io/features/advanced-features/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.
