> For the complete documentation index, see [llms.txt](https://docs-v3.toucantoco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.toucantoco.com/visualizations-and-layouts/creating-visualizations/advanced-chart-configuration/adding-tutorials.md).

# Adding Tutorials

Use toucan tutorials to enrich your user first time experience on the app.

You can create 2 types of tutorials:

* on a chart
* on the whole application

### Tutorial for chart

The chart tutorial option allows to add a pop-up which overlays the chart and displays a text helping the user to understand how to read or use the chart.

<figure><img src="/files/BkOgUjZ200EHvFTHgoiU" alt="pop-up which overlays"><figcaption><p>pop-up which overlays</p></figcaption></figure>

{% hint style="info" %}
**Note**

For the moment this tutorial only accepts text messages
{% endhint %}

From the **Chart parameters** you can add a tutorial to your chart.

<figure><img src="/files/AoOKyK8MBLyQSWiWki39" alt=""><figcaption></figcaption></figure>

The `ID` allows to create versions. For example, if we change a tutorial slide and we want the user to see it, just change the id and the new tutorial will appear with the changes. So if the user has already dismissed the tutorial, the new tutorial will appear anyway.

The `ALWAYS SHOW THIS TUTORIAL` options is whether or not to always show the tutorial no matter how often the user has already seen it. USE WITH CAUTION.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-v3.toucantoco.com/visualizations-and-layouts/creating-visualizations/advanced-chart-configuration/adding-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
