> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-instructors/my-classes/see-all-your-classes.md).

# See all your classes

To navigate to My Classes, click on the navigation menu in the top right corner. Select My classes from the list of menu options.&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F7ep2AJAM09ejiJv7j9oE%2Fimage.png?alt=media&amp;token=da5600eb-7936-4074-ba98-39bc277c3ffb" alt="" width="308"><figcaption></figcaption></figure>

The main screen will automatically land on the current day. To select a different day, scroll up or down to the desired month/day for the date you want to select. Blue dots on dates indicate classes exist on that date.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FIqwyZ46CJYDa8qycWh6G%2Fimage.png?alt=media&amp;token=f8eafe15-1f23-41d9-b6df-1fa4dd5ff1dc" alt="" width="309"><figcaption></figcaption></figure>

### Day view

When a date has been selected you can change the date by scrolling left or right in the date selector at the top.&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fs6KiLzWdIKSQh6gvUqew%2Fimage.png?alt=media&amp;token=4691b36f-be08-47e6-9e7b-5fa072a13aff" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fx4iWDEypbdVvLOvf0RGc%2Fimage.png?alt=media&amp;token=552a7eb7-9c79-4a46-85f8-18ab232935ac" alt="" width="306"><figcaption></figcaption></figure>

Classes for that date are ordered based on start time. The class tile is broken into 4 sections.

1. Task type and discipline&#x20;
2. Start and end time
3. Task name
4. Class level
5. Start location
6. Guests (Allergy and VIP indicator)
   * If the class is a private then the primary guest is displayed, with the option to expand and see any additional guests.
   * If the class is a Group or Program then a count of all guests is displayed, with the option to expand to see all guests.

### Class overview

Clicking on a class will take you into the class overview modal. The display contains the following 3 tabs which can be navigate into at any time.

* [Class details](/flaik-knowledge-base/for-instructors/my-classes/see-class-detail.md)
* [Child pickup](/flaik-knowledge-base/for-instructors/my-classes/guest-pickup.md)
* [Guest report cards](/flaik-knowledge-base/for-instructors/my-classes/guest-report-cards.md)

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FioRRVNrPwbFbZrZt7ZZD%2Fimage.png?alt=media&amp;token=9ce291ab-9367-4dea-8295-769fba158003" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: based on your resort's configuration the Pickup or Report cards tab may not be visible.
{% endhint %}


---

# 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://knowledgebase.flaik.com/flaik-knowledge-base/for-instructors/my-classes/see-all-your-classes.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.
