# Setup Buy Bot

{% embed url="<https://www.youtube.com/watch?v=M7NNqKZhSJ8>" %}

To use the buy bot feature, You need to set a token for your group. Follow these steps:

1. **Start Token Setting Process:**
   * Use the `/add` command to initiate the token setting process.
2. **Send Token Information to the Group:**
   * Send the token contract address, pair address, or presale URL to the group.
   * Note: If you send an invalid link or token address, the bot will send an error, and you should try again.
3. **Select Your Desired Token:**
   * Choose your desired token from the keyboard options.
   * Note: If you sent a presale link, this step will be skipped for you.
4. **Review Token Information:**
   * The bot will show you the token information.
   * If the information is correct, click on the confirm button.
   * If not, click on close and try again.
5. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the token for the group successfully.


---

# 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.cherrybot.co/cherry-bot/setup-guides/setup-buy-bot.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.
