> For the complete documentation index, see [llms.txt](https://polyhelper.gitbook.io/polyhelper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyhelper.gitbook.io/polyhelper-docs/getting-started/installation.md).

# Installation Guide

Getting started with PolyHelper takes less than 2 minutes. The extension is available on the Chrome Web Store and works on any Chromium-based browser.

***

## Supported Browsers

| Browser        | Supported |
| -------------- | --------- |
| Google Chrome  | ✅ Yes     |
| Brave          | ✅ Yes     |
| Microsoft Edge | ✅ Yes     |
| Opera          | ✅ Yes     |
| Firefox        | ❌ Not yet |
| Safari         | ❌ Not yet |

***

## Step-by-Step Installation

### Step 1 — Download and Install the Extension

Go to the [PolyHelper page on the Chrome Web Store](https://chromewebstore.google.com/detail/polyhelper/mebiclnfcnknilfaoanimpaeimjlafmg?utm_source=item-share-cb) or visit [polyhelper.io](https://polyhelper.io) and click the **"Install Extension"** button.

![Chrome Web Store page for PolyHelper](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/install-step1.png)

***

### Step 2 — Enable PolyHelper

Click the PolyHelper extension icon in your browser toolbar and activate the product.

![](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/enable-polyhelper.png)

***

### Step 3 — Pin the Extension (Optional but Recommended)

After installation, click the **puzzle icon** (Extensions menu) in your Chrome toolbar, then click the **pin icon** next to PolyHelper. This keeps the extension icon visible in your toolbar for quick access.

![Pinning the extension](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/install-step3.png)

***

### Step 4 — Open Polymarket

Navigate to [polymarket.com](https://polymarket.com). PolyHelper activates automatically — you'll see new panels appearing in the sidebar of market pages.

![PolyHelper active on Polymarket](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/install-step4.png)

***

### Step 5 — Join the Rewards Program (Optional)

Learn how to earn points and qualify for the airdrop: [Points & Airdrop Program →](https://polyhelper.gitbook.io/polyhelper-docs/rewards-program/program)

***

## Updating the Extension

Chrome automatically keeps extensions up to date. To manually check for updates:

1. Go to `chrome://extensions/`
2. Enable **Developer mode** (top-right toggle)
3. Click **"Update"**

[Watch a detailed video guide on how to do this →](https://x.com/Poly_Helper/status/2074483998135386586?s=20)

***

## Troubleshooting

**Panels are not appearing on Polymarket**

* Make sure the extension is enabled: go to `chrome://extensions/` and check that PolyHelper is toggled on
* Try refreshing the Polymarket page (Ctrl+R / Cmd+R)
* Make sure you are on a market page, not just the homepage

**Extension installed but no icon visible**

* Click the puzzle icon in Chrome toolbar → find PolyHelper → click the pin icon

**Data is not loading in panels**

* Check your internet connection
* Disable any VPN or ad blocker that might be blocking data sources
* Try refreshing the page

**Still having issues?**

* Join our [Discord](https://discord.gg/2RfMcye8fG) or [Telegram](https://t.me/polyhelper) for support
* DM us on [Telegram](https://t.me/polyhelpers)
* Email us at <polymarkethelper@gmail.com>


---

# 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://polyhelper.gitbook.io/polyhelper-docs/getting-started/installation.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.
