# BetBuilder Integration

This section of the document describes the integration process of the BetBuilder feature. BetBuilder is a feature which allows players to combine selections from different markets into a single bet. Simply put - a customisable combo bet.

The integration of BetBuilder is separated from the main integration process as it requires a specific flow of placing a bet and also requires some additional development. BetBuilder integration can be done in parallel with the main integration.

Current BetBuilder supported sports:

* American Football
* Baseball
* Basketball
* Cricket
* Football
* Ice Hockey
* MMA
* Rugby League
* Rugby Union
* Tennis


---

# 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.odds88.io/integration-process/recommended-integration-flow/optional-features/betbuilder-integration.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.
