> 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/registering-for-training.md).

# Register for Training

Learn how to navigate to Training, where to view clinics, and how to register for them.

### 1. **Navigate to Training**

You will land on **My Schedule** (<img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FqMgkBq7GsU77fEZzygsg%2Fimage.png?alt=media&amp;token=4545cf18-4daa-44fd-b17c-acbbc12658dc" alt="" data-size="line">) by default when navigating to your resort's flaik site on your mobile device.

You can find Training by selecting the menu icon (<img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FiR0K2nBaUkN0BefHs4dA%2Fflaik.png?alt=media&amp;token=f76b2509-e754-4113-ba8b-757071a34529" alt="" data-size="line">) from the top left and selecting **Training** (<img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F3fzgthBiQkdJayphXtmq%2Fimage.png?alt=media&amp;token=4dba5122-54d4-48c8-ab10-13a47ad978fb" alt="" data-size="line">) from the list.

### ![](https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FVaH8JBNVvLPbnS7zukx5%2FKapture%202023-05-08%20at%2011.57.14.gif?alt=media\&token=f4d84306-fe1d-406d-9413-7eaa53559554)

### **2. Register**

Once you're in the training calendar, scroll to the date of the training clinic you're looking to register for. The colored dots indicate the clinic category determined by your resort. *Our example below is an Alpine-specific Cert 2 training.*

{% hint style="info" %}
**Note**: Your resort may have set time limitations for late cancellations and registration.
{% endhint %}

![](https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F9hEPKlohr0sY7fIZtKC9%2Fimage.png?alt=media\&token=83f5176a-807a-4756-a130-2c656d4a3d4d)![](https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FAauiv6kFLttLcxI9VDtb%2Fimage.png?alt=media\&token=d82bcfad-cc17-413b-ae37-9b5fad73ce2d)

{% hint style="success" %} <mark style="color:green;">**Congrats!**</mark> You have registered for your clinic. 🎉
{% 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/registering-for-training.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.
