# CHARTS

- [Overview](https://docs.chartsql.com/charts/example-charts.md): Browse full example charts to get inspirations for your visualizations
- [Auto Charts](https://docs.chartsql.com/charts/auto-charts.md): Fully auto detected charts based on the available columns in the result set
- [Area](https://docs.chartsql.com/charts/area.md): Example area charts
- [Bar](https://docs.chartsql.com/charts/bar.md): Example Bar Charts
- [Bubble](https://docs.chartsql.com/charts/bubble.md): Bubble charts show the relationship between three numerical variables
- [Column](https://docs.chartsql.com/charts/column.md): Column charts show numerical values across categories
- [Combo](https://docs.chartsql.com/charts/combo.md): Combine multiple types of charts into a single chart
- [Gauge](https://docs.chartsql.com/charts/gauge.md): Gauge Chart Examples
- [Heatmap](https://docs.chartsql.com/charts/heatmap.md): Heatmaps show the strength of a value compared to others across two dimensions
- [Line](https://docs.chartsql.com/charts/line.md): Line charts show how different numerical values compare, typically across time
- [Pie](https://docs.chartsql.com/charts/pie.md): Pie charts show the relative contribution of values in relationship to the whole
- [Radar](https://docs.chartsql.com/charts/radar.md): Radar Chart Examples
- [Scatter](https://docs.chartsql.com/charts/scatter.md): Scatter charts show the relationship between two numerical variables
- [Formatting & Rendering](https://docs.chartsql.com/charts/formatting-and-rendering.md): Examples of charts with changed formatting, rendering and additional options
- [Baselines](https://docs.chartsql.com/charts/formatting-and-rendering/baselines.md): Horizontal marks added to charts to mark major comparative values of a series like the average, median, min or max.
- [Formats](https://docs.chartsql.com/charts/formatting-and-rendering/formats.md): Example charts with customized formats
- [Series Titles](https://docs.chartsql.com/charts/formatting-and-rendering/series-titles.md): Example charts controlling series titles
- [Series Labels](https://docs.chartsql.com/charts/formatting-and-rendering/series-labels.md): Charts with series labels applied
- [Stacked Charts](https://docs.chartsql.com/charts/formatting-and-rendering/stacked-charts.md): Examples of charts using stacking
- [Grouped Category](https://docs.chartsql.com/charts/formatting-and-rendering/grouped-category.md): Examples of charts with Grouped Categories


---

# 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://docs.chartsql.com/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.
