# Schedule Configurator 시작하기

## Schedule Configurator 시작하기

SmallBuilder Schedules 앱에서 Schedule Configurators 탭으로 이동한 후 New 버튼을 누르세요.

{% hint style="info" %}
Schedule Configurator를 신규 생성 또는 편집시에 Builder가 실행됩니다.
{% endhint %}

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

그러면 빌더 화면으로 이동됩니다. 빌더는 크게 설정 단계, 사이드 패널, 설정 패널로 구성되어 있습니다.

빌더에서 Configurator에 필요한 요소들을 모두 설정한 후 저장버튼(Save)을 눌르면 Configurator 구현이 완료됩니다.

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

1. 미리 보기, 저장 및 삭제, 복제 등 버튼이 모여있습니다.
2. 설정 단계를 표시합니다. 단계는 3가지로 구성되어 있으며 각 설정을 누르면 <img src="/files/mwDGRMRcQ5kLjL1aCp7j" alt="" data-size="line">번 영역이 해당 패널로 전환됩니다.
   * **Relate Objects**

     Schedule Configurator는 크게 Parent, Line-Item, Schedule로 구성되어 있습니다. 이 단계에서는 Parent, Line-Item, Schedule에 어떠한 개체를 사용할지 지정합니다. 그리고 해당 구성들에 설정하려는 개체들은 서로 Lookup 관계로 맺어져 있어야 하고 개체는 Standard, Custom 모두 지원합니다.
   * **Setup Control Field**\
     Schedule을 생성하기 위한 값을 Parent,Line-Item의 필드 중에서 선택합니다.\
     Schedule을 생성할 때 사용되는 기본값을 설정하는 단계입니다.
   * **Setup Schedule Object**\
     실제로 저장될 Schedule값의 Field들을 선택하는 단계입니다.\\
3. 빌더의 기본 설정을 하는 패널입니다. 빌더의 이름, 설명을 설정합니다.
4. <img src="/files/L9DUSth9gD7GTowlaUPm" alt="" data-size="line">번의 단계에 따라 해당 설정 패널로 전환됩니다.


---

# 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/ko/smallbuilder-schedules/component/schedule-configurator.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.
