# Visualizations&#x20;

- [Create a chart](https://doc.dataflake.co/visualizations/create-a-chart.md): Follow steps below to create your Chart.
- [Chart types](https://doc.dataflake.co/visualizations/chart-types.md): Learn types of charts that Dataflake is supporting!
- [Bar chart](https://doc.dataflake.co/visualizations/chart-types/bar-chart.md)
- [Pie chart](https://doc.dataflake.co/visualizations/chart-types/pie-chart.md)
- [Line chart](https://doc.dataflake.co/visualizations/chart-types/line-chart.md)
- [Horizontal bar chart](https://doc.dataflake.co/visualizations/chart-types/horizontal-bar-chart.md)
- [Mixed chart](https://doc.dataflake.co/visualizations/chart-types/mixed-chart.md)
- [Card chart](https://doc.dataflake.co/visualizations/chart-types/card-chart.md)
- [Table](https://doc.dataflake.co/visualizations/chart-types/table.md)
- [Bubble chart](https://doc.dataflake.co/visualizations/chart-types/bubble-chart.md)
- [Scatter chart](https://doc.dataflake.co/visualizations/chart-types/scatter-chart.md)
- [Sankey Diagram](https://doc.dataflake.co/visualizations/chart-types/sankey-diagram.md)
- [Map chart](https://doc.dataflake.co/visualizations/chart-types/map-chart.md)


---

# 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://doc.dataflake.co/visualizations.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.
