# HTML

## Purpose & Application

{% hint style="warning" %}
**Warning**

The HTML content is sanitized for safety reasons and some tags or attributes are forbidden.

Those forbidden tags and attributes are escaped hence some raw HTML code may be rendered. We recommand not using deprecated HTML tags and attributes (see the <https://developer.mozilla.org/en-US/docs/Web/HTML/Element>).
{% endhint %}

Need to display or format some text in your Toucan application 📝 ? This is the viz to use!

Type text, format it using html, and you can even variabilize your content using templating.

The text chart is appropriate to address communication issues, for instance to share annual financial results, or conduct business reviews.

{% hint style="warning" %}
**Warning**

We will not support the development and maintenance of any custom html made in this chart

If you decide to create a specific design/layout/viz or anything in the input section using anything other than plain text, this will be your responsibility.

We support :

* plain text
* data availability and usability in the input field
* image and pdf display
  {% endhint %}

## Key features

* Use your application **images/assets** to custom your text.
* **Templating** is available to make your content dynamic based on your end-user selection 👤.

### Configuration <a href="#configuration" id="configuration"></a>

<mark style="color:red;">**\***</mark>**Mandatory parameters**

| Section | Option                                     | Configuration tutorial           |
| ------- | ------------------------------------------ | -------------------------------- |
|         | HTML<mark style="color:red;">**\***</mark> | Write or paste your HTML content |


---

# 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/viz-gallery/legacy-viz-designs/html.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.
