> 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/ko/smallbuilder-schedules.md).

# SmallBuilder Schedules

- [릴리즈 노트](https://help.smallbuilder.com/ko/smallbuilder-schedules/release-notes.md)
- ['26 업데이트](https://help.smallbuilder.com/ko/smallbuilder-schedules/release-notes/2026.md)
- [v 2.0](https://help.smallbuilder.com/ko/smallbuilder-schedules/release-notes/2026/v-2.0.md)
- [소개](https://help.smallbuilder.com/ko/smallbuilder-schedules/introduction.md)
- [외부 클라이언트 앱 (ECA) 설정](https://help.smallbuilder.com/ko/smallbuilder-schedules/eca-setup.md)
- [신규 생성 및 빌더 실행](https://help.smallbuilder.com/ko/smallbuilder-schedules/component.md)
- [Schedule생성을 위한 개체 설정](https://help.smallbuilder.com/ko/smallbuilder-schedules/component/schedule.md): SmallBuilder Schedules 사용을 위한 개체 설정방법을 설명합니다.
- [Schedule Configurator 시작하기](https://help.smallbuilder.com/ko/smallbuilder-schedules/component/schedule-configurator.md)
- [셋업 절차](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined.md)
- [기본 정보 설정 (Side Panel)](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined/basicinfo.md)
- [개체 설정 (Relate Objects)](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined/relate-objects.md)
- [제어 필드 설정 (Setup Control Field)](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined/setup-lookup-selector.md)
- [일정 필드 설정 (Setup Schedule Object)](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined/setup-line-item-editor.md)
- [적용](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined/undefined.md): 셋업이 완료되면 저장 후 빌더 상단의 Preview 기능이 활성화되어야 실제 사용할 준비가 완료됩니다.
- [기초 사용 예제](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined-1.md)
- [Schedule Configurator 사용하는 방법](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined-1/schedule-configurator.md): Opportunity - Opportunity Product - LineItemSchedule을 사용한 Schedule Configurator 사용법
- [고급 사용 예제](https://help.smallbuilder.com/ko/smallbuilder-schedules/undefined-2.md)
- [FAQ](https://help.smallbuilder.com/ko/smallbuilder-schedules/faq.md)


---

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