# Get The Settlement Status

For a selection to be settled, our service will pass an OnMarketSettlement message on your end. In that message would contain a list of selections and under each of those would contain the properties:

* result - bool
* voidFactor - [Void Factor](/odds-feed-documentation/odds-feed-integration/dictionary.md#void-factor) enum

These properties would allow us to determine what is the outcome of a selection. See table below for the settlement status

| Status   | Result | Void Factor |
| -------- | ------ | ----------- |
| Lost     | false  | Zero (0)    |
| Won      | true   | Zero (0)    |
| Void     | false  | One (2)     |
| HalfWon  | true   | Half (1)    |
| HalfLost | false  | Half (1)    |


---

# 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://flyingcockatoo.gitbook.io/odds-feed-documentation/odds-feed-integration/get-the-settlement-status.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.
