> 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/install-and-login.md).

# Install and Login

{% hint style="info" %}
**Always install the official Bloom Extension.** We are not responsible for unofficial or fake versions.

The Bloom Extension has been reviewed and verified by Google. It only adds Bloom buy, sell, and snipe controls to supported trading terminals. It never asks for private keys, wallet access, or transaction signatures, and it does not store or collect user data.

One Extension covers every supported chain. You install it once, and you never log in by hand: the Manager signs you in.
{% endhint %}

***

### Install the Extension

{% stepper %}
{% step %}
Open [manager.bloombot.app/extension](https://manager.bloombot.app/extension/settings).

If the Extension is not installed yet, the Manager shows the install card.

<div align="left"><figure><img src="/files/TD0gXuIJZlxMuj6S9dZ1" alt="" width="420"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Pick how you want to install it.

**Add to Chrome, recommended.** Opens the official Chrome Web Store listing at [chromewebstore.google.com/detail/bloom-extension](https://chromewebstore.google.com/detail/bloom-extension/akdiolpnpplhaoedmednpobkhmkophmg). Install from there in one click.

**Download .zip, manual install.** Download the file, unzip it, then in Chrome go to `chrome://extensions`, enable **Developer mode**, click <kbd>Load unpacked</kbd> and select the unzipped folder.

The same ZIP is also available on the Bloom website at [bloombot.app/#extension](https://www.bloombot.app/#extension), under the <kbd>Add to Chrome</kbd> dropdown.

<div align="left"><figure><img src="https://3058400886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz2QdoaScujkQBx5Lf47O%2Fuploads%2FclN6Yaaq4Rk5JkRXzmgr%2Funknown.png?alt=media&#x26;token=83f541ee-6929-4d39-aff9-d579a6d4281f" alt="" width="420"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click the Bloom icon in the Chrome toolbar to open the pop-up.

You are already logged in. The Manager signs the Extension in on its own as soon as it is installed. There is nothing else for you to do: no codes to paste, no external sites, no wallet pop-ups.

<div align="left"><figure><img src="/files/j9mKwPMWGtgQtREhlZfw" alt="" width="400"><figcaption><p>Solana</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/EIFXgHB6U91z7ZonvFnZ" alt="" width="400"><figcaption><p>EVM</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

### Official Links

Use these three and nothing else.

| Link                                                                                                                                          | What it is                         |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| [manager.bloombot.app/extension](https://manager.bloombot.app/extension/settings)                                                             | Extension page in the Manager.     |
| [chromewebstore.google.com/detail/bloom-extension](https://chromewebstore.google.com/detail/bloom-extension/akdiolpnpplhaoedmednpobkhmkophmg) | Official Chrome Web Store listing. |
| [bloombot.app/#extension](https://www.bloombot.app/#extension)                                                                                | Bloom website, ZIP download.       |


---

# 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/install-and-login.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.
