# Integration Process

The integration process is multifaceted, with certain applications or parts of the integration dependent on the implementation of others. To manage this complexity, it is beneficial to divide the integration into stages, providing a clear overview of progress and identifying pending steps.

Recommended flow of the integration process

1. **Delta feed**
   * Establish connection with Odds88 websocket delta feed
   * Process and store messages
   * Populate database
2. **Metadata feed**
   * Establish connection
   * Process and store messages
   * Forward to Front-End
   * Reconnection should be automatically handled by integration.
3. **Bet placement**
   * Create a player database.
   * Implement Odds88 bet placement endpoints.
   * Test if it is possible to send bet placement requests
   * Compare returned values with the ones in your database
4. **Settlement feed**
   * Establish connection
   * Process message and apply settlement results.
   * Forward to Front-End
   * Reconnection should be automatically handled by integration.
5. **Translation feed**
   * Establish connection
   * Process message
   * Call corresponding endpoint to update translation
   * Save new translation to database

<figure><picture><source srcset="/files/otiMnmbXoUW9hRhzBTFk" media="(prefers-color-scheme: dark)"><img src="/files/SK0GrAec2gprsvc2BJuq" alt=""></picture><figcaption></figcaption></figure>


---

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