> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/manager/chrome-extension/settings/import-export.md).

# Import-Export

{% hint style="info" %}
Import/Export produces a JSON file containing every Extension setting, preset, and configuration. Use it to move your full setup between browsers or to back up your configuration before a reinstall.

The <kbd>Import</kbd> and <kbd>Export</kbd> buttons sit in the header of the **Extension** tab in the Manager's top navigation.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?t=192s&v=wu2_MOtsbQU>" %}

***

### What Gets Exported

A single JSON file containing:

* Every preset (buy amounts, sell amounts, fees, tips, slippage, MEV toggles)
* Wallet selection and distribution mode
* Sites toggles
* Appearance settings (sounds, button styling, background image, opacity)
* PnL Card settings
* Any other Extension-level configuration

Wallet private keys are NEVER included in the export. The file only carries configuration, not secrets.

***

### Export

{% stepper %}
{% step %}
Open the Extension tab in the Manager and click <kbd>Export</kbd> in the header.
{% endstep %}

{% step %}
A JSON file downloads to your machine. Keep it somewhere safe: it represents your full Extension setup.
{% endstep %}
{% endstepper %}

***

### Import

{% stepper %}
{% step %}
Click <kbd>Import</kbd> in the header.
{% endstep %}

{% step %}
Select a JSON file previously exported from Bloom. The Manager validates the file and applies every setting in one pass.
{% endstep %}

{% step %}
The Extension reflects the imported configuration instantly. No restart, no re-login.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Importing replaces your current Extension configuration. Export your current setup first if you want to keep it.
{% endhint %}


---

# 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://docs.bloombot.app/manager/chrome-extension/settings/import-export.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.
