> 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/pos-integration-how-flaik-connects-to-your-pos/pos-integration-api-overview/release-notes/older-versions/known-issues.md).

# Known Issues

<table><thead><tr><th width="118">POS<select multiple><option value="f134bb012cd746bdba0046073bdddf1c" label="RTP|One" color="blue"></option><option value="247fd5165ef54cf69af920abbfadb422" label="Siriusware" color="blue"></option><option value="898f6a6ebf7f408da230d348a2456d59" label="InTouch" color="blue"></option></select></th><th width="156">Title</th><th width="243">Description</th><th width="139">Status<select><option value="07277cd488034220ac20e43c2a640ca3" label="Open" color="blue"></option><option value="978e2cfd79d640a5bd276c30c642355b" label="In Sprint" color="blue"></option><option value="79cd48100f634258bfe5bb1625bb9750" label="Resolved in 2.3.0.0" color="blue"></option><option value="efa02fb885554bc6b58ccae0783fd161" label="Resolved in 2.3.0.1" color="blue"></option></select></th><th data-type="rating" data-max="5">Severity</th><th width="92">Asana</th></tr></thead><tbody><tr><td><span data-option="f134bb012cd746bdba0046073bdddf1c">RTP|One</span></td><td>Guest information for sales</td><td>Head of Household email and Child Registration information not populating for private lessons</td><td><span data-option="79cd48100f634258bfe5bb1625bb9750">Resolved in 2.3.0.0</span></td><td>5</td><td><a href="https://app.asana.com/0/1203768895480784/1202408301294352">Task</a></td></tr><tr><td><span data-option="f134bb012cd746bdba0046073bdddf1c">RTP|One</span></td><td>No guests returned when scanning lift ticket</td><td>No guest is returned in class management when scanning a lift ticket</td><td><span data-option="79cd48100f634258bfe5bb1625bb9750">Resolved in 2.3.0.0</span></td><td>3</td><td><a href="https://app.asana.com/0/1203768895480784/1201591147670740">Task</a></td></tr><tr><td><span data-option="247fd5165ef54cf69af920abbfadb422">Siriusware</span></td><td>Lessons are not being removed for a date change</td><td>Lesson date changes are not being accurately reflected when moved in the Siriusware Ski School Module</td><td><span data-option="79cd48100f634258bfe5bb1625bb9750">Resolved in 2.3.0.0</span></td><td>5</td><td><a href="https://app.asana.com/0/1203768895480784/1202662114467047">Task</a></td></tr><tr><td><span data-option="247fd5165ef54cf69af920abbfadb422">Siriusware</span></td><td>Private Lesson Disappears when Instructor removed</td><td>If an instructor is removed from a lesson, and no new instructor is assigned, the private lesson disappears from the sales view until the assigned instructor field is reset</td><td><span data-option="79cd48100f634258bfe5bb1625bb9750">Resolved in 2.3.0.0</span></td><td>4</td><td><a href="https://app.asana.com/0/1203768895480784/1202852183159633">Task</a></td></tr><tr><td><span data-option="247fd5165ef54cf69af920abbfadb422">Siriusware</span></td><td>No guest returned when scanning access code</td><td>No guest is returned when searching for an access number eg. AE31BX9UI70</td><td><span data-option="efa02fb885554bc6b58ccae0783fd161">Resolved in 2.3.0.1</span></td><td>3</td><td><a href="https://app.asana.com/0/1203768895480784/1203646207239723">Task</a></td></tr></tbody></table>


---

# 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/pos-integration-how-flaik-connects-to-your-pos/pos-integration-api-overview/release-notes/older-versions/known-issues.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.
