> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/features/8.4/server-technical-requirements.md).

# Server Technical Requirements

## Operating systems

* Windows Server 2012 or later (all releases)<br>
* Windows 10 / 11 (recommended for development environments only)

## Web server

* Microsoft IIS 10 or higher<br>
* .NET Framework 4.8

## .NET 4 support

* Support for .NET web services and web forms developed by the client<br>
* WorkflowGen software itself requires .NET Framework 4.8

## Minimum hardware configuration

### Hardware

* Quad-core processor<br>
* 8 GB RAM<br>
* SATA hard disk with 40 GB free

### Database servers

* Microsoft SQL Server 2014 and Express Edition<br>

* Microsoft SQL Server 2016 and Express Edition<br>

* Microsoft SQL Server 2017 and Express Edition<br>

* Microsoft SQL Server 2019 and Express Edition

* Microsoft SQL Server 2022 and Express Edition<br>

* Microsoft Azure SQL Database


---

# 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://docs.workflowgen.com/features/8.4/server-technical-requirements.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.
