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

# My Bots

The "My Bots" section serves as your main hub for managing and overseeing all bot activities within the mobile app.

**Viewing and Accessing Bots**

This section provides a structured list of bots relevant to you:

* **Bots Included**: View all bots linked to your account and those you're invited to manage as an operator.
* **Organization**: Bots are sorted alphabetically and grouped by the associated account.
* **Channels**: Under each bot's name, see the list of channels (e.g., Facebook, WhatsApp) where it is active.

<figure><img src="/files/0VcVT3bmy2kuTUT322QF" alt="" width="188"><figcaption></figcaption></figure>

#### Navigating Conversations

**Monitor and engage with active user interactions:**

1. **Select a Bot:** Tap any bot from the list to access its dedicated Conversations Section.
2. **View All Activity:** This section provides access to every ongoing conversation for the selected bot.
3. **Start Chatting:** Tap any conversation to open the Chat Detail view and continue the discussion.

<figure><img src="/files/v3NBX4QNvS70WaOh8ccd" alt="" width="188"><figcaption></figcaption></figure>

### Searching for Conversations

Use the **Search conversation** box to find specific interactions quickly. The search function starts automatically as you type and operates across these fields:

* Username
* Telephone Number
* First and Last Name

The search behavior is consistent with the desktop application.

#### Starting a New Interaction

To start a new message or broadcast:

1. Tap the **+** symbol in the top-right corner.
2. This opens the [**Send Message**](/mobile-app/broadcast/send-message.md) view, similar to the one in [**My Conversations**](/mobile-app/conversation/my-conversations.md).


---

# 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.xenioo.com/mobile-app/conversation/my-bots.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.
