> 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/customization.md).

# Customization

Don't need a specific tool? You can turn off any feature individually. PolyHelper is fully customizable — built around your personal trading style.

**How to open Settings:** Look for the **gear icon ⚙️** in the right-side tab bar of the extension — click it to open the Settings panel.

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

***

## Market Data

| Feature         | Description                                            |
| --------------- | ------------------------------------------------------ |
| Charts          | Real-time charts from resolution source                |
| LP Rewards      | Daily reward rates on market rows                      |
| Top Holders PnL | PnL breakdown for top holders                          |
| Crypto Context  | Market data, derivatives, ETFs for crypto events       |
| Stock Context   | Company analytics, earnings, holdings for stock events |
| Weather Context | Current conditions & forecast for weather events       |
| Macro Intel     | Economic indicators & release dates for macro events   |

## Social

| Feature         | Description                                               |
| --------------- | --------------------------------------------------------- |
| X Feed          | Twitter/X feed on event pages                             |
| X Analytics     | Author feed & posting analytics for tweet markets         |
| Comments Filter | Filter comments by holder positions                       |
| Trader Tracker  | Follow traders, group them, and watch their live activity |

## Intel

| Feature              | Description                                                |
| -------------------- | ---------------------------------------------------------- |
| Sports Intel         | ESPN standings & recent games                              |
| Bookmaker Odds       | Live Pinnacle/Betfair odds vs Polymarket prices            |
| Pentagon Pizza Index | DOUGHCON indicator (OSINT)                                 |
| Conflict Monitor     | NASA satellite fire detection for conflict zones           |
| Frontline Maps       | ISW conflict maps for territorial markets                  |
| UFC Context          | Fighter profiles, records, rankings                        |
| Esports Context      | LoL, Valorant, Dota 2 standings & teams                    |
| MrBeast Intel        | View velocity & attention signal for YouTube events        |
| AI Arena             | Chatbot Arena rankings & benchmarks for AI model markets   |
| Box Office           | Daily grosses, projections & comparables for movie markets |
| Polls Intel          | Polling data vs market prices for elections                |

## Tools

| Feature          | Description                                   |
| ---------------- | --------------------------------------------- |
| Bonds Scanner    | High-probability market yield scanner         |
| Update Notifier  | Notifies when a newer version is on the store |
| Profile Enhancer | Extended trader analytics on profile pages    |

***

Every toggle saves instantly — no need to reload the page.

{% hint style="info" %}
Not sure which tools you need? Leave everything on by default and turn off what you don't use as you go.
{% endhint %}


---

# 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/customization.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.
