> For the complete documentation index, see [llms.txt](https://docs.tablomat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tablomat.com/learn/column-types/rich-text-html.md).

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