# Setup - Standalone Buy Bot

If you wish to setup your bot to only send buy alerts to your Telegram Group, and disable the functionality of your users to call /price and /chart, you can follow this guide.

**To set up a standalone Buy Bot:**

1. Add @BoggedBot to your group as an admin.
2. Visit our creator here (<https://tgbot.bogged.finance/home>) and register the bot by selecting your chain and token address. You may skip the price message setup if you wish.
3. Disable the toggles for the user commands, including /price and /chart
4. You will receive a short code. In your group, send /register CODE\_HERE (make sure you are also an admin)
5. Then head to our price alert creator here. (<https://tgbot.bogged.finance/editor/alerts>) You can set the bot up as you wish, then send the generated code to your bot with /updatealert CODE\_HERE

**Done!**


---

# 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.bogged.finance/bogged-finance/token-teams/telegram-price-bot/setup/setup-standalone-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.
