> For the complete documentation index, see [llms.txt](https://help.activenow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.activenow.io/en/billing/setting-an-individual-price.md).

# Applying Discounts to Participants

Need to reduce the fee for a specific participant? In ActiveNow you can do this in two ways — depending on whether it's a one-time discount or an individual price for the whole course.

## 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/yJn2lqlsRi7KqlIRLKOM)

## Individual price

If a participant should have a permanently reduced price — for example, a sibling discount or a special rate for a long-term client — change their price directly on the course. You can do this from the participant's profile or from the course details page.

#### Changing the price in a participant's profile

* Go to the *Participants* tab and select the participant.
* In their profile, find the *Courses* section.
* Next to the course, click *Actions* → *Change price*.
* In the dialog that opens, edit the price and billing schedule.
* Click *Save* to confirm the change.

<figure><img src="/files/aLF5Pl06CrFB3sFuScYs" alt=""><figcaption></figcaption></figure>

### Changing the price from the course details page

* Open the course details from the *Calendar* or *Courses* tab.
* At the bottom, in the *Participants* section, find the relevant participant.
* Click *Actions* next to their name, then select *Change price*.
* Enter the new amount and click *Save*.

<figure><img src="/files/2LpXCJQQ5VAVKiV4dYoE" alt=""><figcaption></figcaption></figure>


---

# 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://help.activenow.io/en/billing/setting-an-individual-price.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.
