# Import / Export

In order to transfer all of your PepperScripts settings, store accounts and profiles to another PepperScripts instance you will need make use of the import / export feature.

Simply click Export to create an encrypted file containing all your data. You can open this file with any text editor of your choice. Copy & paste the complete content of that file into the Import pop-up.


---

# 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.pepperscripts.com/getting-started/options/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.
