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

# Data and Dashboards

- [Dashboards & Insights](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights.md)
- [Introduction to Dashboards](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/introduction-to-dashboards.md)
- [Introduction to Insights](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/introduction-to-insights.md)
- [Introduction to Data Sources](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/introduction-to-data-sources.md)
- [Dashboard Filters](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/dashboard-filters.md)
- [Insight Marketplace - Using Pre-Built Insights](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/insight-marketplace-using-pre-built-insights.md)
- [Writing SQL Queries](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/writing-sql-queries.md)
- [Useful SQL Examples](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/useful-sql-examples.md): Some SQL Examples that might help you calculate that one value.
- [Charts](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts.md)
- [Line Chart](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/line-chart.md)
- [Bar and Horizontal Bar Chart](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/bar-and-horizontal-bar-chart.md)
- [Stat Card](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/stat-card.md)
- [Pie Chart](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/pie-chart.md)
- [Gauge Chart](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/gauge-chart.md)
- [Donut Chart](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/donut-chart.md)
- [Stacked Bar, Horizontal Stacked Bar, and Normalized Horizontal Stacked Bar](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/stacked-bar-horizontal-stacked-bar-and-normalized-horizontal-stacked-bar.md)
- [Multiple Line Chart](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/multiple-line-chart.md)
- [Pivot Table](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/pivot-table.md)
- [Map Chart](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/map-chart.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.locoia.com/data-and-dashboards.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.
