> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/default-setup/legend.md).

# 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
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://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/default-setup/legend.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.
