# How to navigate

Once you're logged into the Zotto app, you'll find the following sections conveniently located on the left side (if you are on your Desktop) or by clicking the Three-dash Icon at the top right hand corner of your screen(for Mobile):

1. **My Bots**: This section empowers you to manage your trading bots. you can pause, cancel or monitor your bot's performance.
2. **Spot Bots**: This section enables you to create spot trading bots by setting up its conditions and actions.
3. **Perps**: Specialized bots designed for perpetual trading within the Trading Bots section. Leverage open long or short positions up to 50x with gasless trading. Create, manage, and customize perpetual bots with distinct algorithms and ongoing performance monitoring.
4. **Discover**: Here you can find a range of pre-designed trading templates tailored to suit different trading strategies. Utilize these templates as a foundation or customize them to fit your specific needs.
5. **Swap**: allows you to instantly trade one token for another.
6. **Funds:** displays the estimated value in USD of every token held in your wallet address.&#x20;
7. **Profile**: shows details regarding your account on the platform.

**Navigation Tips**:

* To explore a category, simply click on its respective icon or title on the left side of the app.
* Each section within the app is designed to provide intuitive and user-friendly functionalities, allowing you to efficiently navigate and leverage Zotto's capabilities.

Explore, experiment, and leverage these sections to unlock the full potential of Zotto for your trading and automation needs!<br>


---

# 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/how-to-navigate.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.
