> 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-schedule/checking-your-schedule.md).

# My Schedule: Checking your schedule

My Schedule lets you view the shifts and tasks that your resort has scheduled you for, allowing you to stay ahead of your day. My Schedule is available on both mobile and desktop.&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FlhYfI6954ZoRi1iQqopM%2FMobile%20%26%20Desktop.png?alt=media&amp;token=62367576-91f3-4fd6-9141-97c3baae7b20" alt="Screenshots comparing My Schedule in both mobile view and desktop view"><figcaption><p>My Schedule is available on both mobile and desktop.</p></figcaption></figure>

On mobile, you will be automatically routed to My Schedule upon signing in. To view your schedule on desktop, open the navigation bar on the left and click **My Schedule**.&#x20;

### Mobile view

Mobile view is a quick and powerful way to view your schedule on the move. When you sign into flaik on a mobile device, you will automatically see the current day in My Schedule. Here's a breakdown of what that looks like:&#x20;

<div align="center"><figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FDY7cBCqNiKEoIlwdANtv%2FMobile%20view.png?alt=media&amp;token=e0e51a96-2b5a-4035-bd86-54fa1b4ce4b3" alt="Screenshot of My Schedule on mobile view, with four elements visible: The date selector, the shift type indicator, the list of tasks, and the check-in button"><figcaption><p>Viewing the current day on mobile</p></figcaption></figure></div>

1. **Date selector** - Use the date selector to quickly pan through the season and pick the day you'd like to view. The red line allows you to quickly identify the current date. Dates with blue dots underneath indicate that you are scheduled on a shift.
2. **Shift** - The shift type you've been scheduled for will include some basic details about your day, particularly when you are expected to work.&#x20;
3. **Tasks** - The tasks on your schedule will provide the most information. Group lessons & private lessons will appear here, as well as any non-teaching tasks you may have been scheduled for. Tap or click on a task to check if there are any special notes associated with it. &#x20;
4. **Check in** - Your resort may require that you check in for each shift. If this feature is enabled, you can use the buttons at the bottom of your screen to check in for the day. These buttons will only appear for the current day.&#x20;

{% hint style="warning" %}
**Note:** Training clinics that you are registered for will not appear in My Schedule. To see your clinics, navigate to **Training**.
{% endhint %}

### Desktop view

Desktop view will show you much of the same information as mobile view, but on a bigger canvas, allowing you to see whole weeks at a glance. Here's an overview of the elements in desktop view:&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FMWfPtQxhxUvowQgi76o5%2FDesktop%20view.png?alt=media&amp;token=73156a55-3437-455e-b013-8fcf01b2e8e0" alt=""><figcaption><p>Viewing the current week on desktop</p></figcaption></figure>

1. **Availability toggle** - Click this button to overlay your availability on the calendar, if applicable. If your resort uses this feature, you have likely submitted an availability response before the season started.&#x20;
2. **Shift** - The shift type you've been scheduled for.
3. **Tasks** - The tasks on your schedule. Click on a task to view its notes.&#x20;
4. **Date selector** - Use this date selector to view a specific week in the month. The drop-down menu lets you quickly switch to viewing a different month.&#x20;

{% hint style="warning" %}
**Note:** Check in is currently not supported in desktop view. You can check in by browsing to My Schedule on mobile.&#x20;
{% 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-schedule/checking-your-schedule.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.
