# Legend

Configuring a data table legend using HTML formatting is an important step in clearly conveying the meaning of the data within the table. **A legend provides** **definitions or descriptions for each data element in the table, helping users understand and interpret the information more easily.** This is particularly essential for complex datasets, as it enhances the user experience and ensures clarity in communication.

***

### :small\_orange\_diamond: Steps to Configure the Legend

1. Click the **Insert HTML** button.\\

   <figure><img src="/files/3ZE0K5IaAGzjuothhJ4v" alt="" width="336"><figcaption><p>기본 설정 화면</p></figcaption></figure>
2. Choose either **HTML Tag or HTML Editor**, enter the desired value, and click the Save button.

{% tabs %}
{% tab title="HTML Tag" %}
**Manually write HTML code** to define the legend.

<figure><img src="/files/DZT0jgpUdYzjdwdrQNMj" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="HTML Editor" %}
Use the **built-in HTML editor** to create the legend.

<figure><img src="/files/DQzrlzBNORairjiNRIWw" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

3. Verify that the configured legend is **displayed correctly in the Preview Panel.**

<figure><img src="/files/A4r2LbeoYuKdJFY4zogw" alt="" width="563"><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://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/default-setup/legend.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.
