# 마이그레이션

현재 조직의 리스트 구성기 설정을 JSON 파일로 내보내거나, 다른 조직에서 생성한 라인 아이템 구성기 설정 JSON 파일을 가져와 마이그레이션할 수 있습니다. 이를 통해 **라인 아이템 구성기 설정을 손쉽게 다른 조직으로 이전할 수 있습니다.**

{% hint style="warning" %}
라인 아이템 구성기 내 탭 생성 정보는 마이그레이션 되지 않습니다.
{% endhint %}

***

### :small\_orange\_diamond: 화면 구성

<figure><img src="/files/m1Er05WoKklt86f5KgX7" alt=""><figcaption><p>Migration App</p></figcaption></figure>

<table><thead><tr><th width="87" data-type="number">번호</th><th width="183">필드명 및 영역</th><th width="379">설명</th><th>필수</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/eS0mn5WxcOxxgmL2elqU">JSON 내보내기<br>(Export JSON)</a></td><td>JSON 내보내기는 라인 아이템 구성기의 데이터를 JSON으로 변환하여, 파일 저장이나 외부 시스템 전달 등에 활용할 수 있도록 하는 기능입니다.</td><td></td></tr><tr><td>2</td><td><a href="/pages/v7G9vFXtBEwZ8VqVDf9y">JSON 가져오기<br>(Import JSON)</a></td><td>JSON 가져오기는 JSON 형식의 데이터를 조직에 불러와서, 해당 데이터를 해석하고 적용합니다. 이를 통해 사용자는 기존에 저장된 라인 아이템 구성기의 설정을 추가하거나 업데이트할 수 있습니다.</td><td></td></tr></tbody></table>

***


---

# 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-line-items/migration.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.
