# Discord Notifications

Inside telliot-feeds folder, in the .env file, you can set a Discord Webhook for Telliot to send you notifications about Data submitted and other useful information.

{% hint style="success" %}
If you don't have a Discord webhook, here's Discord's [official tutorial](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks#:~:text=%C2%A0%20Facebook-,Making%20A%20Webhook,-With%20that%20in) on how to get one, following quick easy steps.
{% endhint %}

You just need to paste your discord webhook there and telliot will always try to send you a notification when needed.

You can choose a name (default 'Telliot') or leave the webhook variable empty ("") for no notifications.

More info on how to use notifications can be found inside the `.env.example` file.

{% hint style="info" %}
[DVM](/votes-and-disputes/introduction-to-dvm/installing-dvm.md#usage-1) has its own Discord notifications, too.
{% 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.fetchoracle.com/reporting-data/reporting-with-telliot/discord-notifications.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.
