> 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/online-sign-ups/managing-pending-sign-ups.md).

# Accepting and Rejecting Sign-Ups

ActiveNow makes it easy for schools to manage the list of participants who have signed up for a course.

## Where do sign-ups appear?

After a client signs up through a form or the Client Panel, their sign-up appears in the ***Pending sign-ups*** tab in the left menu.

There you'll see a list of everyone waiting for acceptance.

{% hint style="info" %}
If you have [**online payments**](/en/billing/payu-configuration.md) enabled during sign-ups, a client who pays immediately after signing up will be automatically added to the course.

In that case, their sign-up **will not appear** in ***Pending sign-ups*** — no manual acceptance is needed.
{% endhint %}

## What information is shown in *Pending sign-ups*?

The pending sign-ups list shows:

* course name
* sign-up time
* available spots
* status:
  * **New client**: a client not yet registered in ActiveNow
  * **Existing client**: a client already registered in ActiveNow with access to the panel

You can accept or reject a sign-up using the corresponding buttons shown below:

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

After selecting one of the options, you can choose whether to send the client an email notification.

## How to edit the confirmation or rejection message

Each time you send a message, you can edit its content directly in the confirmation window — the change applies to that message only.

![Screen recording showing how to edit a message for a specific participant during acceptance or rejection](/files/ecPh9KtG2JgyjvBrlxbT)

If you want to permanently change the default content of these emails, contact us.


---

# 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/online-sign-ups/managing-pending-sign-ups.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.
