> For the complete documentation index, see [llms.txt](https://upbots.gitbook.io/upbots/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upbots.gitbook.io/upbots/getting-started/upbots-mobile-app.md).

# UpBots Mobile App

In order to allow the use of UpBots on all your devices, UpBots launches its mobile application.

{% hint style="info" %}
Currently the application is only available on the **Android Play Store**. We are actively working on bringing the application to Apple users very soon.
{% endhint %}

\
The UpBots application will allow you to continue your experience on your mobile, track your trades, activate bots, view your portfolio, etc...

{% hint style="danger" %}
Attention, the functionalities linked to a decentralized wallet (such as *Metamask*), are not accessible from the mobile application. On mobile, in order to access your 0x wallet, it is imperative to connect to UpBots from the WEB3.0 browser, like the one of *Metamask* or *TrustWallet*.

*Impacted features: staking, swap, bridge.*
{% endhint %}

{% embed url="<https://play.google.com/store/apps/details?id=com.app.upbots>" %}

![CEX Portfolio Summay](/files/IlU0KkXMuMHWpGzQB1XM) ![Portfolio Summary (Dark Mode)](/files/Dw1ospnjBMslO8zYeGb7) ![](/files/cUlxWz9KH3SOmHz4Op5t) ![Main Page](/files/r2otFlXJqoXmjW7dw7ya) ![Manual Trade Buy/Sell](/files/LwVhfGKUUzvn5IPmov00) ![Order History](/files/Baa33ZwLKprYl1YKWU0E) ![Past Orders](/files/aLUXDa02goUXsO95ACye) ![My Active Bots](/files/MBLjzvDH6laVRtftV1Xt) ![Manual Trade Chart](/files/KZy3vidyPWWCfQ4cUSRz) ![Signup/Signin Page](/files/8UFaz65V2gpseAmqTsmx)


---

# 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://upbots.gitbook.io/upbots/getting-started/upbots-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.
