> For the complete documentation index, see [llms.txt](https://docs.fetchoracle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fetchoracle.com/reporting-data.md).

# REPORTING DATA

- [How to Report Data](https://docs.fetchoracle.com/reporting-data/how-to-report-data.md): Everything you need to know about submitting informaiton.
- [Requirements](https://docs.fetchoracle.com/reporting-data/requirements.md): Understand the requirements for reporting data.
- [(Optional) Using Cloud Hosting](https://docs.fetchoracle.com/reporting-data/requirements/optional-using-cloud-hosting.md): While you're free to host your reporter on your own, cloud hosting makes it easy to have 24/7 uptime.
- [Installing Telliot](https://docs.fetchoracle.com/reporting-data/installing-telliot.md): How to install the Reporter (Telliot) and a Disputable Values Monitor (DVM) .
- [Adding Accounts](https://docs.fetchoracle.com/reporting-data/installing-telliot/adding-accounts.md): Adding your first account after installing Telliot
- [MAC Virtual Machine with UTM](https://docs.fetchoracle.com/reporting-data/installing-telliot/mac-virtual-machine-with-utm.md): Quick tutorial to set up a Ubuntu virtual machine to run Telliot seamlessly
- [Reporting With Telliot](https://docs.fetchoracle.com/reporting-data/reporting-with-telliot.md): Learn how to automatically report data using the command line tool.
- [Reporting Options](https://docs.fetchoracle.com/reporting-data/reporting-with-telliot/reporting-options.md): Options to report or manage your reporter with Telliot
- [Discord Notifications](https://docs.fetchoracle.com/reporting-data/reporting-with-telliot/discord-notifications.md): Trigger notifications for Telliot, for example, when submitting a report or having your stake amount reduced (which may mean you got disputed).
- [Gas Fees](https://docs.fetchoracle.com/reporting-data/gas-fees.md): Telliot has flags you can use to manipulate the Gas values used in the transactions
- [Add support for a new spot price](https://docs.fetchoracle.com/reporting-data/add-support-for-a-new-spot-price.md): This page outlines the steps to add support for reporting a new spot price to your Telliot reporter.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fetchoracle.com/reporting-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
