# Browser compatibility

Quadratic has **first-tier** browser support for:

* Google Chrome\*
* Chromium browsers (Arc, Edge, Opera, etc.)

*\*All of our developers and automated tests use Chrome, giving it first-class support status.*

Non-Chromium browsers receive **second-tier** support and are less performant than first-tier browsers:

* Safari
* Firefox
* Mobile Browsers (read-only)

To file a browser-specific issue, please [contact us](https://quadratichq.com/contact).&#x20;

## Troubleshooting

<figure><img src="/files/iKkmejqSeoD8hX2KXQYf" alt="" width="563"><figcaption></figcaption></figure>

### Hardware acceleration

If you receive this error message in Chrome, a possible cause is that your browser's hardware acceleration is turned off, preventing WebGL from working.&#x20;

**Solution:** You can enable hardware or graphics acceleration by visiting `chrome://settings/system` and toggling on hardware or graphics acceleration.&#x20;

<figure><img src="/files/2RB0IHrFo8BpRuOG9ejR" alt=""><figcaption><p>Toggle must be on for Quadratic to work in your browser</p></figcaption></figure>


---

# 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.quadratichq.com/spreadsheet/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.
