> 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/returning-resort-review/pos-integration.md).

# POS integration

POS lesson product, location, discipline, and ability level mapping

**POS Product mapping**

Does your resort have new POS products for sale this season? Are there any POS products mapped from last season that will no longer be sold? The best way to avoid a why-isn't-this-in-flaik? panic is to ensure your POS product mapping accurately reflects the upcoming seasons lesson product offerings.&#x20;

* [ ] **We suggest connecting with your resort's Business or IT department to request a spreadsheet of all lesson products on offer this season at your resort.** Be sure to request that any list includes the lesson products unique identifier to ensure you're pulling active products into flaik for mapping. Year over year, lesson products in the POS can end up with very similar titles, so the unique product code is the best way to ensure you're mapping active products.&#x20;
  * [ ] For RTP Resorts:&#x20;
  * [ ] For Siriusware Resorts:&#x20;
  * [ ] For InTouch Resorts:&#x20;
* [ ] **Any products from previous seasons that will no longer being sold should be removed from the POS mapping.** If ya ain't sellin' in, get it outta there. This not only helps give your admin team an accurate list of the season's lesson products, but also tidies things up and makes troubleshooting and resolving mapping issues much easier.&#x20;
* [ ] **Each lesson product should be linked to a flaik Task.** This is the second half of the mapping flow and can sometime get put off if there is work to do in the Tasks section. We see lots of "missing" sales that tie back to a product that's been pulled into flaik, but the mapping to the flaik Task hasn't been completed.&#x20;
* [ ] **Private Lesson products should be mapped to a limited number of Private Lesson tasks to optimize Multi-day series identification.** For most resorts, this looks like one Ski Private and one SNB Private private lesson task that all private products link back to. You may have additional private lesson tasks if you have multiple bases,&#x20;

{% hint style="info" %}

#### Private Lessons - Multi-day series logic <a href="#private-lesson-series-logic" id="private-lesson-series-logic"></a>

A series of private lessons is linked together if:

* They have the same primary guest, and
* They have the same flaik task, and
* The number of days between the private lessons is less than or equal to 7 days
  {% endhint %}

{% hint style="warning" %}
**InTouch Resorts:** Reach out to <resortsupport@flaik.com> with the ResNodes for any new products and any products that can be removed. The flaik team will need to take action on our side before new products will be visible within the POS Integration settings.&#x20;
{% endhint %}

***

## Now what?

You've made it through our re-onboarding review! Go grab your tasty beverage of choice and kick your feet up. You crushed it.&#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-administrators/returning-resort-review/pos-integration.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.
