> 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/pos-integration-product-mapping/mapping-additional-guest-products.md).

# Mapping Additional Guest Products

Setup additional guest functionality for Private Lessons in flaik

### In this article:

* Additional guests - an overview
* Mapping additional guest products in flaik
* POS configuration

### Additional Guests Overview

Setting up additional guests in flaik allows you to view all of the participants who are coming to a private lesson and optimizes several functions in flaik:

* Accurate guest records
* Accurate class size data
* Guest experience features
  * Report Cards
  * Relive Your Lesson
  * Surveys
* Allergy and Emergency contact information for each participant

{% hint style="info" %}
If an order/transaction has multiple private lessons for the same date, flaik will associate the Additional Guest to the first private in the order for that lesson date. eg: if the order has two privates and an Additional Guest product all sold for Dec. 20th, the Additional Guest will be associated with the first Dec. 20th lesson.&#x20;
{% endhint %}

### Mapping Additional Guest Products to flaik Tasks

To map your additional guest products, navigate to **Admin Settings -> Product Settings -> POS Integration -> POS additional guests products**

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FDNxh48B1oyrlpp1dQs5V%2FScreenshot%202023-08-28%20at%203.45.34%20PM.png?alt=media&amp;token=c30ef5ee-adbb-4be4-b5a0-4ff17951470a" alt=""><figcaption></figcaption></figure>

Click the "Add POS products" button and follow the instructions outlined in the "[Mapping New Items - Add POS Products](https://knowledgebase.flaik.com/flaik-knowledge-base/flaik-admin-settings-setup/admin-settings-product-settings/pos-integration-product-mapping/mapping-new-items-add-pos-products)" article

Once your POS products are added to the main page, you're done!&#x20;

{% hint style="info" %}
You don't need to map to a flaik task because additional guest products can be added to any sale with an already mapped private product. By adding the product here, flaik will do some magic behind the scenes and drop your guests directly into the private they will be participating in.&#x20;
{% endhint %}

### POS Configuration

#### RTP

Unique products need to be set up in RTP to allow additional guest profiles to be connected to the sale. [Review this article](https://knowledgebase.flaik.com/flaik-knowledge-base/it-and-admins/ski-school-pos-integrations/rtp/rtp-private-lesson-additional-guests) for an overview of how we recommend setting up these products.&#x20;

Additional guests will be connected to a sale if they meet the following requirements:

* Additional guest POS product is mapped to a flaik task
* An additional guest product has a guest profile associated
* The additional guest product is sold in the same order or transaction as the primary private lesson product & for the same lesson date.

#### SW

* Create a modifier attached to the sale
* The guest ID must be different than that of the primary participant
* The modifier must be attached to a guest

For further information on Additional Guest configuration for SW please check out the [flaik-Siriusware Integration Standards](/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards.md) section of the Knowledge Base.


---

# 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/pos-integration-product-mapping/mapping-additional-guest-products.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.
