> For the complete documentation index, see [llms.txt](https://help.form.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.form.io/deploy/on-premises-deployment.md).

# On-Premises Deployment

In addition to self-hosting Form.io on the cloud or utilizing the SaaS model, the Form.io platform can be entirely deployed within your own on-premise environment. Users may opt for this solution if their deployment requires a specific infrastructure, compliance requirements, more bespoke data security, etc.

Form.io understands deploying to your own infrastructure can be complex and we are here to help. Whether you're needing on-call developer support or have questions about acquiring an Enterprise License, Form.io has a dedicated team of technical support representatives and developers ready to assist.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><strong>Questions?</strong></td><td><p>Contact the Form.io support team</p><p><mark style="color:blue;"><strong>support@form.io</strong></mark></p></td><td><a href="/files/zRw4MJCyfSBems8TwowI">/files/zRw4MJCyfSBems8TwowI</a></td></tr><tr><td></td><td><strong>Developer Support? License Aquirement?</strong></td><td><p>Contact the Form.io sales team.</p><p><mark style="color:blue;"><strong>sales@form.io</strong></mark></p></td><td><a href="/files/q0aAtckoJbxnMpPtKvot">/files/q0aAtckoJbxnMpPtKvot</a></td></tr></tbody></table>

Be sure to review the [**Enterprise Server** ](/deploy/enterprise-server.md)and [**PDF Server** ](/deploy/pdf-server.md)documentation for more information on things like Environment Variables and DB connection Strings.


---

# 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://help.form.io/deploy/on-premises-deployment.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.
