# Setup

## Preparation

You must be administrator of the web server. Using a local administrator account is recommended. You must know:

* The physical path on the web server where the WorkflowGen web application will be installed.
* The physical path on the web server where WorkflowGen Windows services will be installed.
* The URL of the web server where WorkflowGen will be installed.
* MS SQL Server database:

  * The name of the MS SQL Server.
  * The credentials of the SA account.
  * The file path of the SQL Server database files on the SQL server machine.

  ✏️ **Note:** The SQL Server Management Studio tool will be required if you are creating the database using the SQL creation scripts (`*.sql`) in the manual installation procedure.
* The name or IP address of the SMTP gateway (it's recommended to use the IIS SMTP gateway; see [SMTP Notifications](/tech/9.2/using-iis-smtp-gateway.md)).
* The default sender email address for notifications.
* The authentication method you want to use for WorkflowGen web applications.

{% content-ref url="/pages/-LmR4YrLWU-eKQ\_PePu9" %}
[PowerShell Installation](/tech/9.2/setup/powershell-installation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmR4cLJ9d56-8LwtQkV" %}
[Manual Installation](/tech/9.2/setup/manual-installation.md)
{% endcontent-ref %}


---

# 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/tech/9.2/setup.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.
