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

# Mobile Application

You can download the BotGhost App for free on the iOS App Store, or on Android through a Progressive Web App.\
\&#xNAN;*You don't need to install this to use BotGhost, it's completely optional!*

Below you can see how to install it on [iOS](#ios-app) or [Android](#android-devices) device.

## iOS App

{% hint style="warning" %}
Please note that the native BotGhost app is not available for Android devices.
{% endhint %}

The BotGhost app is available on the native iOS App Store to download for free.

{% stepper %}
{% step %}
Go to the [BotGhost](https://apps.apple.com/us/app/botghost/id6757778695) app on the App Store.
{% endstep %}

{% step %}
Press the "Get" button.

<figure><img src="/files/TMPdOG3qRRsXQrOIsEd2" alt="" width="188"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You can now access the BotGhost dashboard directly from your home screen!.

<figure><img src="/files/IMusiJuZ1sbkcwET7NF6" alt="" width="203"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Android Devices App

{% stepper %}
{% step %}
Go to the [BotGhost](https://botghost.com/) website and click on 'Create Bot' to log in.

<figure><img src="/files/QQ0Y1qH8dZY60rKIHfo7" alt="" width="188"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click on the three dots at the top right corner of your screen.

<figure><img src="/files/ViTYXHmpgH49tGnvHzOh" alt="" width="188"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click on 'Install App'.

<figure><img src="/files/ZnEGqbYXKlczBEJh97f0" alt="" width="188"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click on 'Install' again to confirm.&#x20;

<figure><img src="/files/wz2IgjyOhPxluKKYSGBR" alt="" width="188"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You can now use the app via your home screen or app selector!
{% endstep %}
{% endstepper %}


---

# 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://documentation.botghost.com/getting-started/mobile-application.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.
