> 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.md).

# Client Panel

The Client Panel is the app for participants and parents — they check their schedule, pay for courses, report absences, and track their progress here. Use the guide below to find what you need.

## Getting started

**How do I register in the Client Panel?** → [Registering as a Participant or Parent](/en/client-panel/registering-as-participant-or-parent.md)

**How do I use the Client Panel?** → [Using the Client Panel](/en/client-panel/managing-account-in-client-panel.md)

## Lessons and schedule

**Want to check your upcoming lessons?** → [Checking Your Lesson Schedule as a Participant](/en/client-panel/checking-lesson-schedule.md)

**Want to report an absence or sign up for a make-up lesson?** → [Reporting an Absence and Signing Up for a Make-Up Lesson](/en/client-panel/reporting-absence.md)

**Want to request a reschedule for an individual lesson?** → [Requesting a Reschedule for an Individual Lesson](/en/client-panel/requesting-lesson-reschedule.md)

**Want to sign up for a course, event, or camp?** → [Signing Up for a Course, Event, or Camp](/en/client-panel/signing-up-for-a-course.md)

**Want to book a court?** → [Booking a Court](/en/client-panel/court-booking-in-client-panel.md)

## Payments

**Want to check your settlements or pay an outstanding balance?** → [Checking and Making Payments](/en/client-panel/checking-course-settlements.md)

## Progress and learning

**Want to check assigned homework?** → [Checking Homework in the Client Panel](/en/client-panel/checking-homework.md)

**Want to check your grades or lesson history?** → [Checking Grades and Lesson History](/en/client-panel/grades-notes-and-lesson-history.md)

## Account and settings

**Want to express or withdraw an optional consent?** → [Expressing and Withdrawing Optional Consents](/en/client-panel/changing-optional-consent.md)

**Managing multiple children's accounts from one parent account?** → [Managing Children's Profiles from One Parent Account](/en/client-panel/managing-multiple-children-accounts.md)


---

# 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/client-panel.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.
