> For the complete documentation index, see [llms.txt](https://docs.quadratichq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quadratichq.com/spreadsheet/browser-compatibility.md).

# Browser compatibility

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

Quadratic works on modern mobile browsers with a dedicated mobile layout: touch-friendly toolbars, the AI chat, and a mobile code editor. Very large files may be limited by device memory, particularly on iOS.

### Desktop app

Prefer a native app? Quadratic is available as a desktop app for macOS, Windows, and Linux.

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

### Troubleshooting

<figure><img src="https://2438361843-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff1Y5UzPF2x1oIzVJbUK8%2Fuploads%2FH72uIkQ40WMPq29lWIec%2FCleanShot%202024-07-24%20at%2010.05.27%402x.png?alt=media&#x26;token=48028bc7-3517-40ca-a1ca-5c61eb30e00c" 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.

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

<figure><img src="https://2438361843-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff1Y5UzPF2x1oIzVJbUK8%2Fuploads%2FpbtpGES20HMbIDYdOhlJ%2FCleanShot%202024-07-24%20at%2010.08.43%402x.png?alt=media&#x26;token=dd234c63-4920-4dc6-b7c0-7327bdb1c681" alt=""><figcaption><p>Toggle must be on for Quadratic to work in your browser</p></figcaption></figure>


---

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