> 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/extension/settings/overview.md).

# 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="/files/3aRYzcInU9GmGssSUbOj" 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
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/extension/settings/overview.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.
