# Bot Commands

Den's Discord and Telegram bots support a number of commands to help your team move fast, such as tagging team members who have not yet signed, temporarily silence notifications, generate stats on signer activities, and more.

{% hint style="info" %}
For a full list of commands, run the `/help` command in Discord or Telegram
{% endhint %}


---

# 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.onchainden.com/notifications/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.
