> For the complete documentation index, see [llms.txt](https://developer.aiodds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.aiodds.com/explore/products-overview.md).

# Products Overview

AiOdds products support different parts of a sportsbook data workflow. Choose the product based on whether you need bookmaker odds, trading output, or engagement features.

### Customer Console

{% embed url="<https://youtu.be/LiIyl0tdRWo>" %}

| Module            | Use it for                                                                   |
| ----------------- | ---------------------------------------------------------------------------- |
| Monitoring        | Follow live and pre-match odds, view odds movement, and track market status. |
| Access            | Manage credentials, access details, and allowed usage where available.       |
| Trading           | Work with proprietary odds and trading workflows.                            |
| Subscription      | Review product and data access.                                              |
| Tickets           | Contact support for issues or service requests.                              |
| API Documentation | Jump to technical integration docs.                                          |
| Live Tracker      | Review live match and event data.                                            |
| Help Center       | Find support articles and operational guidance.                              |

### Bookmaker Odds Service

Bookmaker Odds Service provides APIs and a WebSocket delivery for raw sports betting odds.

Use it when you need:

* Bookmakers
* Markets
* Pre-match odds
* In-play odds
* Translation of basic data

The detailed technical reference lives in the [Bookmaker Odds](https://developer.aiodds.com/bookmaker-odds/) space.

### AI Trading Service

AITrading Service helps teams generate proprietary odds using custom trading rules.

Use it when you need:

* Proprietary odds generation
* Trading tool
* Operational trading workflows
* Trading feed delivery

The detailed technical reference lives in the [AI Trading](https://developer.aiodds.com/trading-odds/) space.

### Betting Engagement

Betting Engagement provides a live tracker, statistics, and widget experiences.

Use it when you need:

* Live match displays
* Match and event visualization

Contact [AiOdds Business Manager](/support.md#business-manager) to activate your subscription before using it.

### Product selection

| You need                                    | Start with             |
| ------------------------------------------- | ---------------------- |
| Raw bookmaker odds                          | Bookmaker Odds Service |
| A real-time odds feed                       | Bookmaker Odds Service |
| Proprietary odds generated by trading rules | AI Trading Service     |
| Trading workflows and operational controls  | AI Trading Service     |
| Live tracker or sports widgets              | Betting Engagement     |
| General account support                     | Help Center or Tickets |


---

# 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://developer.aiodds.com/explore/products-overview.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.
