> 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-line-items/builder/cloning-the-builder.md).

# 빌더 복제

### 복제 목적

**복제 기능**은 두 가지 주요 목적으로 사용됩니다:

#### **1. 안전한 수정 및 테스트**

버전 관리 기능을 지원하지 않기 때문에, 현재 설정을 복제하여 안전하게 수정하고 테스트할 수 있습니다. 이를 통해 원래 설정에 영향을 주지 않고 변경 사항을 시도할 수 있습니다.

#### **2. 비슷한 편집기 빠르게 구현**

비슷한 라인 아이템 편집기를 추가로 구현할 필요가 있을 때, 복제 기능을 사용하면 새 편집기를 신속하게 생성하고 조정할 수 있습니다.

### 복제하기

1. 빌더 상단에 있는 **복제 버튼**을 클릭합니다.
2. 복제된 빌더 화면에서 **필요한 추가 설정 및 변경**을 합니다.
3. **저장**을 눌러 복제 작업을 완료합니다.

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


---

# 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-line-items/builder/cloning-the-builder.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.
