# Advanced Customisation

### **Editing the Bot**

You can edit the bot at any time by visiting the [edit bot page](https://tgbot.bogged.finance/editor) on Bogged Finance. This will allow you to reconfigure your bot to your specifications and also take advantage of any new features we've launched.

Simply visit that link and make the requested changes, then press the big green button and paste the edit code you get given into your telegram chat.

### **Adding Buy Alerts**

You can add buy (and optionally sell) alerts to your Bogged Bot at any time from the [link here](https://tgbot.bogged.finance/editor/alerts).&#x20;

### **Adding Custom Commands**

You can setup custom commands which can return an image, and or custom message. This can be really helpful for directing people to commonly asked questions about your token. For example, you could setup a /tokenomics command so new users can be sent the tokenomics really quickly.

Simply visit [the editor](https://tgbot.bogged.finance/editor) and select "Custom Command", then fill in your command name and select whether you want message content, or images or both!

You can even select multiple images and the bot will return one of them at random, great for a /rolldice or /meme command!


---

# 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/advanced-customisation.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.
