> 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/client-panel/signing-up-for-a-course.md).

# Signing Up for a Course, Event, or Camp

Through the Client Panel you can sign yourself up for a course, event, or camp organised by your school — without needing to contact them directly.

## Signing up for a course

After logging in, go to the ***Sign up for classes*** section, select the course you are interested in, and click ***Sign up***.

You can filter available courses by day of the week and other criteria to find the best match for your schedule. If the school offers both children's and adults' classes, you'll also see an **Age** filter — select *Children* or *Adults* to show only the relevant courses. An age group label (e.g. *Children*) appears above each course name so you can tell at a glance who each class is designed for.

When filling in the sign-up form, the parent fields appear or not depending on the course's age group:

* **Children's course** — parent fields (name, surname, phone number) are required.
* **Adults' course** — parent fields are not shown.
* **Mixed course** — a *Signing up a child* checkbox appears. Tick it if you are registering a minor — the parent fields will become visible and required.

Once registered, the course will appear in the ***Sign-ups awaiting confirmation*** list. Depending on the school's settings, confirmation happens in one of two ways:

* the school confirms your enrolment without any further action from you,
* or a payment is required — in that case a ***Pay now*** button will appear next to the course.

![Sign-ups awaiting confirmation list with a selected course and Pay now button](/files/bUOuHMzRQ29h83bytr8H)

## Signing up for an event

Go to the ***Sign up for an event*** tab and click *Sign up for a new event*. Select the event from the list, review its details, fill in the required information, and accept the consents. Finally, click *Sign up* to confirm your participation.

The event will appear in the ***Events awaiting confirmation*** list. If a payment is required, you can make it directly from there.

![Events awaiting confirmation list with payment option](/files/ZV4vOimoATeAxuEfabLn)

## Signing up for a camp

Go to the *Sign up for a camp* tab and click *Sign up for a new camp*. Select the camp you are interested in, fill in the participant's details, accept the required consents, and confirm your registration.

After selecting a camp, it will appear in the *Your camps* list. Depending on how the school handles confirmations:

* the school simply confirms your place in the camp,
* or if the school offers online payments, a *Pay now* button will appear and once payment is complete you will automatically become a participant.

![Your camps list showing unconfirmed and confirmed camp sign-ups](/files/OQkdZruz8Kc6OYxoRATH)


---

# 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/client-panel/signing-up-for-a-course.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.
