# Commands

Here are the commands for Deployr Telegram bot:

<table><thead><tr><th width="254">Command</th><th>Description</th></tr></thead><tbody><tr><td>/start</td><td>Shows the bot's main menu and token creation options.</td></tr><tr><td>/access</td><td>Shows access code that can be used for authenticating with deployr web app.</td></tr><tr><td>/help</td><td>Shows summary of other commands.</td></tr><tr><td>Other commands</td><td>Specific coin creation and action commands are constantly being updated on the bot. Just send a slash ("/") and you'll be able to see them.</td></tr></tbody></table>


---

# 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://deployr.gitbook.io/deployr/telegram-bot/commands.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.
