> For the complete documentation index, see [llms.txt](https://docs.chain.fm/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chain.fm/docs/chrome-extension/using-the-chrome-extension.md).

# Using the Chrome Extension

The **Chain.fm** extension supports two display modes, suitable for different usage scenarios:

#### Floating Window Mode

Ideal for use during trading sessions. It allows quick navigation within the current tab. Each tab can have its own floating window.

#### Sidepanel Mode

Best suited for times outside of trading. You can monitor on-chain activity while watching videos—entertainment and alpha, all in one. Only one sidepanel can be added per browser window.

#### Floating Window Mode

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

Once the extension is installed, you will see the **Chain.fm** floating icon at the top right corner of any webpage. Click the icon to expand the floating window.

<figure><img src="/files/5xQumAuFxoepPWru5RK9" alt=""><figcaption></figcaption></figure>

You can drag the window by its title bar to move it to a suitable position. You can also resize it by dragging its borders or corners.

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

#### Sidebar Mode

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

After installation, click the extension icon in your browser's address bar. In the list of extensions, locate **Chain.fm** and click the **Pin** button to pin it to the address bar for easier access.

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

Once pinned, click the **Chain.fm** icon to open the extension in the browser’s sidepanel.

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

In Sidepanel Mode, if the current tab is on a supported trading platform, clicking on a token inside the plugin will instantly open its page within the same tab.

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

***

That’s the complete guide to using the **Chain.fm** Chrome extension.\
If you’d like to learn how to use the features inside the extension, please refer to the [Tutorials](/docs/tutorials.md).


---

# 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.chain.fm/docs/chrome-extension/using-the-chrome-extension.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.
