> For the complete documentation index, see [llms.txt](https://start.atas.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://start.atas.net/francais/etape-4.-connectez-le-compte/futures/t4-cts.md).

# T4 (CTS)

This guide provides instructions for connecting a CTS account in ATAS.&#x20;

***

If you haven't connected to CTS yet, you can register a CTS demo account: [Demo CTS](https://help.atas.net/en/support/solutions/articles/72000602366-demo-cts).

To set up the CTS connection on the ATAS platform, click on **Connections** in the main platform window - **Add** - **CTS** and then click **Next**.

<figure><img src="/files/3XZ3bVpDvv8V9XzYXJqK" alt=""><figcaption></figcaption></figure>

Next, a window for signing the agreement will open:

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

{% hint style="warning" %}
OCO (one cancels other) orders for the Exante connection are locally emulated on your computer. This means that the platform must be connected to your broker for OCO orders to function properly. If you are disconnected and an OCO order is filled, the other orders of the same group WILL NOT BE CANCELED!
{% endhint %}

If everything looks good to you, click *I Accept, Please continue*.

Then, enter your CTS account login and password.

Select the **Live** account type.

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

After configuring the connection, it will appear as a separate line in the connections window:

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

1\. **Add** – add a new connection.

2\. **Type** – connection source.

3\. **Name** – connection name which you can set yourself.

4\. **Status** – connection status.

5\. **Quote Provider** – option to select a quote provider (this connection will be used as a quote provider).

6\. **Auto-Connect** – if you want the connection to automatically occur when the platform is launched, you need to enable this option.

7\. **Connection settings button.**

8\. **Remove connection from the list button.**

9\. **Connect/Disconnect** – connect/disconnect the connector.

{% hint style="info" %}
You can read about the settings of this window at the following link: [Connection Settings Window](https://help.atas.net/en/support/solutions/articles/72000612212-connection-settings-window)
{% endhint %}


---

# 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://start.atas.net/francais/etape-4.-connectez-le-compte/futures/t4-cts.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.
