> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/installation/install-pos/installation-pos-dot-net.md).

# Install POS for .NET

{% hint style="info" %}
You must install POS for .NET on all computers where POS is installed.
{% endhint %}

1. Go to the location where you extracted the release package files.
2. Double-click **Setup.exe** to open the setup wizard.

{% hint style="info" %}
You must have administrative privileges on the computer to install RMH apps.
{% endhint %}

<div align="left"><img src="/files/z88O0hVubWK52sbMlrYe" alt=""></div>

3. Under **Prerequisites**, click **Install POS for .NET**.
4. Click **Next**.

<div align="left"><img src="/files/BIDhkBm97JejpTIVInwp" alt=""></div>

5. On the **End-User License Agreement** screen select **I accept the terms in the License Agreement** and click **Next**.

<div align="left"><img src="/files/oHQFDm0AMFvTJWfarT9z" alt=""></div>

6. On the **Customer Experience Improvement Program** screen, select **No thanks** and click **Next**.

<div align="left"><img src="/files/kCSHVWhVKJJ4u50fXrls" alt=""></div>

7. On the **Destination Folder** screen, select the installation folder and click **Next**.

<div align="left"><img src="/files/rFHowkd0nOXsAByEKpWL" alt=""></div>

8. On the **Product Features** screen, accept the defaults and click **Install**.

<div align="left"><img src="/files/K0BX5Ojcq91DDUne1F4R" alt=""></div>

9. Wait while installation is completed. This may take a few minutes.
10. Click **Finish**.

<div align="left"><img src="/files/ag0moRDIoVpPS7jqDvMZ" alt=""></div>


---

# 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://docs.rmhpos.com/installation/install-pos/installation-pos-dot-net.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.
