# Getting Started

This documentation will walk you through how to get your Threatrix Hybrid Platform installed and configured with your on premise or cloud Version Control Systems (VCS). Please make sure you are familiar with various components of the Threatrix Platform before proceeding and you have met the requirements for your hybrid install and configuration.

## Threatrix Hybrid Installation Prerequisites

* [ ] You have access to the Internet from your Hybrid Environment
* [ ] You have access to [https://app.threatrix.io](https://app.threatrix.io/)
* [ ] Cloud or On-Prem SCM operational and accessible (optional)
* [ ] You have root or superuser privileges (via sudo) to set up and configure your Hybrid Environment
* [ ] You must be granted permissions to access the Threatrix Hybrid Platform image on Dockerhub. Please reach out to <support@threatrix.io> to request permission.
* [ ] You have met the minimum requirements for installing Threatrix Hybrid Platform
  * Linux VM is recommended. Windows is supported, but experimental
  * At least 8 vCPU Intel or AMD
  * 32 GB of RAM
  * 50 GB of storage
  * Docker installed on the VM


---

# 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.threatrix.io/hybrid/getting-started.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.
