# Quick start (Backup)

## Getting started with the List Builder

In the SmallBuilder app, go to the List Configurator tab and press the New button.

{% hint style="info" %}
The builder interface is launched when you create or edit a new List configuration.
{% endhint %}

<figure><img src="/files/IQeqPXVBLodfoafcnD7j" alt=""><figcaption></figcaption></figure>

This will take you to the builder screen. This consists of three main parts: the top bar with buttons to save and preview the list, a preview panel, and a side panel with various settings.

Once you've set up all the elements required for the List in this view, press the Activate and Add Tab buttons to add your custom list to your users' Salesforce screens.

{% hint style="warning" %}
You can only activate the List once you've set up all the required settings:

* Label
* Target object
* Datatable Setup
  {% endhint %}

<figure><img src="/files/9sW1zCslngdDuL3vRTnG" alt=""><figcaption><p>Setting up a List</p></figcaption></figure>

<figure><img src="/files/rd1K6zAIRohAPxOsyEZq" alt=""><figcaption><p>Setting up a DataSource</p></figcaption></figure>

Here's a description of the numbered elements in the above screenshots:

1. The title of the list is shown in the top-left, together with an indication of whether it is active or not. There are also buttons to save, preview, delete, or add the list as a tab in Salesforce.
2. This side panel is where you set up your list. There are four panes:
   * **Default Setup**

     This contains basic settings for the list.
   * **Action Setup**

     These settings allow you to add an action (button) to the top of the list.
   * **Filter Setup**

     This allows you to configure a filter on the data displayed in the list.
   * **Datatable Setup**

     This is where you configure the data to be displayed in your list, and its appearance.
3. This preview panel allows you to see the results of your changes to the layout of the list.
4. This is the screen where you can add and edit internal or external datasources, to retrieve data from outside of the target Salesforce object. You can access this view by clicking the DataSource Setup button in the top bar (1).


---

# 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/getting-started.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.
