# Adding an Additional Charge

Sometimes you may need to add a one-off charge to a participant — for example, for textbooks or sports equipment. In ActiveNow you can do this **individually** for a single participant or **in bulk** for several participants at once.

## Adding a charge to a single participant

{% stepper %}
{% step %}
**Go to the&#x20;*****Participants*****&#x20;tab.**
{% endstep %}

{% step %}
**Select the participant you want to charge.**
{% endstep %}

{% step %}
**In the&#x20;*****Settlements*****&#x20;section, click&#x20;*****Additional billing*****.**
{% endstep %}

{% step %}
**Fill in the details:**

* **Amount**
* **Comment** — e.g. "English textbook purchase"
* **Date** for which the charge should be applied
  {% endstep %}

{% step %}
**Click&#x20;*****Confirm*****.**
{% endstep %}
{% endstepper %}

The charge is added to the participant's balance and will be visible in their Client Panel.

![Screen recording showing the Additional billing dialog in a participant's Settlements section](/files/Sb5nji2L8NAZIFlWGBxn)

## Adding a charge to multiple participants at once

{% stepper %}
{% step %}
**Go to the&#x20;*****Participants*****&#x20;tab.**
{% endstep %}

{% step %}
**Select the participants you want to charge.**
{% endstep %}

{% step %}
**Click&#x20;*****Mass actions*****, then select&#x20;*****Additional billing*****.**
{% endstep %}

{% step %}
**Fill in the details:**

* **Amount**
* **Comment**
* **Date** of the charge
  {% endstep %}

{% step %}
**Click&#x20;*****Confirm*****.**
{% endstep %}
{% endstepper %}

ActiveNow will add the charge to each selected participant and update their balance automatically.

![Screen recording showing the Mass actions Additional billing dialog with multiple participants selected](/files/hJYQreQN4RQrb11IeEYW)


---

# 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://help.activenow.io/en/billing/adding-an-additional-charge.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.
