> 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-administrators/admin-settings-product-settings/bookings-overview/bookings-admin-settings/lessons-for-sale.md).

# Lessons for Sale

## To start defining lessons for sale:

Navigate to Admin Settings -> Product Settings -> flaik sales -> Lessons for Sale

{% hint style="warning" %}
Lessons for Sale are based on POS private lesson products. POS private lesson products must be mapped prior to configuring lessons for sale in flaik sales.
{% endhint %}

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FYYpbJuTxJDStfW64xrp9%2Fimage.png?alt=media&amp;token=f895e92c-b827-45af-8e6a-fce9056dc8bd" alt=""><figcaption><p>Admin Settings - Ptoduct Settings - Lessons for Sale</p></figcaption></figure>

Here you can specify which private lessons can be sold through flaik sales.&#x20;

## To edit lessons for sale:

On the right side, click Edit

Add a lesson name that is descriptive but clear, specify the start and end time and select the POS Product you want to sell. We’ll share the lesson name and start time with instructors and guests to make sure they get the right information and price for the lesson they’re booking.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FHWLqsuYCjr5lbkzWoHtP%2Fimage.png?alt=media&amp;token=9e4cfef1-19a5-4707-b379-2018f29c2d48" alt=""><figcaption><p>Admin Settings - Lessons for Sale - Settings Page</p></figcaption></figure>

* Add a lesson name
* Specify the start and end time
* Select the POS product
  * The following will be inherited by the associated POS product:
    * flaik specified task
    * Discipline
    * Base location

{% hint style="warning" %}
If the flaik specified task, Discipline, and/or Base location are incorrect, fix it in POS private lesson products first.
{% endhint %}

## To finish lessons for sale:

Click Save if you want to continue


---

# 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-administrators/admin-settings-product-settings/bookings-overview/bookings-admin-settings/lessons-for-sale.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.
