> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/event-centers-common-docs/readme/device-browser-support-matrix.md).

# Device/Browser Support Matrix

Our overall approach to platform and browser compatibility is to support platform versions under active manufacturer service and at least one major browser version backward, with approximately 1 year of major updates for frequently released browsers.

Supported versions as of April 2024:

<table data-header-hidden><thead><tr><th width="110">Browser \ Platform</th><th width="153" align="center">Android 11+</th><th width="170" align="center">iOS / iPadOS 15+</th><th width="126" align="center">MacOS 11+</th><th align="center">Windows 10+</th></tr></thead><tbody><tr><td></td><td align="center">Android 12+</td><td align="center">iOS / iPadOS 16+</td><td align="center">MacOS 12+</td><td align="center">Windows 10+</td></tr><tr><td>Safari</td><td align="center">-</td><td align="center">16.6+</td><td align="center">16.6+</td><td align="center">-</td></tr><tr><td>Chrome</td><td align="center">112+</td><td align="center">112+</td><td align="center">112+</td><td align="center">112+</td></tr><tr><td>Firefox</td><td align="center">-</td><td align="center">-</td><td align="center">112+</td><td align="center">112+</td></tr><tr><td>Edge</td><td align="center">-</td><td align="center">-</td><td align="center">-</td><td align="center">112+</td></tr></tbody></table>

We expect compatibility across a much broader range than listed in the matrix. If a platform/browser is not listed, we will endeavour to resolve issues on a case-by-case basis, considering usage statistics and the device's hardware and software capabilities.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sportradar.com/event-centers-common-docs/readme/device-browser-support-matrix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
