# Cashout Integration

This section of the document outlines the integration process for our Cashout feature. With risk management flow enabled, users can subscribe to a Cashout feed stream. This stream provides real-time updates regarding potential changes in the cashout amount for each bet the user follows. It also indicates whether cashout is currently available and the amount that can be cashed out. Updates are sent whenever Odds, Markets, Selection, or Event changes occur.<br>

The overall flow is as follows:

1. You must open the feed stream via WebSocket.
2. You can then subscribe or unsubscribe bets from this stream, initiating the receipt of updates for those bets.
3. When a user wishes to cash out a bet, you have to submit a cashout request. If the request is valid, the bet will be settled as cashed out in our system.


---

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