# Migration

You can export the current org’s Line Item Builder configuration as a JSON file, or import a JSON file created in another org to perform a migration.\
**This allows you to easily transfer Line Item Builder settings between different organizations.**

{% hint style="warning" %}
Tab creation settings within the line item configuration are not included in the migration.
{% endhint %}

***

### :small\_orange\_diamond: Overview of the Migration

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

<table><thead><tr><th width="87" data-type="number">No.</th><th width="183">Area &#x26; Button</th><th width="379">Description</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/BqoEXlM7LrXcSoVbbEiL">Export JSON</a></td><td>JSON Export is a feature that converts line item configuration data into JSON format, making it available for file storage or transfer to external systems.</td></tr><tr><td>2</td><td><a href="/pages/uZFa3bhRVodmyaWoenIX">Import JSON</a></td><td>JSON Import is a feature that allows users to bring externally provided JSON-formatted data into the org, interpret it, and apply it to the system. With this feature, users can easily load previously saved line item configuration settings or add and update new configurations to efficiently manage the configuration environment.</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/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.
