> 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/legacy-products/odds-service/general.md).

# General

This section covers the core functionality of the OddsService legacy feed.

## Topics

| Page                                                                      | Description                                      |
| ------------------------------------------------------------------------- | ------------------------------------------------ |
| [In-Play](/u/legacy-products/odds-service/general/in-play.md)             | Event ordering, snapshot requests, and live data |
| [Prematch Feed](/u/legacy-products/odds-service/general/prematch-feed.md) | Prematch event data and ordering                 |
| [API Reference](/u/legacy-products/odds-service/general/api-reference.md) | Complete API endpoint documentation              |
| [XML Structure](/u/legacy-products/odds-service/general/xml-structure.md) | Message structure and format                     |

## Connection Details

| Environment  | Host                      |
| ------------ | ------------------------- |
| InPlay       | `inplay-rmq.lsports.eu`   |
| Prematch     | `prematch-rmq.lsports.eu` |
| Port         | 5672                      |
| Virtual Host | Customers                 |

{% hint style="warning" %}
**Migration Notice:** OddsService is a legacy product. New integrations should use [TRADE](/u/trade/trade.md). See the [Migration Guide](/u/legacy-products/migration.md) for details.
{% endhint %}


---

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

```
GET https://docs.lsports.eu/u/legacy-products/odds-service/general.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.
