> For the complete documentation index, see [llms.txt](https://docs.xbot.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xbot.trade/quick-guide/quick-guide.md).

# Quick Guide

<figure><img src="/files/hj3hpswAxz1EEclmFvYl" alt=""><figcaption></figcaption></figure>

1. Click this link to access the Telegram Bot.
2. Begin by tapping the \[Start] button in the bot's chat window.
3. Use the \[Create Wallet] button to create a new one or the \[Import Wallet] button to import an existing one. (for now, XBOT only supports signal wallet)
4. You're all set. Start trading using the Telegram Bot.
5. Explore additional tutorials to master trading with XBot.

kind reminder: **DO NOT** transfer more money to Xbot than you can afford to lose. We advise traders to treat Xbot as a hot wallet. Transfer for your trading and transfer back to your main wallet once done.

#### Wallet Setting

You can withdraw Stacks tokens and export the mnemonic phrase anytime in the \[Wallet] setting.

<figure><img src="/files/cu2kXCgSBbwowpY9gZH4" alt=""><figcaption></figcaption></figure>

Click \[Setting] to change the \[Max Slippage].

You can directly use Xbot to generate mnemonics and wallet addresses or choose any of the following Bitcoin wallets to import mnemonics. Relevant crypto asset wallet addresses will be automatically recognized and displayed in Xbot.

* <https://leather.io/>
* <https://www.xverse.app/>
* <https://unisat.io/>

**Buy**

<figure><img src="/files/MXxmIy8HkBFykwC1VlBn" alt=""><figcaption></figcaption></figure>

1. Click \[Buy].
2. Click \[Enter Token], paste the token smart contract address, and send.
3. Set the token price.
4. To select your buy order amount, choose from the options or customize by clicking \[Buy X STX].
5. Click \[Submit].

**Sell**

<figure><img src="/files/IXHx1k3W6i9At7CqludV" alt=""><figcaption></figcaption></figure>

1. Click \[Sell].
2. Choose the token: Switch the token you want to sell from your holdings using the left and right buttons. You can also click on the token name to open the holdings list and make a quick pick.
3. Set the token price.
4. To select your buy order amount, choose from the options or customize by clicking \[Sell X %].

5\. Click \[Submit].


---

# 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://docs.xbot.trade/quick-guide/quick-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.
