# Creating Spot Bots

<figure><img src="/files/TPLSw9gm2rqdsWvYyqOx" alt=""><figcaption><p>Spot Trading bot</p></figcaption></figure>

## **Setting Up a Spot Trading Bots**

1. **Accessing Trading Bots:**
   * Click on "My Bots" in the left-side menu to access the trading bot functionalities.

**Important Note:** Prioritize doing thorough research on tokens before trading. Zotto holds no responsibility for losses resulting from insufficient research.

2. **Launching a Spot Trading Bot:**
   * Upon entering the "My Bots" page, you will receive a prompt to initiate a spot trading bot.
   * If you wish to create your own trading bot, you can select "Create Custom Bot".
3. **Customizing Your Trading Logic:**
   * Start by selecting the blockchain for trading (default is BASE chain) from the top menu bar.
   * Choose a condition from the dropdown menu; there will be various conditions available.
   * Set up conditions that must occur based on the chosen condition(s). Ensure to include all necessary conditions.
   * Select actions that should take place once the specified conditions are met.
4. **Details Configuration:**
   * Enter specific details on the right side to further customize your bot. Categories will be populated, but the details will be at your discretion.
5. **Launching Your Bot:**
   * Once you are done setting up the conditons and actions click on 'Run Bot' to deploy your bot.

**Congratulations! Your Spot Trading Bot is Deployed!**


---

# 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/creating-spot-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.
