# Installing the Platform

Once you have downloaded the installer, it is time to install the platform. This process is straightforward, just like installing any other software. Follow these simple steps to get started smoothly.

{% hint style="warning" %}
ATAS is currently only available for Windows. While we are working on a macOS version, Mac users can still run the platform using Windows emulation software like Parallels or similar tools. For more details on installing ATAS on a Mac, check out this [video](https://youtu.be/kcTF2RudrQM?si=bP2IEeJW5CKRbPUJ).
{% endhint %}

1. After the download is complete, open the installation file. A window with the program installation wizard will appear. Read the license agreement. If you agree with the terms, select "I accept the agreement" and click "Next."

<figure><img src="/files/glEDRDc0onRf0IIosjfZ" alt=""><figcaption></figcaption></figure>

2. The program will suggest a default installation path: C:\Program Files (x86)\ATAS Platform. You can change this by selecting a different folder by clicking "Browse" → "Next."

<figure><img src="/files/WcRkL8wHv8uAIWwNLTup" alt=""><figcaption></figcaption></figure>

3. The program will prompt you to select the version of the platform to install. Choose an option from the list (you can find out more about the differences in the table below) and click "Next."

<figure><img src="/files/z10FVKNWAfooACqDKaEF" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Latest" %}
This is the release candidate that comes out just before a new stable version. It includes the latest features that have passed beta testing and are almost ready for final release. The Latest version is installed by default, and it is the one we recommend for first-time users of the ATAS platform.
{% endtab %}

{% tab title="Beta" %}
An experimental version containing the newest features and fixes. Beta versions are released regularly and undergo testing, though they may still have some bugs.
{% endtab %}

{% tab title="Stable" %}
This is the most reliable version, thoroughly tested by the ATAS team and community. While it is the most stable option for daily use, it offers fewer features compared to the other versions.
{% endtab %}
{% endtabs %}

For trading in traditional financial markets, the Latest version will provide enough functionality for beginners. The Beta version is better for advanced users who know ATAS well and want access to the newest features.

As you use the platform, you will figure out which version works best for you. If needed, you can easily update from the login screen without reinstalling the program.

<figure><img src="/files/EDTPQ2s8Fk6nO6rrXRGJ" alt=""><figcaption></figcaption></figure>

Once the installation process is complete, click "Finish." With the "Launch ATAS Platform" option checked, the program will start automatically after installation.

<figure><img src="/files/zQgt6WHiL0Va8ucKfkKD" alt=""><figcaption></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://start.atas.net/step-1.-install-the-platform/installing-the-platform.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.
