# Adding a One-Time Discount

Need to give a participant a one-time discount? Do it directly from their profile — a few clicks and their balance updates right away.

## How to add a one-time discount

In the participant's profile, go to the *Settlements* section and click *Add a discount*. Enter the amount and optionally add a comment. You can also backdate the discount if needed.

![Screen Recording showing the Add a discount option in the Settlements section of a participant's profile](/files/5En22VgEEb0Na9BbuLK0)

{% hint style="info" %}
If you want to set a permanent individual price for a participant instead, see [Setting an Individual Price](/en/billing/setting-an-individual-price.md).
{% endhint %}


---

# 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-a-one-time-discount.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.
