# Extension

{% hint style="info" %}
The Chrome Extension is configured directly from the Manager. Both the Solana and EVM builds share the same settings surface and are managed from this page.
{% endhint %}

***

#### Configure the Extension

Open the **Extension** tab from the top navigation. The page exposes every Chrome Extension setting, organized into tabs: **Presets**, **Scrapers**, **Limit Orders**, **Sites**, **Wallets**, and **Appearance**. Changes save instantly and sync with the Chrome Extension installed on your browser.

<figure><img src="/files/lCnhbeaVch5szwbjNVzQ" alt=""><figcaption></figcaption></figure>

***

#### Switch Chain

The Chrome Extension settings are chain-specific. To switch between the Solana and EVM configurations, use the chain selector in the top bar. The settings displayed below update to match the selected chain.

<div align="left"><figure><img src="/files/tGUZJg9KQl7kuBCH40CV" alt="" width="540"><figcaption></figcaption></figure></div>

***

#### Chrome Extension Documentation

For the full Chrome Extension product reference (install, login, trade panel, automation, and the complete settings field reference), see the dedicated Chrome Extension docs.

{% content-ref url="<https://docs.bloombot.app/extension/settings/overview>" %}
<https://docs.bloombot.app/extension/settings/overview>
{% endcontent-ref %}


---

# 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/manager/pages/extension.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.
