> 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/getting-started.md).

# Getting Started

<figure><img src="https://3058400886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz2QdoaScujkQBx5Lf47O%2Fuploads%2FXkOsnuJjyajM4I5tncOk%2FTwitter_header_-_7_0-00-02-01.png?alt=media&#x26;token=70e4f496-ce2c-4b69-9bb7-a8925299649b" alt=""><figcaption></figcaption></figure>

### How It Works

The Extension integrates into your existing trading terminal (Axiom, Terminal, GMGN, DexScreener, and more). It is complementary, not a replacement: you keep using the platform you already prefer, and Bloom injects a Trade Panel on top of it.

One Extension covers every supported chain. Solana, Ethereum, BSC, Base, and Robinhood run through the same install, the same login, and the same Trade Panel. You never switch chain by hand while trading: the Extension detects it from the token open on the platform you are browsing.

Every buy, sell, limit order, and automation runs through **Bloom's execution infrastructure**, not the terminal's native execution. That routing is what delivers faster fills, broader MEV protection, and higher reliability than the terminal can offer on its own.

The Extension is the surface. The execution happens on Bloom.

***

### One Account, Every Surface

Bloom is three synchronized products sharing a single account:

* **Bloom Manager** (web): the control plane. Configure every Extension setting, every preset, every wallet. [manager.bloombot.app](https://manager.bloombot.app).
* **Bloom Extension** (Chrome): the execution layer on top of your terminal.
* **Bloom Telegram bot** (mobile): the mobile trading surface with the full feature set.

What syncs across all three:

* **Settings**: presets, scrapers, dev sell, limit orders, appearance, import/export. Edit once in the Manager; the Extension picks it up instantly.
* **Wallets**: add a wallet in the Manager or Telegram, use it in the Extension with no re-import.
* **Presets**: a preset created anywhere is available everywhere, using the same underlying configuration.
* **Orders**: limit orders created from the Extension appear in the Manager's Tasks section and in the Telegram bot under `/orders`. Cancel from any of the three and the others update immediately.

No duplicated setups. Configure once in the Manager and every surface picks it up.

***

### Key Features

| Feature          | What it does                                                                                                                              |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Trade Panel      | One-click buys, sells, preset switching, wallet panel, active orders, shortcuts. Overlays on every supported terminal.                    |
| AutoBuy          | Watches Discord and Telegram Web channels and fires a buy the moment a contract address is posted, with market-cap and liquidity filters. |
| Limit Orders     | Up to 1000 active orders, executed on top of each platform's native order system.                                                         |
| Dev Sell         | Auto-sell the moment the token deployer sells. Rug protection.                                                                            |
| Split Tokens     | Distribute a token across multiple wallets in one batched action from the Trade Panel.                                                    |
| Presets          | Save full Trade Panel configurations (amounts, fees, tips, slippage, MEV) and switch in one click.                                        |
| Wallets & Groups | Wallet groups with Buy Amount Variance and Staggered Buys for advanced entry patterns.                                                    |
| Sites            | Toggle which terminals the Extension overlays on.                                                                                         |
| Appearance       | Quick Buy button styling, background image, sounds.                                                                                       |
| PnL Cards        | Shareable trade performance cards with custom backgrounds, generated from the Manager's Home tab.                                         |
| Import / Export  | Move your full Extension setup between browsers via a single JSON file.                                                                   |

####


---

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