# How to create a wallet

To create a wallet:

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

{% step %}
Click +**Create**, and then select **eWallet** in the dropdown.
{% endstep %}

{% step %}
Fill out the form:

* The **Platform** field displays **eWallet**.
* In the **Platform Group** dropdown, select **eWallet**.
* In the **Currency** dropdown, select one or more currencies that you want to enable for the wallet.
* In the **Name** field, enter the wallet name that will be displayed on the [Products](/back-office-guide/products/products.md) page
* In the **Group** dropdown, select a [group](/back-office-guide/products/groups.md). The wallet will be displayed in the selected group in the B2CORE UI.
* In the **Factory** dropdown, select `1`, as wallets can't be denominated in currency subunits. Only standard currency denominations are allowed for wallets.
* In the **Type** dropdown, select **Personal**.
  {% endstep %}

{% step %}
Click **Save**.
{% endstep %}

{% step %}
Fill out the details:

* Set the **Caption**, which will be displayed in the B2CORE UI. Set localizations if needed.
* Set **Status** to **Enabled**.
* Set **Group rights** to **eWallet** or select the **Rights** if group rights were not configured.
* Set **Max accounts** to **1**.
* Set an external **Link** to display the available currencies or other information. This link appears in the B2CORE UI as the `i` icon.
* Set **Autocreation on login** to **Yes** to make this wallet available to each client upon initial sign-in to the B2CORE UI.
  {% endstep %}

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

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

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


---

# 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-products/how-to-create-a-wallet.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.
