# Suggested Hardware Configurations

## Basic configuration (Development/QA environment)

### Web server and database installed on 1 server

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

  **Note:** The amount of hard disk space required depends on the level of usage, especially if process file data (such as attachments) are stored in the database.<br>
* Windows Server 2012 or later (all versions)<br>
* SQL Server 2025

### Example of usage

* 500 potential users<br>
* 50 requests/actions per day

## Recommended configuration

### Web server

* Quad-core processor<br>
* 16 GB RAM<br>
* High-speed hard drive array<br>

  **Note:** The amount of hard disk space required depends on the level of usage, especially if process file data (such as attachments) are stored in the database. A minimum of 10 GB is recommended for WorkflowGen data.<br>
* Windows Server 2012 or later (all versions)<br>
* SQL Server 2025

### Example of usage

* 5000 potential end-users<br>
* 500 requests/actions per day

## High availability configuration (web farm)

### 2 web servers in a web farm architecture

* Quad-core processor<br>
* 8 GB RAM<br>
* High-speed hard drive array or SAN<br>

  **Note:** The amount of hard disk space required depends on the level of usage, especially if process file data (such as attachments) are stored in the database. A minimum of 10 GB is recommended for WorkflowGen data.<br>
* Windows Server 2012 or later (all versions)

### 2 database servers: 1 primary and 1 read-only replica

* Quad-core or more processor<br>
* 16 GB RAM<br>
* High-speed hard drive array (NAS/SAN or SSD)<br>

  **Note:** The amount of hard disk space required depends on the level of usage, especially if process file data (such as attachments) are stored in the database. A minimum of 10 GB is recommended for WorkflowGen data.<br>
* Gigabit Ethernet<br>
* SQL Server 2025<br>
* High-speed hard drive array<br>
* Gigabit Ethernet

### Example of usage

* 10,000 potential end-users<br>
* 1000 requests/actions per day


---

# 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.workflowgen.com/features/suggested-hardware-configurations.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.
