> 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-profile/my-profile-desktop-and-mobile.md).

# My Profile: Desktop Tour

A tour of My Profile for Instructors using flaik on desktop and mobile.

{% embed url="<https://youtu.be/zM4vkzd1te0>" %}

## General

The General in My Profile will hold Personal Information as well as Contact and Address.

{% hint style="info" %}
**Note**: Depending on your resort configuration, Instructors may or may not have permissions to edit their general information. Please get in touch with your resort administrator if you need to update your profile.
{% endhint %}

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FqW3BB1sEZpJOef9BOayW%2Fimage.png?alt=media&amp;token=37e0af8e-4255-48f7-a25c-e15ed06f201d" alt=""><figcaption></figcaption></figure>

## Employment

The employment tab will hold pertinent information to your current and past season employment changes such as job title, start/end dates, employment type, and wage history.&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fh6RZI7U2rl6Z879Khb47%2Fimage.png?alt=media&amp;token=fbec7020-8867-4b31-ac8b-f3dfd04f7a9a" alt=""><figcaption></figcaption></figure>

## Teaching

The teaching tab displays a teaching summary of the guest feedback throughout the season.&#x20;

The class breakdown displays a more granular set of data broken down by teaching tasks taught throughout the season.&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FRvC3pFbvocxoup60Skzm%2Fimage.png?alt=media&amp;token=90c6943b-7485-435f-aec1-5a169f97ad67" alt=""><figcaption></figcaption></figure>

## Training

The training tab provides an experience summary for clinics attended and missed, as well as total clinic hours attended versus total clinic hours teaching.

Season goals are used as a helpful track tool to accomplish seasonal goals through clinic attendance.

The training timeline summarizes all attended clinics ordered by consecutive dates.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FfbrKpALHYzXB0GFfJFJp%2Fimage.png?alt=media&amp;token=931361ca-5e8b-46e2-bc05-bf54a4ee85ed" alt=""><figcaption></figcaption></figure>

## Evaluations

The evaluations tab displays current and previous season evaluations during your time with the resort. To view an evaluation, hover over the evaluation block and select <mark style="color:blue;">**View**</mark>

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FlJ9OOAN0U747U0dBIX3Q%2Fimage.png?alt=media&amp;token=19bc0f1e-627c-45dd-8c54-c2345301c6d7" alt=""><figcaption></figcaption></figure>

## Documents

The documents tab holds any pertinent documentation specific to your profile. These documents are only visible to you and the management team with permission to upload documentation. Supervisors may use this to upload season notes or HR paperwork

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FS9w1fJ8SfG7pXZiJ0x9l%2Fimage.png?alt=media&amp;token=6af2460d-664f-441f-87fd-d9b67249f3a2" alt=""><figcaption></figcaption></figure>


---

# 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-profile/my-profile-desktop-and-mobile.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.
