# Your DeployR guide

{% hint style="warning" %}
Documentation for DeployR is continually being updated. You may notice frequent changes as content is added and refined.
{% endhint %}

Welcome to the DeployR documentation site. DeployR is a modern OS deployment platform from 2Pint Software, built to perform bare metal OS deployments using a flexible task sequence-based engine that allows for scale and efficiency. DeployR uses a web-based console for centralized management.

DeployR gives the power back to the IT team, allowing complete management of the whole imaging and provisioning lifecycle, whether that is deploying to hundreds of branch offices or in a lab environment. DeployR provides the tools and the framework to do this consistently and accurately.\
\
In this documentation, you will find everything you need in order to properly deploy DeployR into your own environment, from infrastructure considerations and installation through to production deployments.

## Two editions, same platform

[DeployR Enterprise](/deployr/setup-deployr-enterprise/prerequisites.md) is a fully-supported platform with advanced capabilities; [DeployR Community](/deployr/setup-deployr-community/prerequisites.md) is supported through the community itself.  The installation and configuration processes are different between the two: while DeployR Enterprise is designed for the utmost flexibility, DeployR Community is intended for those who need simplicity.  Follow the appropriate setup documentation for the edition that you are using.

Of course the upgrade process from DeployR Community to DeployR Enterprise is easy, so if you need more advanced capabilities and support from the 2Pint Software experts, just let us know.


---

# 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://documentation.2pintsoftware.com/deployr/your-deployr-guide.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.
