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

# Concepts

This section covers the fundamental concepts you need to understand when working with TRADE data.

***

## Fixtures & Events

| Page                                                                              | Description                                      |
| --------------------------------------------------------------------------------- | ------------------------------------------------ |
| [Fixture Lifecycle](/u/trade/concepts/fixture-lifecycle.md)                       | Fixture states, transitions, and status handling |
| [Fixture Types](/u/trade/concepts/fixture-types.md)                               | Standard fixtures, outrights, and racing events  |
| [Fixture Ordering](/u/trade/concepts/fixture-ordering.md)                         | How to order and subscribe to fixtures           |
| [Participants, Teams & Players](/u/trade/concepts/participant-team-and-player.md) | Entity types and relationships                   |

***

## Markets & Odds

| Page                                                                         | Description                                            |
| ---------------------------------------------------------------------------- | ------------------------------------------------------ |
| [Market Types](/u/trade/concepts/market-types.md)                            | 1X2, Under/Over, Asian Handicap, and more              |
| [Mainline, Baseline & Line](/u/trade/concepts/mainline-baseline-and-line.md) | Understanding lines and handicaps                      |
| [Margin](/u/trade/concepts/margin.md)                                        | Margin calculations and configuration                  |
| [Probability](/u/trade/concepts/probability.md)                              | Probability fields and calculations                    |
| [Odds Suspension Logic](/u/trade/concepts/odds-suspension-logic.md)          | When and why odds get suspended                        |
| [Odds Settings](/u/trade/concepts/odds-settings.md)                          | Understanding odds settings and configuration concepts |

***

## Settlements

| Page                                                     | Description                         |
| -------------------------------------------------------- | ----------------------------------- |
| [Settlements](/u/trade/concepts/settlements.md)          | Settlement process and status codes |
| [Settlements Rulebook](/u/trade/settlements-rulebook.md) | Sport-specific settlement rules     |

***

## Advanced Features

| Page                                                  | Description                         |
| ----------------------------------------------------- | ----------------------------------- |
| [Safe Message](/u/trade/concepts/safe-message.md)     | Guaranteed message delivery feature |
| [Provider Odds+](/u/trade/concepts/provider-odds+.md) | Raw provider odds access            |
| [Configuration](/u/trade/user-guide/configuration.md) | Platform configuration options      |


---

# 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/trade/concepts.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.
