# On-Site Setup

ngSurvey can be installed on-premise on your own servers or on your own infrastructure. This way all the important data that you collect using your surveys or forms remains exclusively within your company boundaries on your own servers.

ngSurvey can be installed in just a few minutes on any kind of platform ranging from Linux, Docker containers or Windows based servers.

* [**Enterprise Edition**](/installation-setup/installation.md) provides an advanced version that will meet all enterprise related needs.

Requirements to run ngSurvey locally on your own infrastructure are&#x20;

* Windows Server 2016+ or Linux or Azure or AWS or any host able to run a Docker image.
* SQL Server 2016+ or SQL Server Express or Oracle MySQL or PostgreSQL to host the database.
* .NET 8

{% hint style="info" %}
To learn more about the difference of both versions you may check online our full [feature list](https://www.ngsurvey.com/home/features).
{% endhint %}


---

# 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.ngsurvey.com/installation-setup.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.
