# Optimizing Your Workspace

Since ATAS is primarily designed for order flow analysis, we will enhance our workspace by adding clusters and learning how to combine multiple charts.

Right-click on the chart you have opened and select "Clone Window" from the menu that appears.

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

If you click and hold on the word "Chart" and start dragging the window, a crosshair will appear in the center of the main window. This crosshair shows where you can snap your chart. We will snap it on the right — just drag the window and release the mouse button over the central part of the crosshair.

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

{% hint style="info" %}
You can configure more complex layouts in a similar way, with three or more tools snapped in different areas of the workspace.
{% endhint %}

This will give you a setup with two duplicated windows on the left and right sides of the screen. In the right chart’s dropdown menu, you can now switch from candlesticks to clusters and customize the footprint to your preferred view.

<figure><img src="/files/3823iLfPVQsrnEnDB9iw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
With global crosshair enabled, you get seamless synchronization, allowing you to analyze what is happening inside a specific candle (on the left) by using the footprint (on the right).
{% endhint %}

### Saving Your Workspace

Once you have customized the workspace we prepared for you, or created a new one from scratch tailored to your needs, you can save it when exiting the platform. Simply click the close button in the upper-right corner of the platform and check the box to confirm the save.

<figure><img src="/files/8WzxRhunu18wdLSdmM8B" alt=""><figcaption></figcaption></figure>

If you decide to start the platform without a pre-set workspace during login, you will be prompted to name and save a new workspace when you close the platform.

If you have already saved your workspace but want to update it, go to the "Settings" tab, then select "Workspaces." Find the workspace you want to update and click "Save".

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

{% hint style="success" %}
You can also use this window to perform other tasks with your workspace, such as exporting it to another computer or creating a backup.
{% 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://start.atas.net/step-2.-explore-your-workspace/optimizing-your-workspace.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.
