# 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: 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-v3.toucantoco.com/visualizations-and-layouts/creating-visualizations/advanced-chart-configuration/adding-tutorials.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.
