> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reelevant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Browser Extension Overview

> Install and use the Reelevant browser extension to integrate workflows with your website

<img src="https://mintcdn.com/reelevant/sq2z448ROxO0jBXw/images/browser-extension/workflow-list-v2.png?fit=max&auto=format&n=sq2z448ROxO0jBXw&q=85&s=c59f2bc95d1c97afb45e584c62a2938a" alt="Browser extension side panel showing workflow list" width="386" height="1024" data-path="images/browser-extension/workflow-list-v2.png" />

## What is the Browser Extension?

The Reelevant Browser Extension is a Chrome and Edge extension that helps you integrate [workflows](/product-guide/workflows/overview) with your website. It provides a side panel for browsing workflows, retrieving integration URLs, and configuring on-site integrations through a content script that runs on your pages.

## Key Features

| Feature                      | Description                                                                              |
| ---------------------------- | ---------------------------------------------------------------------------------------- |
| **Side panel**               | Browse your workflow list, view workflow details, and open integration instructions.     |
| **Integration instructions** | Copy image and redirection URLs for a workflow channel without leaving the extension.    |
| **On-site integration**      | Configure client-side integrations directly on your website using the content script UI. |

## Installation & Setup

<Steps>
  <Step title="Install the extension">
    Install the Reelevant extension from the browser store:

    * [Chrome Web Store](https://chromewebstore.google.com/detail/reelevant/lgacfbhgdhamkljnljckjhogkmifijla?hl=en)
    * [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/aocpmahppepplambefpfnbnifdgolncb)

    Once installed, the Reelevant icon appears in your browser toolbar.
  </Step>

  <Step title="Log in">
    Click the extension icon to open the side panel. Sign in with the same credentials you use in the [Reelevant app](https://app.reelevant.com):

    * **Email and password** — enter your Reelevant account email and password.
    * **SSO** — if your organization uses single sign-on, follow the same SSO flow as in the app.

    Click **Sign in** to authenticate.
  </Step>

  <Step title="Start using the extension">
    Once logged in, the side panel shows your workflow list. Navigate to the target website to configure on-site integrations or open a workflow to retrieve integration URLs.
  </Step>
</Steps>

## What's Next?

<CardGroup cols={2}>
  <Card title="Workflows" icon="diagram-project" href="/product-guide/browser-extension/workflows">
    Browse and view workflow details from the side panel.
  </Card>

  <Card title="Integration Instructions" icon="link" href="/developer-docs/guides/browser-extension-integration">
    Retrieve image and redirection URLs for a workflow channel.
  </Card>

  <Card title="On-site Integration" icon="crosshairs" href="/developer-docs/guides/browser-extension-content-script">
    Configure client-side integrations on your website.
  </Card>
</CardGroup>
