> 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.md).

# Default Setup

The Default Setup panel allows you to configure the fundamental details for the list, such as its title, object, and description. It also lets you enable or disable features like exporting and importing records to and from Excel.

{% hint style="warning" %}
Once the object is saved, it cannot be modified.
{% endhint %}

***

### :small\_orange\_diamond: Overview of the Default Setup Panel

<figure><img src="/files/y5QR9OSlflX7izEy1D5f" alt=""><figcaption><p>Default Setup in the side panel</p></figcaption></figure>

<table><thead><tr><th width="70">No.</th><th width="143">Name</th><th width="417">Description</th><th>Required</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/WrGDVsEivfDpIWyt1DdE">Title</a></td><td>Set the title for the List.</td><td><mark style="color:red;">✔️</mark></td></tr><tr><td>2</td><td>Object</td><td>Specify the standard or custom object that the List is based on.</td><td><mark style="color:red;">✔️</mark></td></tr><tr><td>3</td><td>Description</td><td>Provide a description for the List.</td><td></td></tr><tr><td>4</td><td><a href="/pages/a8qw5ODP5opa41JpDrbQ">Legend</a></td><td>Configure legends for the data table using HTML formatting.</td><td></td></tr><tr><td>5</td><td><a href="/pages/mJvPFrv9oocDEKO8PpPu">Allow Export</a></td><td>Enable or disable the ability to import record lists from Excel.</td><td></td></tr><tr><td>6</td><td><a href="/pages/FH306X9a35a5s65DsZYK">Allow Import</a></td><td>Enable or disable the ability to import record lists from Excel.</td><td></td></tr><tr><td>7</td><td><a href="/pages/eNyAAhcWg103XE1m8mHL">Show Icon</a></td><td>Toggle the display of an icon in front of the List title.</td><td></td></tr></tbody></table>


---

# 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.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.
