> 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/communication/activenow-registration-reminder.md).

# Reminders About Registering in ActiveNow

Want more of your participants to use the Client Panel? Enable recurring reminders — ActiveNow will send invitations to unregistered participants automatically, without any action from you.

{% hint style="info" %}
Reminders are sent on the **15th of every month at 12:00 noon**. The send date and message content cannot be edited. Participants with the status *Uninvited* receive their first invitation, while those with the status *Invited* receive a reminder that they can still create a Client Panel account.
{% endhint %}

## How to enable recurring registration reminders

Go to *Settings* → *Communication* → *Automatic reminders* → *ActiveNow registration reminder*.

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

## What happens after sending

A client who receives a reminder can choose to decline the invitation. Their status will change to **Invitation declined** — the system will no longer send them registration reminders, and it will not be possible to send them an invitation manually.

Participants sharing the same email address (e.g. siblings) will receive the same status.

{% hint style="info" %}
A client who has declined can still register at any time using the registration link from any previous invitation or reminder. An invitation can also be sent to them when they sign up for a new course in the future.
{% endhint %}

In the *Notification Centre* you will receive a notification when a participant declines registration — and also when they successfully register.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.activenow.io/en/communication/activenow-registration-reminder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
