> For the complete documentation index, see [llms.txt](https://docs.scopechat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scopechat.ai/how-to-use/mobile-app.md).

# Mobile App

Scopechat was developed as a mobile first tool, so the mobile experience is extremely user-friendly. For easier access, we recommend adding Scopechat to the home screen of your mobile phone. This way, you can ask your Web3-related questions to Scopechat in just one tap. Here's a step-by-step guide on how to do it:

1. On your mobile device, open your preferred web browser and go to [scopechat.ai](https://ai.0xscope.com.).

<figure><img src="/files/VDzgmbDryb0jUYJDEcTU" alt=""><figcaption></figcaption></figure>

2. Go to your web browser's Menu button (for Android devices) or Share button (for iOS devices) and select "Add to Home Screen" Note: On Android, the menu button is typically on the upper-right corner of the browser, beside the URL. On iOS, the Share button is located on the bottom part of the browser, just below the URL. Also, some web browsers contain the "Add to Home Screen" under the "Add to" option, so please familiarize yourself with your browser's settings.

<figure><img src="/files/IEY9yKuYLXkYp2l8CME3" alt=""><figcaption></figcaption></figure>

3. You will be asked to name this shortcut to your preference. Once this is done, tap Add (or its equivalent button on the browser of your choice).

<figure><img src="/files/FmRY6IR77sCNAjdE5kyc" alt=""><figcaption></figcaption></figure>

3. You can now see the Scopechat shortcut on your homepage. To quickly access Scopechat, tap the shortcut.

<figure><img src="/files/ZHLnl2tdVzWATmA6tIaD" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.scopechat.ai/how-to-use/mobile-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
