# Tor on Android

- [All The Onions on Android](https://guide.onionmobile.dev/tor-on-android/onion-eating-robots.md): Summary of ways to integrate Tor on Android devices
- [Tor-Android library](https://guide.onionmobile.dev/tor-on-android/tor-android-library.md): Integrating Tor directly into your mobile app
- [Pluggable Transports for Android](https://guide.onionmobile.dev/tor-on-android/iptproxy-pluggable-transports.md): Lyrebird/Obfs4proxy and Snowflake Pluggable Transports for iOS, MacOS and Android
- [NetCipher with Orbot (Legacy)](https://guide.onionmobile.dev/tor-on-android/netcipher-with-orbot-legacy.md): Time-tested way to integrate with Orbot for Android
- [TorServices](https://guide.onionmobile.dev/tor-on-android/torservices.md): The new way to use Tor as a separate app
- [Arti Mobile on Android](https://guide.onionmobile.dev/tor-on-android/arti-mobile-on-android.md): Using Tor's new Rust-based runtime in your Android app


---

# 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://guide.onionmobile.dev/tor-on-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.
