# Telegram Notifications

Setting up Telegram notifications takes 60 seconds.

1. Start by navigating to <https://t.me/dao\\_dao\\_notifier\\_bot> and tapping the`Start` button at the bottom.

   \
   On Mobile:

   <div data-full-width="false"><img src="/files/8A0fxmS3jqI3ouYeMFMx" alt="Telegram Mobile" width="188"></div>

   On Desktop:

   ![Telegram Desktop](/files/Ye0bjm0Gdgd5gNEyVpSA)
2. Once you tap the `Start` button, you should see instructions for tracking a DAO.

   \
   On Mobile:

   ![Telegram Mobile](/files/7ebRFD8Qc8u6DfjF90r4)

   On Desktop:

   ![Telegram Desktop](/files/4LIjpKbhoI3xm5RxdFNV)
3. If you'd like to track DAOs with other people, add the bot to a group chat by tapping its name at the top of the screen and then tapping the `Add to Group or Channel` button at the bottom. When adding the bot to a group, it may ask if you want to make it an admin. You do ***NOT*** need to do this. Adding it as a regular member is sufficient. Also, it runs in privacy mode, so it can't read any of your messages. If you just want private notifications, skip this step.

   \
   On Mobile:

   ![Telegram Mobile](/files/ooI6TT8nZ7mSxtKKA09X)

   On Desktop:

   ![Telegram Desktop](/files/MRZ41QZQAB3ic2SuQxEz)
4. Once the bot is in the chat where you want to receive notifications, just send the command shown in the instructions to start tracking a DAO. You can also paste the entire DAO URL from your browser instead of typing the address manually.

   ```
   /add@dao_dao_notifier_bot DAO_ADDRESS
   ```

   \
   On Mobile:

   ![Telegram Mobile](/files/r6vOEqUVWlvzZCqP75EL)

   On Desktop:

   ![Telegram Desktop](/files/ysdbpTTUd5EhaVC2IzHj)
5. Now you're done! When new proposals are created, the bot will message you right away. If you added the bot to a group, everyone in the group will start receiving notifications. If you added the bot to a private chat, you'll be the only one receiving notifications. You can track additional DAOs by sending the same command from any chat that the bot is in.


---

# 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://dao-dao-docs.gitbook.io/docs/dao-governance/notifications/telegram.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.
