# How to add a currency

To add a currency:

{% stepper %}
{% step %}
Navigate to **Currencies** > **Currencies**.
{% endstep %}

{% step %}
Click **+Create** in the upper-right page corner.
{% endstep %}

{% step %}
On the **Currency creation** page, fill in the following fields:

* In the **Code** field, enter a numeric code for the currency that you want to add.
* In the **Alpha** field, enter an alpha code for the currency.

{% hint style="info" %}
Both codes are provided by your account manager.
{% endhint %}
{% endstep %}

{% step %}
In the **Caption** field, enter a currency name that will be displayed to clients in the B2CORE UI.
{% endstep %}

{% step %}
Click **Save** to add the currency.
{% endstep %}
{% endstepper %}

{% embed url="<https://www.youtube.com/embed/ZgsrSAFHvzE>" %}


---

# 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-currencies/how-to-add-a-currency.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.
