# How to enable one-click trading access from the B2CORE UI and mobile app

Enable one-click access to trading platform web terminals for your clients directly from the B2CORE UI and mobile apps for Android and iOS for a seamless trading experience.

To enable clients to open web trading terminals from B2CORE UI and mobile app:

{% stepper %}
{% step %}
In the Back Office, navigate to **Products** > **Platforms**.
{% endstep %}

{% step %}
Select the platform and click the **Edit** button.
{% endstep %}

{% step %}
On the **Edit platform** page, specify the URL of the web trading terminal for the selected platform in the **Web Terminal URL** field.
{% endstep %}

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

For the selected platform, the **Trade** button will appear on account cards in the B2CORE UI and mobile app, enabling clients to open the web terminal with a single click.

For **cTrader**, the terminal will directly open the account from which the **Trade** button was clicked, eliminating the need for clients to search for the desired account.


---

# 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://docs.b2core.b2broker.com/how-to-articles/manage-platforms/how-to-enable-one-click-access-to-web-trading-terminals.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.
