# Features

This section provides information about the features of UOF SDK.

The Unified Odds Feed SDK

* adds additional information to AMQP messages to make them easier to process
* ensures message ordering
* ensures the state is in sync with the state of the feed
* facilitates caching in order to minimize network traffic
* has a well-designed public API ensuring intuitive usage
* can access sport-related data available on the Sports API
* generates various log files ensuring potential issues are easily identified
* simplifies exception handling
* provides internal (telemetry) metrics


---

# 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.sportradar.com/uof/sdk/features.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.
