# Registering a Participant Payment

Did a participant pay by cash or bank transfer? Register the payment in a few clicks — their balance will update straight away.

## How to register a payment

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

Find the participant whose payment you want to register.
{% endstep %}

{% step %}
**Check the&#x20;*****Balance*****&#x20;column**

If the participant has arrears, you will see them in the *Balance* column. Click on the amount to open the payment form.
{% endstep %}

{% step %}
**Enter the payment details**

Enter the **amount**, **date**, and an optional **comment**.
{% endstep %}

{% step %}
**Click&#x20;*****Save***

The payment is registered and the participant's balance updates automatically.
{% 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://help.activenow.io/en/billing/registering-a-participant-payment.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.
