> 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/questions.md).

# Questions

## What is a question ?

A question is a page containing a single chart.

Questions share some features with dashboards, such as :&#x20;

* [Add a description](/data-consumption/dashboards/add-a-description.md)
* [Share a report by link](/workspace/sharing-and-collaboration/share-a-report-by-link.md)
* [Delete a report](/data-consumption/dashboards/delete-a-dashboard.md)

## Questions tabs

A question gives you access to three tabs

### Visualisation

The visualisation lets you see the chart associated to your question.&#x20;

![](/files/941cqQVrkVZtmciYwQdi)

### Data

The data tab allows you to see the computed data that was generated by your question in order to build the visualisation:&#x20;

![](/files/6p1KMPgulaBII3fbhdQ0)

### SQL

A question gives you a direct access to it's SQL query. By using this query  in your data warehouse, you will be able to get the data table from the data tab.&#x20;

![](/files/iqAMWeN7cnln2k4cJSYv)


---

# 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:

```
GET https://docs.whaly.io/data-consumption/questions.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.
