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

# Data consumption

- [Exploring data](https://docs.whaly.io/data-consumption/exploring-data.md)
- [How to explore data](https://docs.whaly.io/data-consumption/exploring-data/how-to-explore-data.md)
- [Drill Down](https://docs.whaly.io/data-consumption/exploring-data/drill-down.md)
- [Forecasting](https://docs.whaly.io/data-consumption/exploring-data/forecasting.md): Forecasting allow you to predict a value in the future based on past data. It uses machine learning techniques to output the probable future.
- [What is a Report?](https://docs.whaly.io/data-consumption/what-is-a-report.md)
- [Dashboards](https://docs.whaly.io/data-consumption/dashboards.md): Dashboards allow you to combine charts together to answer business questions. You can share these reports with your colleagues or externally in your apps or publicly
- [Create a dashboard](https://docs.whaly.io/data-consumption/dashboards/create-a-dashboard.md)
- [Manage tiles](https://docs.whaly.io/data-consumption/dashboards/manage-tiles.md)
- [Add chart tiles](https://docs.whaly.io/data-consumption/dashboards/manage-tiles/add-chart-tiles.md)
- [Add text tiles](https://docs.whaly.io/data-consumption/dashboards/manage-tiles/add-text-tiles.md)
- [Add navigation tiles](https://docs.whaly.io/data-consumption/dashboards/manage-tiles/add-navigation-tiles.md)
- [Arranging tiles](https://docs.whaly.io/data-consumption/dashboards/manage-tiles/arranging-tiles.md)
- [Add a description](https://docs.whaly.io/data-consumption/dashboards/add-a-description.md)
- [Share a dashboard](https://docs.whaly.io/data-consumption/dashboards/share-a-dashboard.md)
- [Filter a dashboard](https://docs.whaly.io/data-consumption/dashboards/filter-a-dashboard.md)
- [Push dashboard](https://docs.whaly.io/data-consumption/dashboards/push-dashboard.md)
- [Delete a dashboard](https://docs.whaly.io/data-consumption/dashboards/delete-a-dashboard.md)
- [Questions](https://docs.whaly.io/data-consumption/questions.md): Question allow you to save a single chart when you do not need to create a whole dashboard
- [Create a question](https://docs.whaly.io/data-consumption/questions/create-a-question.md)
- [Add a description](https://docs.whaly.io/data-consumption/questions/add-a-description.md)
- [Share a question](https://docs.whaly.io/data-consumption/questions/share-a-question.md)
- [Push question data](https://docs.whaly.io/data-consumption/questions/push-question-data.md)
- [Delete a question](https://docs.whaly.io/data-consumption/questions/delete-a-question.md)
- [Refreshing a report](https://docs.whaly.io/data-consumption/refreshing-a-report.md)


---

# 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.whaly.io/data-consumption.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.
