# RDA - Installation

### Install and configure the RDA environment

#### **Prerequisites:**

CloudFabrix supports Windows, Linux, and Mac OS environments to install, configure and run **RDA** software. Below are the prerequisites which need to be in place before **RDA** can be installed and configured.

* Windows 10 / Linux / Mac OS X with the below software are installed
  * CPU - 2
  * Memory - 8 GB&#x20;
  * Disk - 50 GB&#x20;
  * [Docker 18.09.x or above](https://docs.docker.com/engine/install/)
  * ​[Docker Compose](https://docs.docker.com/compose/install/) 1.27.x or above (docker-compose command)
  * Python 3.7.4 (recommended) or above
  * pip3 utility
* Internet Connectivity to download the '**RDA**' docker image.
  * CloudFabrix docker registry URL: cfxregistry.cloudfabrix.io
  * If there is HTTP Proxy in place, please refer to Docker documentation on how to configure HTTP Proxy settings for the Docker service.

### **Request RDA software package:**

Please email your request to <support@cloudfabrix.com> mentioning the AIOps studio software package.&#x20;

{% hint style="info" %}
For hosted AIOps studio which requires no installation, fill out the request form at <https://www.roboticdata.ai/signup/>&#x20;
{% endhint %}


---

# 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.cloudfabrix.io/rda/installation.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.
