# Install .NET

The RMH apps are built using the .NET Framework and rely on .NET runtimes to function. You must install either the two specific .NET runtimes identified below or the .NET SDK (which contains all runtimes) on any computer running an RMH app (Store Manager, POS, Central Manager, Central Server, Central Client, Flash Bridge).

* ASP.NET Core Runtime 6.0 (Windows x64)
* .NET Desktop Runtime 6.0 (Windows x64)

or

* .NET Software Development Kit (SDK) 6.0 (Windows x64)

This topic demonstrates how to install **.NET SDK 6.0**. It is provided as an example only. Refer to the official Microsoft documentation when you install .NET in stores.

1. Go to [**https://dotnet.microsoft.com/en-us/download/dotnet/6.0**](https://dotnet.microsoft.com/en-us/download/dotnet/6.0).

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

2. Under **Windows Installers**, click **x64**.
3. Go to your **Downloads** folder.
4. Double-click the .NET SDK installation executable.
5. Click **Install**.

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

6. If prompted **Do you want to allow this app to make changes to your device?**, click **Yes**.
7. Wait while installation is completed. This may take a few minutes.

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

8. Click **Close**.

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


---

# Agent Instructions: 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:

```
GET https://docs.rmhpos.com/installation/installation-dot-net.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
