# Is Batch dashboard compatible with Internet Explorer or Safari?

### Internet Explorer <a href="#internet-explorer" id="internet-explorer"></a>

Internet Explorer (IE) is a popular web browser developed by Microsoft.\
Its usage share has since declined with the launch of other popular web browsers like Chrome, or Mozilla Firefox. Microsoft Edge would replace IE as the default browser on its Windows 10 devices.

### Safari <a href="#safari" id="safari"></a>

Safari is a browser developed by Apple. First released on the desktop in 2003 with Mac OS X Panther, a mobile version has been bundled with iOS devices since the iPhone's introduction in 2007. Safari is the default browser on Apple devices and was available on Windows from 2007 to 2012. Web push notifications are a W3C standard that Apple has repeatedly ignored. Safari on Mac relies on its own implementation, incompatible with the standard. Although it is the default browser on Mac, almost half of the users change it to Chrome and Firefox.

Since Batch uses recent technologies, we do not guarantee compatibility with IE and Safari.\
We inform you that some features may not be supported or displayed correctly.\
​\
We recommend you to use other web browsers like :

* [Chrome](https://www.google.com/chrome/)
* [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/)
* [Microsoft Edge](https://www.microsoft.com/en-us/edge)
* ...


---

# 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://doc.batch.com/getting-started/other/faq/is-batch-dashboard-compatible-with-internet-explorer-or-safari.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.
