> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/boost/provider-benchmark/trend-analysis.md).

# Trend Analysis

Trend Analysis visualizes your primary provider's performance against competitors for both fixture and market coverage. Use interactive charts to identify trends over time.

<figure><img src="/files/vEApP9t1nkxqnzMJLcLZ" alt="Trend Analysis"><figcaption><p>Fixture Coverage trends over time</p></figcaption></figure>

***

## Overview

The Trend Analysis view centers on two primary components:

| Chart                      | What It Shows                               |
| -------------------------- | ------------------------------------------- |
| **Fixture Coverage Graph** | Number of fixtures covered by each provider |
| **Market Coverage Graph**  | Number of unique markets offered            |

***

## Key Features

### Click-to-Drill

Click any point on the graph to jump directly to the Coverage Matrix, filtered to that specific time point. This lets you investigate exactly which fixtures or markets are driving the difference.

### Time Periods

| Period        | Description                        |
| ------------- | ---------------------------------- |
| **Today**     | 00:00 to current time minus 1 hour |
| **Yesterday** | Previous full day                  |
| **7D**        | Last 7 days                        |
| **1M**        | Last month                         |
| **3M**        | Last 3 months                      |

***

## How to Use

1. **Select providers** — Choose your primary provider and up to 4 competitors
2. **Choose a sport** — Defaults to the sport with highest fixture count
3. **Optional filters** — Narrow by location or competition
4. **Select time range** — Analyze trends over your preferred period
5. **Hover for details** — See exact counts at any point
6. **Click to drill** — Jump to Coverage Matrix for detailed comparison

***

## Related

* [Coverage Matrix](/u/boost/provider-benchmark/coverage-matrix.md) — Detailed fixture and market comparison
* [BOOST Overview](/u/boost/boost.md) — Main BOOST documentation


---

# 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.lsports.eu/u/boost/provider-benchmark/trend-analysis.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.
