# Rich Text (HTML)

#### Display

Columns of type `Rich Text (HTML)` show only the text content of their HTML strings. For example, a cell with the following content ...

{% code overflow="wrap" %}

```html
<p><strong>1017 ALYX 9SM Mono Slide in Silver</strong></p><p><br></p><p>A traditional sandal upper constructed of firm calfskin leather. The lining and footbed of the slides are made from both calf and lambskin, with padded, sculpted details throughout. The sold EVA mold with integrated tread on the bottom.</p><p><br></p><p>Upper: 100% Calfskin Leather. Lining: 50% Calfskin Leather, 50% Lambskin Leather. Sole: 100% EVA.</p><p><br></p><p>Made in Italy.</p><p><br></p><p>AAMSL0004LE01.</p>
```

{% endcode %}

will be shown as ...

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

#### Editing

Double-clicking a cell of type `Rich Text (HTML)` will open up a dedicated rich text editor, as shown below ...

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


---

# 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.tablomat.com/learn/column-types/rich-text-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.
