# Import/export

OTAP support enables you to easily import/export schemas from test to production or from environment A to environment B. While using this all IDs and references will stay the same making it very easy to migrate your workbooks as well. Schemas can be migrated between different database drivers. Importing a schema will only import the schema structure, data is not migrated.

### Export Schema

To export a schema click on the chosen schema and on the top right of the schema screen you will see ‘Export’ button. One click on the export button will download the schema as a Json file. Save the file locally, this can then be imported to the environment of your choosing.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2023/01/Export-Schema.gif" alt=""><figcaption></figcaption></figure>

### Import Schema

To import a schema to your environment head to the schema tab and you will see an import button.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2023/01/WriteBackExtreme-Import-Schema-1.png" alt=""><figcaption></figcaption></figure>

Here you can connect to select the connection where to import your schema. Upload the Json file that has been exported, if you are important in the same environment as where you exported, be sure to rename the label and table.&#x20;

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2023/01/Import-Schema.gif" alt=""><figcaption></figcaption></figure>


---

# 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://docs.infotopics.com/writebackextreme/features/management-console/schemas/import-export.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.
