> For the complete documentation index, see [llms.txt](https://help.chatlyai.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatlyai.app/products-and-features/chatly-mobile.md).

# Chatly Mobile

Chatly goes wherever you do. Use the standalone Chatly app on iOS or Android to chat, create, and get answers without opening a browser.

Open the app and just ask. Type your request, or tap a quick option like Create Videos, Generate Images, Build Slides, Compose Music, Draft Documents, Deep Research, Build Graphs, to jump straight in.

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

\
Open AI Tools to see everything Chatly can do. Tap a tool like Chat or Generate Images to get started.

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

\
Access your tools, chats, and history, just like on the web app.

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

On the home screen, you can also choose your mode, Think, Pro, or Ultra, upload a file with the plus button, or use voice input to describe what you want out loud.

#### Download the app:

[iOS, App Store](https://apps.apple.com/pk/app/chatly-ai-ai-smart-assistant/id6743070011)\
[Android, Google Play](https://play.google.com/store/apps/details?id=com.vyro.chatly)

Everything you create stays in sync with Chatly on the web, so you can start something on your phone and pick it up later on desktop.


---

# 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://help.chatlyai.app/products-and-features/chatly-mobile.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.
