> For the complete documentation index, see [llms.txt](https://help.bituniverse.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bituniverse.org/trading-tutorial/bitu-beginners-guide.md).

# BitUniverse Beginners Guide

**Welcome to BitUniverse — Free  Smart Crypto Trading Bot 7/24,** the average ARR on which is over 100%, making trading much simpler! 16 trading bots, 26+ exchanges, and 6000+ cryptos are supported on BitUniverse!&#x20;

### Let’s get started in 4 quick and easy steps: :point\_down:&#x20;

### 1. Register BitUniverse account. :round\_pushpin:&#x20;

Visit BitUniverse [official website](https://www.bituniverse.org/) to download BitUniverse mobile App :calling: . Register a BitUniverse account from the BitUniverse App with your email or phone number.

### 2. Create API on an exchange. :key:&#x20;

BitUniverse empowers its customers to trade on 26+ exchanges such as Binance and Coinbase, etc. Visit [this page](https://help.bituniverse.org/api-management/create-api) to leann how to create API Keys on an exchange.

### 3. Connect an exchange to BitUniverse. :link:&#x20;

To use service on BitUniverse, you need to connect an exchange to BitUniverse by importing API. Not familiar with this? Visit [this article](https://help.bituniverse.org/api-management/connect-to-bitu) to check out how to do that. Please be noted that your funds are safe on exchanges, and we are not allowed to touch your funds directly, technically can't do that either.

### 4. Explore to use BitUniverse trading bots. :lollipop:&#x20;

BitUniverse has been equiped with a selection of ready-to-configure bots to help you automate a variety of trading strategies, among which gird trading bot is the entry-level one and the most popupar, which is good choice for beginners to start.

Check out our step-by-step tutorial for [Grid Trading Bot](https://help.bituniverse.org/trading-tutorial/trading-bot-tutorial/grid-trading-bot).


---

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