# My Bots

<figure><img src="/files/FoJUBQYTaKH8W5GPhbRV" alt=""><figcaption><p>Bot Page</p></figcaption></figure>

### Overview

The Bot page offers detailed view of the bots that you have created. it allows you to track the bots that are still running, pause and resume bots, view open position, and track completed bots.

### Pausing a bot

You can pause bots that are still running by clicking on the icon that is below your bot name. you will prompted to confirm your decision, select ' Yes, Pause" if you want to proceed to pause the bot, if not click on "No, cancel".

### Resuming a bot

You can resume bots that are paused by clicking on the icon that is below your bot name. you will prompted to confirm your decision, select ' Yes, Resume" if you want to proceed to resume the bot, if not click on "No, cancel".

### Cancelling a bot

Once your bot is paused you can choose cancel the bot to clear space for creating more bots. click on the delete icon that is below your bot name after the bot has been paused. you will prompted to confirm your decision, select ' Yes, Delete" if you want to proceed to delete the bot, if not click on "No, cancel".

### History Tab

Every completed and deleted bot will be displayed here. switch to this page by clicking on the history panel.


---

# Agent Instructions: 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:

```
GET https://docs.zotto.ai/the-basics/my-bots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
