> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/get-started-with-simplifyqa/simplifyqa-hosting/on-premise-installation-guide/pre-requisites.md).

# Pre-requisites

### System Requirements

1. **Database Server**

<table data-full-width="true"><thead><tr><th align="center">Hardware Requirement</th><th align="center">Software Requirement</th></tr></thead><tbody><tr><td align="center">Ubuntu v16.*</td><td align="center">Docker v18.*</td></tr><tr><td align="center">8 core</td><td align="center">sudo access (root user)</td></tr><tr><td align="center">32 GB RAM</td><td align="center"></td></tr><tr><td align="center">500 GB Disk space </td><td align="center"></td></tr></tbody></table>

2. **Application Server**

<table data-full-width="true"><thead><tr><th align="center">Hardware Requirement</th><th align="center">Software Requirement</th></tr></thead><tbody><tr><td align="center">Ubuntu v16.*</td><td align="center">Docker v18.*</td></tr><tr><td align="center">8 core</td><td align="center">sudo access </td></tr><tr><td align="center">32 GB RAM</td><td align="center"></td></tr><tr><td align="center">500 GB Disk space </td><td align="center"></td></tr></tbody></table>

3. **Cloud Server**

Cloud server would be required only if you subscribe for cloud execution in SimplifyQA.

<table data-full-width="true"><thead><tr><th align="center">Hardware Requirement</th><th align="center">Software Requirement</th></tr></thead><tbody><tr><td align="center">Ubuntu v16.*</td><td align="center">Docker v18.*</td></tr><tr><td align="center">8 core</td><td align="center">sudo access </td></tr><tr><td align="center">32 GB RAM</td><td align="center"></td></tr><tr><td align="center">500 GB Disk space </td><td align="center"></td></tr></tbody></table>

> &#x20;For more details to subscribe for cloud executions contact **<support@simplify3x.com>** or visit our website.

* Download the below listed dockers files from the secured link provided in email and copy to Application and Database Server

1. simplifyqaweb.tar
2. simplifyqarabbitmq.tar

* Remote access to you Server VPN (Access to VPN if present).
* Secured shell access. Login credentials of SSH (if present).


---

# 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://docs.simplifyqa.ai/get-started-with-simplifyqa/simplifyqa-hosting/on-premise-installation-guide/pre-requisites.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.
