> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-liveness-websdk/web-plugin/browser-compatibility.md).

# Browser Compatibility

**Please note**: for the plugin to work, your browser version should support JavaScript ES6 and be the one as follows or newer.

| Browser                                                         | Version |
| --------------------------------------------------------------- | ------- |
| Google Chrome (and other browsers based on the Chromium engine) | 56      |
| Mozilla Firefox                                                 | 55      |
| Safari                                                          | 11      |
| Microsoft Edge\*                                                | 17      |
| Opera                                                           | 47      |

\*Web SDK doesn't work in Internet Explorer compatibility mode due to lack of important functions.


---

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

```
GET https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-liveness-websdk/web-plugin/browser-compatibility.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.
