# Trading Bot Tutorial

### Insterested in embarking on BitUniverse but not familiar with using Trading Bot? Our tutorial will walk you through how trading bot works and how to create one by yourself. Click one to get started! :dolphin:&#x20;

### [Grid Trading Bot](https://help.bituniverse.org/trading-tutorial/trading-bot-tutorial/grid-trading-bot)

### [Traling Take Profit Bot](https://help.bituniverse.org/trading-tutorial/trading-bot-tutorial/trailing-take-profit-bot)

### [Stop Limit Bot](https://help.bituniverse.org/trading-tutorial/trading-bot-tutorial/stop-limit-bot)

### [Futures Grid Bot](https://help.bituniverse.org/trading-tutorial/trading-bot-tutorial/futures-grid-bot)


---

# 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://help.bituniverse.org/trading-tutorial/trading-bot-tutorial.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.
