> 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/analytics-tools/overview.md).

# Overview

PolyHelper includes specialized analytics panels covering all major Polymarket categories. Each tool is designed to give you contextual edge in a specific type of market.

***

## All Tools at a Glance

| Tool                                                                             | What It Does                                                       |
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [**Crypto Context**](/polyhelper-docs/analytics-tools/crypto-context.md)         | Price, derivatives, Fear & Greed, supply data for crypto markets   |
| [**Sports Intel**](/polyhelper-docs/analytics-tools/sports-intel.md)             | Standings, recent results, H2H data for sports markets             |
| [**X Feed**](/polyhelper-docs/analytics-tools/live-news.md)                      | X and Truth Social posts filtered to the current market            |
| [**Top Holders PnL**](/polyhelper-docs/analytics-tools/top-holders-pnl.md)       | PnL of top 10/20/50 holders in the current market                  |
| [**Charts**](/polyhelper-docs/analytics-tools/price-charts.md)                   | Polymarket odds history + Binance/Yahoo Finance price charts       |
| [**Stock Context**](/polyhelper-docs/analytics-tools/stocks-context.md)          | Company data and analyst consensus for stock-related markets       |
| [**Macro Intel**](/polyhelper-docs/analytics-tools/macro-intel.md)               | Fed rate, economic indicators, next release dates                  |
| [**Polls Intel**](/polyhelper-docs/analytics-tools/polls-intel.md)               | Polling data vs market odds for election markets                   |
| [**Pentagon Pizza Index**](/polyhelper-docs/analytics-tools/pentagon-tracker.md) | DOUGHCON readiness based on Pentagon-area venue activity (PizzINT) |
| [**Conflict Monitor**](/polyhelper-docs/analytics-tools/conflict-radar.md)       | NASA satellite thermal detection for conflict zone activity        |
| [**Frontline Maps**](/polyhelper-docs/analytics-tools/military-maps.md)          | ISW frontline maps for territorial markets                         |
| [**AI Arena**](/polyhelper-docs/analytics-tools/ai-arena.md)                     | AI model leaderboard from arena.ai                                 |
| [**Box Office**](/polyhelper-docs/analytics-tools/box-office.md)                 | Box office projections and comparables for movie markets           |
| [**Weather Forecast**](/polyhelper-docs/analytics-tools/weather-forecast.md)     | Weather data and 7-day forecast for weather markets                |
| [**Bonds Scanner**](/polyhelper-docs/analytics-tools/bonds-tracker.md)           | Scanner for high-probability Polymarket outcomes with yield data   |
| [**Comments Filter**](/polyhelper-docs/analytics-tools/comments-filter.md)       | Filter market comments by outcome and position                     |
| [**LP Rewards**](/polyhelper-docs/analytics-tools/rewards-calculator.md)         | LP rewards calculator with competition levels                      |
| [**UFC Context**](/polyhelper-docs/analytics-tools/ufc-context.md)               | Fighter profiles, records, and rankings for MMA markets            |
| [**Esports Context**](/polyhelper-docs/analytics-tools/esports-context.md)       | Team standings and results for esports markets                     |
| [**MrBeast Intel**](/polyhelper-docs/analytics-tools/mrbeast-intel.md)           | YouTube view velocity for MrBeast video markets                    |
| [**Trader Tracker**](/polyhelper-docs/analytics-tools/trader-tracker.md)         | Follow traders and monitor their live activity                     |
| [**Profile Enhancer**](/polyhelper-docs/analytics-tools/profile-enhancer.md)     | Extended analytics on trader profile pages                         |
| [**X Analytics**](/polyhelper-docs/analytics-tools/x-analytics.md)               | Posting stats and activity heatmap for tweet markets               |
| [**Bookmaker Odds**](/polyhelper-docs/analytics-tools/bookmaker-odds.md)         | Polymarket vs sportsbook odds comparison                           |

***

## Market Category Coverage

| Category             | Tools Available                                                    |
| -------------------- | ------------------------------------------------------------------ |
| Crypto & DeFi        | Crypto Context, Price Charts, Live News                            |
| Sports               | Sports Intel, Bookmaker Odds, Live News                            |
| Politics & Elections | Polls Intel, Live News, Top Holders PnL                            |
| Stocks               | Stocks Context, Macro Intel                                        |
| Geopolitics          | Pentagon Activity Tracker, Conflict Monitor, Military Maps         |
| AI & Technology      | AI Arena, Live News                                                |
| Entertainment        | Box Office, MrBeast Intel                                          |
| Weather              | Weather Forecast                                                   |
| Finance              | Bonds Scanner, Macro Intel                                         |
| Esports              | Esports Context                                                    |
| MMA / UFC            | UFC Context, Bookmaker Odds                                        |
| All Markets          | Top Holders PnL, Price Charts, Comments Filter, Rewards Calculator |

***

> **Tip:** Panels load automatically based on the market you're viewing. You'll never need to manually select which tool to use — PolyHelper figures it out automatically.


---

# 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/analytics-tools/overview.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.
