> 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.md).

# SimplifyQA Hosting

SimplifyQA is designed to provide maximum flexibility and scalability, catering to diverse project requirements and organisational needs. One of the key features of SimplifyQA is its deployment versatility: you can choose to host SimplifyQA either in the cloud or on-premises, depending on your specific needs and preferences.

### Hosting Options

#### Cloud Hosting

SimplifyQA can be hosted in the cloud, providing numerous benefits including scalability, accessibility, and reduced infrastructure management. With cloud hosting, you can access SimplifyQA from anywhere with an internet connection, ensuring seamless collaboration and real-time updates.

**Getting Started with Cloud Hosting**

1. **Subscription and Setup**
   * Visit the SimplifyQA website and choose a cloud hosting subscription plan that suits your needs.
2. **Accessing SimplifyQA**
   * Once your cloud environment is set up, you will receive login details on your email.
   * Follow the instructions on mail and access SimplifyQA through the provided web portal using your credentials.
3. **Initial Configuration**
   * Configure your project settings, user roles, and permissions.
   * Set up your testing environment and start using SimplifyQA for your projects.

#### On-Premises Hosting

For organizations that require complete control over their data and infrastructure, SimplifyQA can be hosted on-premises. This option allows you to deploy SimplifyQA within your own data center, ensuring compliance with internal policies and regulatory requirements.

**Getting Started with On-Premises Hosting**

1. **Subscription and Setup**
   * Visit the SimplifyQA website and choose the on-premises installation package.
   * Reach out to [support@simplify3x.com ](https://docs.simplifyqa.ai/)or [infra@simplify3x.com](mailto:undefined) to initiate the subscription process and share your requirements. &#x20;
2. **System Requirements**
   * Ensure your servers meet the minimum system requirements specified in the [installation guide.](/get-started-with-simplifyqa/simplifyqa-hosting/on-premise-installation-guide/pre-requisites.md)
   * Set up necessary dependencies and prerequisites before installation.
3. **Configuration and Setup**
   * Configure network settings, database connections, and user authentication as specified in the [installation guide.](/get-started-with-simplifyqa/simplifyqa-hosting/on-premise-installation-guide/installation-guide.md)
   * Set up your testing environment, user roles, and permissions.
4. **Maintenance and Updates**
   * Regularly check for updates and patches from SimplifyQA. Release notes would be shared to keep you posted on the new updated and patches.
   * Apply updates manually to ensure your system remains up-to-date and secure.


---

# 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.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.
