# Charts

- [Overview](https://guides.noloco.io/charts/overview.md): Learn how to use charts in Noloco
- [Line Charts](https://guides.noloco.io/charts/line-charts.md): Learn how to build line charts using X-Axis values and Series
- [Bar Charts](https://guides.noloco.io/charts/bar-charts.md): Learn how to build bar charts using X-Axis values and Series
- [Stacked Bar Charts](https://guides.noloco.io/charts/stacked-bar-charts.md): Learn how to build stacked bar charts using X-Axis values and Series
- [Area Charts](https://guides.noloco.io/charts/area-charts.md): Learn how to build area charts using X-Axis values and Series
- [Donut Charts](https://guides.noloco.io/charts/donut-charts.md): Learn how to build donut charts using categories and values
- [Funnel Charts](https://guides.noloco.io/charts/funnel-charts.md): Learn how to build funnel charts to visualize progressive reduction through stages
- [Radar Charts](https://guides.noloco.io/charts/radar-charts.md): Learn how to build radar charts to compare multiple variables
- [Statistic Charts](https://guides.noloco.io/charts/statistic-charts.md): Learn how to create statistic charts to display key metrics


---

# 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://guides.noloco.io/charts.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.
