> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/setup-deployr-community/prerequisites.md).

# Prerequisites

Windows Server 2022 or higher with the Desktop Experience is recommended for DeployR Community.  (Server Core is not currently supported.). For lab use, Windows 11 can be used as well.  4GB of RAM is recommended, with sufficient disk space to hold all of the content that you expect to deploy.  100GB is a recommended minimum, but depending on your specific needs, more may be needed.  The computer can be domain-joined or a workgroup machine.

Before starting the installation, the following are required:

* The TwoPint.DeployRCommunity installer, which can be downloaded from [https://releases.2pintsoftware.com](https://releases.2pintsoftware.com/).
* A no-cost license (product key), obtained by registering via <https://2pintsoftware.com/products/deployr-community>
* A fully-qualfied domain name (FQDN) registered in DNS (internally or externally, depending on how you plan to access DeployR) that points to the IP address of the computer being used.

All other requirements will be automatically handled by the installation process itself.

{% hint style="info" %}
Note that DeployR Community uses SQLite by default for storage of all the DeployR-related metadata.  It can be configured to use SQL Server or SQL Express manually after the installation is completed, but in most cases SQLite is sufficient for the amount of metadata that needs to be stored and retrieved.
{% endhint %}


---

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

```
GET https://documentation.2pintsoftware.com/deployr/1.2/setup-deployr-community/prerequisites.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.
