# Charts

- [Add Legend](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/add-legend.md): Enables a legend on an existing pie chart.
- [Add Trendline](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/add-trendline.md): Add a linear or quadratic trendline to a scatter plot.
- [Create Chart](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/create-chart.md): Generates a bar or pie chart.
- [Create Plot](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/create-plot.md): Generates a scatter, line, or box plot.
- [Remove Legend](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/remove-legend.md): Removes the legend on an existing pie chart.
- [Save Chart](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/save-chart.md): Renders the current chart and saves it internally.
- [Show Chart](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/show-chart.md): Renders a previously created chart.
- [Show Plot](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/show-plot.md): Render a stored plot chart.


---

# 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.kognitos.com/legacy/legacy-experience/automation-areas/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.
