# Creating Charts

- [Editor Panels](https://docs.chartsql.com/chartsql-studio/creating-charts/editor-panels.md): Overview of the ChartSQL Studio Editor Features
- [Column Data Types](https://docs.chartsql.com/chartsql-studio/creating-charts/column-data-types.md): Understanding ChartSQL column data types
- [Chart Types](https://docs.chartsql.com/chartsql-studio/creating-charts/chart-types.md): Explanation of Chart SQL chart types and visualization modes
- [Directives](https://docs.chartsql.com/chartsql-studio/creating-charts/directives.md): Directives allow precise control over all aspects of your visualization
- [Stacking](https://docs.chartsql.com/chartsql-studio/creating-charts/stacking.md): Grouping series together to show relationships to part of a whole
- [Baselines](https://docs.chartsql.com/chartsql-studio/creating-charts/baselines.md): Horizontal marks added to charts to mark major comparative values of a series like the average, median, min or max.
- [Series Titles](https://docs.chartsql.com/chartsql-studio/creating-charts/series-titles.md): Controlling how series are titled
- [Dynamic SQL Charts](https://docs.chartsql.com/chartsql-studio/creating-charts/dynamic-sql-charts.md): Creating dynamic SQL charts from user input
- [Dynamic Data Functions](https://docs.chartsql.com/chartsql-studio/creating-charts/dynamic-data-functions.md): Complex excel like formulas for recursive and external data


---

# 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/chartsql-studio/creating-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.
