> 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/introduction.md).

# Introduction

#### Overview

RTP allows for a wide range of product setup options, but for resorts that are utilizing flaik, we wanted to provide the best user experience possible. We feel that starts with a list of recommendations so that your snowsports school can operate as smoothly and efficiently as possible.&#x20;

This can be especially true depending on what web platform your resort uses, as each system has guidelines for how best to operate, so the goal of this guide is to help you achieve the best possible end result.

#### Data Flow

Firstly, it’s important to understand how data flows through your various systems.

<p align="center"><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FsUpAjbC5TV9uWF9NgK2y%2Funknown.png?alt=media&amp;token=80006ee1-c186-4f7b-a2cd-baed5bd8b933" alt=""></p>

Specific information will flow from RTP to flaik, and specific information can/will flow back again. To maximize your resort’s flaik implementation, having your RTP products, components, guests, instructors, etc setup following certain best practices and recommendations is key.

\
Bottom line: Resorts can use RTP in a large range of ways, but for your flaik site to run the best it can, you’ll want to color inside the lines in RTP.

#### Inventory Pools

Accurate Inventory pools configuration is key to successfully selling products in RTP without overselling. After all, it’s important to not sell more lessons than you have the staffing to handle. Although inventory pools play such a crucial role in selling lesson products in RTP (and your web platform), your flaik site is unaware of your inventory pools.

Your flaik site *will* know how many of any given product is sold, but it won’t know what the inventory ceiling, inventory location, or any other inventory element is.

Saying that, we have published our [inventory pool recommendations](/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/rtp/3.-non-flaik-related-rtp-configuration/inventory-pool-configuration.md). After all, if inventory pools are the cornerstone of selling lesson products, we want to help you ensure you’ve set them up as well as possible for a successful season.


---

# 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/introduction.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.
