# 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: 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/command-list.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.
