# Core Concepts

This section documents shared concepts and terminology used across all ARENA360 products.

***

## Shared Resources

| Section                                            | Description                                |
| -------------------------------------------------- | ------------------------------------------ |
| [User Management](/u/reference/user-management.md) | Account settings, roles, and permissions   |
| [Authentication](/u/reference/authentication.md)   | API credentials and authentication methods |
| [Glossary](/u/reference/glossary.md)               | Platform-wide terminology and definitions  |

***

## Common Identifiers

All ARENA360 products share these identifiers:

| Identifier      | Format  | Description                         |
| --------------- | ------- | ----------------------------------- |
| **Fixture ID**  | Integer | Unique event identifier             |
| **Market ID**   | Integer | Market type identifier              |
| **Bet ID**      | Integer | Individual bet/selection identifier |
| **Provider ID** | Integer | Data source identifier              |
| **Sport ID**    | Integer | Sport category identifier           |
| **Location ID** | Integer | Country/region identifier           |
| **League ID**   | Integer | Competition identifier              |

***

## Data Formats

### Timestamps

All timestamps are in **UTC** using ISO-8601 format:

```
2025-11-04T19:45:00Z
```

### Numeric Values

* **Odds** — Decimal format (e.g., `1.85`, `2.50`)
* **Lines** — Decimal with sign (e.g., `-1.5`, `+2.5`)
* **Probabilities** — Decimal 0-1 (e.g., `0.55`)

### Status Codes

See [TRADE Enumerations](/u/trade/enumerations.md) for complete status code reference.

***

## Product-Specific Documentation

For product-specific concepts and integration:

| Product    | Concepts                            | Integration                                                                                                  |
| ---------- | ----------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| **TRADE**  | [Concepts](/u/trade/concepts.md)    | [Integration](/u/trade/integration.md)                                                                       |
| **DEFEND** | [Overview](/u/defend/defend.md)     | [API Reference](/u/defend/api.md)                                                                            |
| **BOOST**  | [Monitoring](/u/boost/boost.md)     | Web-based (no API)                                                                                           |
| **ENGAGE** | [Tips Feed](/u/engage/tips-feed.md) | [Integration](https://github.com/lsportsltd/lsports-products-docs/blob/main/engage/tips-feed/integration.md) |

{% hint style="info" %}
Integration guides, APIs, RabbitMQ setup, and SDKs are documented within each product's section, not in shared concepts.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.lsports.eu/u/reference/concepts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
