> 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-it-specialists/1.-resort-pos-integration/rtp/1.-essential-flaik-related-rtp-recommendations-and-best-practices/private-lessons.md).

# Private Lessons

In order for a private lesson product to appear in flaik schedules with the correct start time and duration the following are required:

* Component

  * Profile Type: must be ‘Private Lesson’

  <figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FNPlgAWOhFCrjcWDMSHtL%2Fimage.png?alt=media&amp;token=3cb6adcc-4aa6-470e-9094-fa03c5cf40e9" alt=""><figcaption></figcaption></figure>

  * Has the correct Instructor Activity attached
    * Selected Activity - attach the correct Instructor Activity
    * Lesson Discipline - only relevant for resorts that have schedules sync back from flaik to RTP
    * Allow No Instructor Booking:

      * Unchecked: resorts that don't sync schedules back to RTP and/or if this product will be sold online.
      * Checked: resorts that do sync schedules back to RTP and will be scheduling an instructor on every private in RTP.

      <figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FfiiJDKF5CqzIFZCAAhd5%2Fimage.png?alt=media&amp;token=641a6f04-8c10-4d34-a69b-afa29b87cb79" alt=""><figcaption></figcaption></figure>
* Instructor Activity
  * A unique instructor activity will be need for each variation of discipline (eg ski/board), duration (eg 6 hours/3 hours/2 hours/1 hour), and start time (eg 9am, 10am, 12:30pm, 1:00pm) that is sold in the POS.
    * General Tab
      * See the [RTP Instructor Activities and flaik Shifts & Tasks](/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/rtp/1.-essential-flaik-related-rtp-recommendations-and-best-practices/instructor-activities-and-flaik-shifts-and-tasks.md) page
    * Activity Interval Settings
      * Activity Duration - how long is the private lesson?
      * Activity Start Time - what is the default start time for this lesson?

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FeEKOnGDa7gbE6wF37c8P%2Fimage.png?alt=media&amp;token=fe83e887-272f-4d30-a578-260c6e930c03" 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-it-specialists/1.-resort-pos-integration/rtp/1.-essential-flaik-related-rtp-recommendations-and-best-practices/private-lessons.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.
