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

# BOOST

- [BOOST Overview](https://docs.lsports.eu/u/boost/boost.md): Performance analytics & operational insights
- [Capabilities](https://docs.lsports.eu/u/boost/capabilities.md): BOOST features and capabilities
- [Provider Benchmark](https://docs.lsports.eu/u/boost/provider-benchmark.md): Analyze providers coverage metrics
- [Trend Analysis](https://docs.lsports.eu/u/boost/provider-benchmark/trend-analysis.md): Visualize provider performance trends over time
- [Coverage Matrix](https://docs.lsports.eu/u/boost/provider-benchmark/coverage-matrix.md): Compare provider coverage in a detailed matrix view
- [Trading Performance](https://docs.lsports.eu/u/boost/trading-performance.md): Analyze trading quality metrics
- [Overview](https://docs.lsports.eu/u/boost/trading-performance/overview.md): Visualize trading performance trends over time
- [Performance Matrix](https://docs.lsports.eu/u/boost/trading-performance/performance-matrix.md): Compare provider trading performance at fixture level
- [Notification Center](https://docs.lsports.eu/u/boost/notification-center.md): Configure coverage and performance alerts
- [FAQ](https://docs.lsports.eu/u/boost/faq.md): Frequently asked questions about BOOST


---

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