# Overview

{% hint style="info" %}
All Extension settings live inside Bloom Manager at [manager.bloombot.app/extension/settings](https://manager.bloombot.app/extension/settings). Configure once in the Manager, and every change syncs to the Extension instantly.

Settings are split between **Solana** and **EVM**. To switch chain, use the chain selector in the top-right corner of the Manager.
{% endhint %}

### Solana

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

### Evm

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

***

### Chain Selector

<figure><img src="https://3058400886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz2QdoaScujkQBx5Lf47O%2Fuploads%2FzJ133TZGcn4har7s5R26%2Funknown.png?alt=media&#x26;token=c3fa89c4-c32a-4ff5-bc55-e2eb291bcb2b" alt=""><figcaption></figcaption></figure>

The chain selector in the Manager's top-right corner controls which chain's settings are shown. Solana and EVM have separate presets, wallet lists, and site lists. Most tabs (Presets, Sites, Wallets, Appearance, P\&L Cards, Import/Export) are available on both chains. Two tabs are chain-specific: **Limit Orders** on Solana, **Dev Sell** on EVM.

***

### Syncing

Every change you make in the Manager applies to the Extension in real time. There is no save-and-refresh cycle. Open the Extension pop-up and you will see the update immediately.

Presets configured in the Manager are also available in the Bloom Telegram bot, using the same underlying configuration.


---

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