> 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-rtp-settings/overview.md).

# Overview

### RTP User

* flaik Bookings will use the same RTP User as the Resort Service API already uses
* This is configured in the AppSettings.json for the Resort Service.&#x20;
* The Operator ID should be updated in RTP to have transaction permissions in OneResort.&#x20;
* **Recommendation:** the flaik user has a distinct Security Group assigned to them with similar permissions to Aspenware or other eCommerce RTP users.

### Sale Location

* Product Headers and Payment Methods must be available at the Sale/Audit Location specified for flaik Bookings.&#x20;
* We assume the Sale Location Code is the same as the Audit Location Code.&#x20;
* **Recommendation:** It is up to each resort to determine if you need to create a new sale location for flaik Bookings, but we recommend separating it out from other existing integrations so it can be reported on and managed separately.&#x20;
* See below for what we require to set up a new location.

### Sales Channel

* If your Private Lesson products have distinct pricing for different Sales Channels, keep in mind that flaik will use the pricing for the Sales Channel you have specified.


---

# 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-rtp-settings/overview.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.
