> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/how-to-articles/manage-bonuses/how-to-manually-credit-bonuses-to-clients.md).

# How to manually credit bonuses to clients

You can manually credit bonuses to clients by either creating a custom manual bonus or selecting a bonus from an existing temporary bonus program.

To manually credit a bonus to a client:

{% stepper %}
{% step %}
Navigate to **Bonuses** > **Bonus distribution**.
{% endstep %}

{% step %}
Click **Create** in upper-right page corner, and then select either of the two options:

* **Create** — to credit a custom manual bonus.
* **Create temporary bonus** — to credit a bonus from an existing temporary bonus program.
  {% endstep %}

{% step %}
In the **Accounts** popup, locate the client account to which you want to credit the bonus, then click **Select** on the right side of the account row.

You can search for the account by **Account ID**, **Account number**, **Currency**, or **Client name**.
{% endstep %}

{% step %}
On the displayed page, fill in the fields based on the type of bonus:

{% tabs %}
{% tab title="For manual bonuses" %}

* In the **Amount** field (required), enter the bonus amount that you want to credit to the account.
* In the **Caption** field (required), enter the bonus name, which will be displayed to the client in the B2CORE UI.
* In the **Preset** dropdown, optionally select a preset to automatically fill in the remaining fields based on preset settings.

  Alternatively, leave the **Preset** field empty and fill in the remaining fields manually (refer to the [Bonus presets](/back-office-guide/bonuses/bonus-presets.md) or field descriptions).
  {% endtab %}

{% tab title="For temporary bonuses" %}

* In the **Temporary bonus** dropdown, select the temporary bonus program from which the bonus will be credited.

All settings of the select temporary bonus program will be applied to the bonus for the client.
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}
Click **Save** to credit the bonus.
{% endstep %}
{% endstepper %}

Depending on the **Set credit immediately** option and the presence of other credited bonuses, the bonus will be credited to the client account either immediately or after the previous bonus has been processed and assigned a final status (`Completed` or `Expired`).


---

# 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.b2core.b2broker.com/how-to-articles/manage-bonuses/how-to-manually-credit-bonuses-to-clients.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.
