# Quick start: creating a new Schedule configurator

## Getting started Schedule Configurator

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

{% hint style="info" %}
The Builder is launched when you edit or create a new Schedule Configurator.
{% endhint %}

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

This will take you to the Builder screen. The builder consists of a side panel and a settings panel, with three steps.

Once you have set up all the elements required for the Configurator in the Builder, press the Save button to complete the implementation.

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

1. It's a collection of buttons: preview, add button, save, and delete.
2. <img src="/files/YzpfcfJKr0f9aowcTmYd" alt="" data-size="line">This shows your progress through the three steps of setting up the configurator. You can jump between steps by clicking them.
   * **Relate Objects**\
     The Line-Item Configurator connects three objects: the Parent object, the Line-Item object, and the Schedule object. In this step, you specify which objects to use for each of them. Only validly Junctioned objects will be available to choose. Both Salesforce Standard and Custom objects are supported.
   * **Setup Control Field**\
     Select the values to create the Schedule from the fields in Parent,Line-Item. This step sets the default values used when creating the Schedule.
   * **Setup Schedule Object**\
     This is where you select the fields of the Schedule value that will actually be saved.
3. This is the panel for setting the builder's preferences. Set the name and description of the builder.
4. <img src="/files/6t0mwhCzBHYlztD3lXdg" alt="" data-size="line">to switch to the corresponding settings panel.


---

# 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-schedules/component.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.
