> 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-sups-managers/training-setup-and-user-guide/training-faq.md).

# Training FAQ

> ### **Will a clinic attendee's schedule throw a conflict if their clinic overlaps with a task?**&#x20;

In Scheduling, no conflicts will be created. However, a black "Training" or "Trainer" pill will appear on the timeline to signify that the instructor has signed up for a clinic.&#x20;

Timekeeping, however, cannot accept conflicts between paid activities. If you schedule an instructor who attended a paid clinic for a task that's also associated with a paid activity, Timekeeping will have to throw one of the paid activities out.&#x20;

You can avoid this kind of situation by not linking your paid clinics to a paid activity. Instead, you can create a task in Scheduling and link it to a paid activity.&#x20;

See [Paying Staff for Attending or Leading Training Clinics](/flaik-knowledge-base/for-sups-managers/training-setup-and-user-guide/paying-staff-for-attending-or-leading-training-clinics.md#pros-of-paying-attendees-out-of-training) to learn more about the two approaches to paying staff for clinics.&#x20;

{% hint style="info" %}
**Note:** For a training clinic to pay attendees, it must be linked to a paid activity in admin settings. See [Creating and Associating Paid Activities](/flaik-knowledge-base/for-administrators/admin-settings-product-settings/timekeeping/timekeeping-creating-and-associating-paid-activities.md#associating-paid-activities) to learn more.&#x20;

Once linked, a clinic type will not indicate that it is paid clinic. Because of this, we recommend adding "paid" or an equivalent note to the title of the clinic type.
{% endhint %}

> ### **Staff cant see training clinics**

If your staff can't see your training clinics, make sure that you have published your clinics.&#x20;

Unpublished clinics appear in yellow as per the image below.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fp20BOi2jaPX01Y3MTQPW%2Fimage.png?alt=media&amp;token=5ed95196-2ea6-4644-8e17-2922ee033ee9" alt=""><figcaption></figcaption></figure>

To publish a clinic, check the box in the top right hand corner of the clinic(s) that you want to publish. Then click Publish clinic in the right hand panel.&#x20;

{% hint style="info" %}
You can select multiple clinics if you'd like to publish more than one at a time.&#x20;
{% endhint %}

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FqUS1AMqMnn4qmEmmZVT4%2Fimage.png?alt=media&amp;token=968221f5-b91a-4c88-8b6a-cb310bc16ca7" alt=""><figcaption></figcaption></figure>

After you publish the clinic, it will appear in white on the calendar, indicating that your instructors can now see this clinic.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FtlzVMfIBayQn7DnIttil%2Fimage.png?alt=media&amp;token=d735cf17-577d-44dd-8a9a-16bb1c7dfb39" alt=""><figcaption></figcaption></figure>

> ### **How do I, as a scheduler, ensure I'm not scheduling tasks for an instructor who is already signed up for an unpaid training?**

Common solutions resorts use to prevent scheduling instructors on top of a training involve using shifts like "Off - Available for Privates" or "Off - No Override" so the scheduling team knows not to schedule tasks on those days. Then, resorts train the instructors to only sign up for clinics on days they are scheduled off, unless there is a mandatory clinic you direct them to.  If they have a paid training, (see question prior to this one) it may be beneficial to have mandatory paid trainings as tasks so that schedulers can see it in tasks and so that it will throw a conflict.

> ### **How do I ensure an instructor doesn't signup for a clinic while they're scheduled to work and already have a task on their schedule?**

You cannot. It will be dependent on your school how you choose to train the instructors or supervisors to be accountable.

> ### **If an instructor is signed up for a clinic and then gets put onto a lesson last second at lineup, what happens?**

**If the trainer marks them as not-attended, they will not get credit for that clinic.**  If the clinic is more than 24 hours away, the instructor can drop out of the clinic on their own. If it is within 24 hours they will have to have a scheduler remove them from the clinic by design so the trainer can then be notified by the supervisor/admin as well. You should go back at the end of the day and remove them from the clinic as an admin so they do not show in the 'did not attend' training reports.

While this Trainer's clinic overlaps with a paid tasks, there is no conflict being thrown so they will not have a red box warning.  Since trainers need to be paid out of tasks and cannot be paid from training, once a task for the clinic is put onto their schedule it would throw a conflict or any overlapping tasks.

> ### **An Instructor says they cannot drop a clinic they've signed up for, why?**

Resorts can set limitations as to when an instructor can no longer drop or add a clinic, and would need to contact a supervisor to make changes.  Check your settings for Training in **Admin settings** -> **Product settings** -> **Training** -> **Attendance**.&#x20;


---

# 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-sups-managers/training-setup-and-user-guide/training-faq.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.
