> For the complete documentation index, see [llms.txt](https://manual.bubble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.bubble.io/help-guides/maintaining-an-application/testing-an-application/supported-browsers.md).

# Supported browsers

## Run-mode

Bubble's framework relies on web technologies that may not be compatible with all older browsers. Consequently, Bubble provides official support for specific browsers and versions. Keep in mind that this applies to apps in run-mode, meaning it affects the end-users of your Bubble app.

### Browser support summary

* Bubble officially supports **Edge, Firefox, Chrome, Brave and Safari** on web and mobile web
* We encourage end-users to upgrade these browsers to the latest version available

When an end-user uses an unsupported older browser version, most parts of the app will likely still function. Browser support primarily impacts the visual display of your app, while workflows and database operations are generally unaffected.

## Edit-mode

Edit-mode is the interface you, as a Bubble developer, interact with while building and editing your app, i.e. the Bubble editor.

Bubble supports the latest version of **Edge, Firefox, Chrome, Brave and Safari** for edit-mode. We highly encourage Bubble users to upgrade these browsers to the latest version available.


---

# 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://manual.bubble.io/help-guides/maintaining-an-application/testing-an-application/supported-browsers.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.
