# 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.

Available at [manager.bloombot.app/extension/settings](https://manager.bloombot.app/extension/settings) > header buttons.
{% 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 percentages, fees, tips, slippage, MEV toggles)
* Wallet selection and distribution mode (Split vs Full)
* Sites toggles
* Appearance settings (sounds, button styling, background image, opacity)
* P\&L 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 Extension Settings 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 Extension Settings 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: 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.bloombot.app/extension/settings/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.
