# How to exchange funds

To exchange funds for a client via the Back Office:

{% stepper %}
{% step %}
Navigate to **Clients** > **General**.
{% endstep %}

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

{% hint style="info" %}
You can use [filters](/back-office-guide/get-started.md#filtering-and-sorting) by name or email for a quick search.
{% endhint %}
{% endstep %}

{% step %}
Go to the **Transactions** tab, and then select **Exchange**.
{% endstep %}

{% step %}
Click +**Create**.
{% endstep %}

{% step %}
Fill out the form:

* Select a debiting account in the **From account** dropdown.
* Select a destination account in the **To account** dropdown.
* Select the **Exchange type**:
  * **Source & Rate (Sell)** — when selling currency, the destination amount can't be set
  * **Destination & Rate (Buy)** — when buying currency, the source amount can't be set
  * **Source & Destination (Direct)** — when making a direct transfer, the rates can't be set
* Set the exchange amounts and rates depending on the selected exchange operation type.
* Confirm the operation by solving a simple math problem and enter the result in the **Verification code** field.
  {% endstep %}

{% step %}
Click **Save** to exchange the funds.
{% endstep %}
{% endstepper %}


---

# 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-finances/how-to-exchange-funds.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.
