> 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/siriusware/flaik-siriusware-integration-standards.md).

# flaik-Siriusware Integration Standards

## Overview

The following pages represent the best practices for product and eCommerce setup. For a successful integration between Siriusware and flaik, please comply with either the **preferred** or **supported** columns in the tables you'll find within.&#x20;

We have a set of standards that cover the ways you should collect data for private lessons, groups, and programs, as each of these lesson types contain slightly different requirements from one another.&#x20;

### With SSM

The Siriusware Ski School Module (SSM) provides lesson scheduling functionality that our integration can take advantage of, so our standards are different based on the presence of this module.&#x20;

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/with-ssm/private-lessons.md">Private Lessons</a></td></tr><tr><td><a href="/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/with-ssm/group-lessons.md">Group Lessons</a></td></tr><tr><td><a href="/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/with-ssm/multi-week-programs.md">Multi-Week Programs</a></td></tr></tbody></table>

### Without SSM

For Siriusware without the Ski School Module, we rely on modifiers to capture specific lesson information, such as start time & duration for private lessons. The standards below will reflect this.&#x20;

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/without-ssm/private-lessons.md">Private Lessons</a></td></tr><tr><td><a href="/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/without-ssm/group-lessons.md">Group Lessons</a></td></tr><tr><td><a href="/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/without-ssm/multi-week-programs.md">Multi-Week Programs</a></td></tr></tbody></table>

## Modifiers

Modifiers allow you to attach customizable attributes to your products so that you can capture lesson-specific information, such as ability level, that were not otherwise accounted for in the base product.&#x20;

See [**Siriusware Lesson Modifier Mapping**](/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/siriusware.md) to learn more about what types of data you should capture with modifiers and how you can account for your modifiers in flaik.

## Guest Information

Siriusware allows for the capture of guest information within user-defined fields. The flaik & Siriusware integration can be configured to map your user-defined fields to the appropriate fields in flaik. See [**Siriusware Guest Preferences Mapping (User-Defined Fields)**](/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/siriusware-1.md) to learn which fields are in scope for the integration.&#x20;

## Multi-Week Programs

While multi-week programs are covered in our standards documentation, we also have a supplemental article dedicated to how to configure and sell them to best support the flaik & Siriusware integration. See [**Siriusware Multi-Week Programs - Selling & Config**](/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards/siriusware-multi-week-programs-selling-and-config.md) to learn more.&#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-it-specialists/1.-resort-pos-integration/siriusware/flaik-siriusware-integration-standards.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.
