# How to Create your first chart

### Create your first chart

Just a few clicks and your first chart in Figma or Slides is ready:

{% embed url="<https://www.loom.com/share/660f44574ac040efb60a67d1096bb4ba?sid=8b10d6af-7e55-494b-975c-2a31b2089808>" %}

Now that you know how Chart works, choose the type of chart you want to create:

* [Line chart](/how-to-create-your-first-chart/create-line-chart.md)
* [Area chart](/how-to-create-your-first-chart/create-area-chart.md)
* [Stacked Area chart](/how-to-create-your-first-chart/create-stacked-area-chart.md)
* [Stream graph](/how-to-create-your-first-chart/create-stream-graph.md)
* [Vertical Bar chart (+stacked option)](/how-to-create-your-first-chart/create-vertical-bar-chart.md)
* [Horizontal Bar chart  (+stacked option)](/how-to-create-your-first-chart/create-horizontal-bar-chart.md)
* [Grouped Bar chart](/how-to-create-your-first-chart/create-grouped-bar-chart.md)
* [Grouped Horizontal Bar chart](/how-to-create-your-first-chart/create-grouped-horizontal-bar-chart.md)
* [Pie chart](/how-to-create-your-first-chart/create-pie-chart.md)
* [Donut chart](/how-to-create-your-first-chart/create-donut-chart.md)
* [Progress chart](/how-to-create-your-first-chart/create-progress-chart.md)
* [Scatter plot](/how-to-create-your-first-chart/create-scatter-plot.md)
* [Bubble chart](/how-to-create-your-first-chart/create-bubble-chart.md)
* [Sparkline](/how-to-create-your-first-chart/create-sparkline.md)
* [Candlestick chart](/how-to-create-your-first-chart/create-candlestick-chart.md)
* [Histogram](/how-to-create-your-first-chart/create-histogram.md)
* [Heatmap](/how-to-create-your-first-chart/create-heatmap.md)
* [Radar chart](/how-to-create-your-first-chart/create-radar-chart.md)
* [Waterfall chart](/how-to-create-your-first-chart/create-waterfall-chart.md)
* [Multitype chart](/how-to-create-your-first-chart/create-multitype-chart.md)

If you don't find the type of chart you need, just write to us (<hello@chartplugin.com>) and we will add it to our roadmap.


---

# 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://help.chartplugin.com/how-to-create-your-first-chart.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.
