> For the complete documentation index, see [llms.txt](https://docs.bogged.finance/bogged-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogged.finance/bogged-finance/token-teams/telegram-price-bot/command-list.md).

# Command List

### Administrator Commands

**\[ ]** : The Required parameter to successfully run the command

* **/register \[botID]** Register a bot to a group given an ID
* **/unregister** Unregister and delete a bot
* **/updatepricemessage \[messageText]** Update message added to the price
* **/setcommands \[commandsID]** Create/Update custom commands
* **/deletecommands\[command names comma seperated]** Deletes custom commands
* **/setslippage \[slippage %]** Set slippage for price swap link
* **/toggleratelimitresponse \[true or false]** Enable rate limit response from users' commands
* **/disablepricechart \[true or false]** Disable chart image on the price command
* **/setuserratelimit \[limit number (in seconds)]** Set rate limit for users' commands
* **/enableusercommands \[command names comma seperated]** Enable default commands for users
* /**disableusercommands \[command names comma seperated]** Disable default commands for users
* **/setcharttype \[line or candlestick]** Set chart type to line or candlestick
* **/setcharttimeinterval \[15m,1hr,4hr,1day]** Set chart time interval
* **/editor** Get a link to an editor for the price message and custom commands

### &#x20;User Commands

* **/price** Get price information about the registered token.
* **/contract** Get the token contract address and a link to view it.
* **/chart** Get a chart of the tokens price in USD, cached for 2 minutes
* **/info** List available bot commands


---

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