# System requirements

TraderEvolution Web has no minimum requirements to run, however it works in a browser, so your PC should have the minimum recommended for stable browser operation. The required parameters are as follows:

|                        | **Windows**                                                                                       | Mac                     | Linux                                                                           |
| ---------------------- | ------------------------------------------------------------------------------------------------- | ----------------------- | ------------------------------------------------------------------------------- |
| **OS**                 | <p>Windows XP, SP 2+</p><p>Windows Vista</p><p>Windows 7</p><p>Windows 8</p><p>Windows 10</p>     | Mac OS X 10.6 or higher | <p>Ubuntu 10.04+</p><p>Debian 6+</p><p>OpenSuSE 11.3+</p><p>Fedora Linux 14</p> |
| **CPU**                | Intel Pentium 4/Athlon 64 or higher, with SSE2 support                                            |                         |                                                                                 |
| **Free disk space**    | 350 MB                                                                                            |                         |                                                                                 |
| **RAM**                | 512 MB                                                                                            |                         |                                                                                 |
| **Supported browsers** | <p>Google chrome</p><p>Opera</p><p>Mozilla firefox</p><p>Microsoft edge</p><p>Safari (Mac OS)</p> |                         |                                                                                 |

{% hint style="warning" %}
Please be aware that Internet Explorer is no longer supported by the TraderEvolution Web.
{% endhint %}


---

# 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://guide.traderevolution.com/project/web-platform/getting-started/system-requirements.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.
