# How to connect to cTrader

It's assumed that a connection to cTrader has already been configured in the B2CORE Back Office by the admin who is assigned the permissions to manage external connections and platforms.

To configure a cTrader connection to an IB instance, do the following:

{% stepper %}
{% step %}
Navigate to **Introducing Brokers** > **Platforms** > **Platforms**.
{% endstep %}

{% step %}
Click **Create** and fill in the following fields:

* **Provider** — select **cTrader** from the dropdown.
* **Platform** — select **cTrader** from the dropdown.
* **Name** — specify the platform name.
  {% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}

{% step %}
Click the **Edit** button located in the row of the newly created cTrader platform.

The **Preferences** tab displays the cTrader configuration settings specified when a connection to this platform was set up in the B2CORE Back Office.
{% endstep %}

{% step %}
Switch to the **Drivers** tab and click **Create**.
{% endstep %}

{% step %}
Configure a connection to a synchronizer database.\
This is a MySQL database that stores the data collected from the cTrader platform.

To establish the connection, fill in the following fields:

* **Provider** — select **PDO** from the dropdown.
* **Name** — specify the name of a synchronizer database.
* **Server** — specify the address of a synchronizer database.
* **Login** — enter the username for connecting to a synchronizer database.
* **Password** — enter the password for connecting to a synchronizer database.
* **Version** — specify the version of a synchronizer connection driver. The currently supported version is `3`.
  {% endstep %}

{% step %}
Click **Save** to connect the **cTrader** platform to an IB instance.
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.ib.b2core.b2broker.com/for-brokers/how-to-articles/how-to-connect-to-ctrader.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.
