# Mobile Concepts

- [Mobile Apps with Tor](https://guide.onionmobile.dev/mobile-concepts/mobile-apps-with-tor.md): Summary of known mobile applications with Tor Support
- [Possible Ways to Tor Your App](https://guide.onionmobile.dev/mobile-concepts/all-the-ways-to-tor.md): Summary of different ways an app can integrate with Tor
- [Limitations of Mobile Devices](https://guide.onionmobile.dev/mobile-concepts/limitations-of-mobile-devices.md): Aspects of mobile device challenges that should always be considered when integrating Tor
- [Mobile Users in the OnionVerse](https://guide.onionmobile.dev/mobile-concepts/user-stories.md): Why and how a user of an app might benefit from Tor integration


---

# 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/mobile-concepts.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.
