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

# 2.3.2

### Installation

* [Installation directory](https://drive.google.com/drive/folders/1DV5VzmUSX0VD8sk1M3tOnOX2Obfv_EAa?usp=share_link)
* Installation notes from release 2.3.0.0 need to be followed if upgrading from a version below 2.3.0.0

### Release Notes

<table><thead><tr><th width="113">Area<select><option value="d28de607832c416f8dd3fffb89e4f689" label="Sales" color="blue"></option><option value="4ba367d446204090b0d00272a4bde64d" label="Scheduling" color="blue"></option><option value="d5494fdc09a440088faf20bdee8bd495" label="Guests" color="blue"></option><option value="9a923276bb484a958ad9cd43b873b2aa" label="Product" color="blue"></option><option value="e969071e207c4d0ca77de2ccae542d3e" label="Admin" color="blue"></option></select></th><th width="163">Title</th><th width="426">Description</th><th width="138">Point of Sale<select><option value="68fd49bb35e543ed96547003069f886f" label="General" color="blue"></option><option value="d57b541665884707b4e611adbadc4147" label="RTP|One" color="blue"></option><option value="ebd20dd9d2c5485e9cf03e7f2062aa93" label="Siriusware" color="blue"></option><option value="bf208251e9d34e22bd43705932b52e5d" label="InTouch" color="blue"></option></select></th></tr></thead><tbody><tr><td><span data-option="e969071e207c4d0ca77de2ccae542d3e">Admin</span></td><td>Password encryption</td><td>Fix issue with the encryption process. In 2.3.0.x versions prior to this one you had to save the Resort Connection string twice in plain text and restart the service</td><td><span data-option="68fd49bb35e543ed96547003069f886f">General</span></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/2.3.0.2.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.
