# ​Supported Devices, Browsers, and Screen Sizes

DocStudio can run as a browser-based application on the following devices:

* Desktop
* Tablet
* Mobile

When you initialize or change the screen resolution, the system checks to see if the current screen resolution suits the user's continued smooth operation.

It also checks the operating system and browser versions.

We recommend that you have one of the following screen resolutions and one of the following operating systems and browser versions for the platform to function correctly.

### **Supported screen resolutions**

| <ul><li>Desktop</li></ul> | minWidth = 1440 |                 |
| ------------------------- | --------------- | --------------- |
| <ul><li>Tablet</li></ul>  | minWidth = 756  | maxWidth = 1439 |
| <ul><li>Mobile</li></ul>  | minWidth = 320  | maxWidth = 755  |

{% hint style="info" %}
If your screen resolution isn't supported, you'll see a notification with instructions on what to do.
{% endhint %}

### **Supported browser and OS versions**

We cannot specify a specific version, but we constantly support the latest versions of operating systems and browsers according to the list below:

| Google Chrome   | 2 latest versions |
| --------------- | ----------------- |
| Mozilla Firefox | latest version    |
| Microsoft Edge  | 2 latest versions |
| Safari          | 2 latest versions |
| Opera           | 2 latest versions |
| Opera Mini      | 2 latest versions |
| Firefox ESR     | latest version    |
| iOS             | 2 latest versions |

{% hint style="danger" %}
**Warning!**\
We do not support IE 11 (Internet Explorer)
{% endhint %}

### **User messages**

If you are using a desktop, you will be prompted to:

![](https://ucarecdn.com/0efa3f85-1a78-4766-812e-0849aa4654e2/image.png)

If you are using a mobile or tablet device, they will be prompted to change it orientation to landscape or portrait:

{% columns %}
{% column %}

<figure><img src="/files/jRGdPD8TvBIoXHt81duq" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/ULsfEKYbIX91hSnftI49" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://support.docstudio.com/user/platform-settings-and-troubleshooting/supported-devices-browsers-and-screen-sizes.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.
