# Builder Setup Steps

Follow these steps to configure and implement a List Configurator using the Builder:

{% stepper %}
{% step %}
[**Default Setup**](/smallbuilder-lists/builder-setup-steps/default-setup.md)

Set up the foundational details for the list in the side panel.
{% endstep %}

{% step %}
[**Datatable Setup**](/smallbuilder-lists/builder-setup-steps/datatable-setup.md)

Configure and manage the data table displayed in the List View with precision and efficiency.
{% endstep %}

{% step %}
**Additional Setup**

Enhance the list with additional features, including:

* [Data Import Setup](/smallbuilder-lists/builder-setup-steps/data-import-setup.md)
* [Action Setup](/smallbuilder-lists/builder-setup-steps/action-setup.md)
* [Filter Setup](/smallbuilder-lists/builder-setup-steps.md)
* [Compact Configurator Setup](/smallbuilder-lists/builder-setup-steps/compact-configurator-setup.md)
* [Mobile Setup](/smallbuilder-lists/builder-setup-steps/datatable-setup.md)
* [DataSource Setup](/smallbuilder-lists/builder-setup-steps/datasource-setup.md)
  {% endstep %}

{% step %}
[**List Deployment and Management**](/smallbuilder-lists/builder-setup-steps/list-deployment-and-management.md)

Once the setup is complete, use the configured List Configurator to create and manage custom tabs that suit your organization’s needs.
{% endstep %}
{% endstepper %}


---

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