# Software requirements

To run Studio, you need the following:

* Microsoft Windows 7 and up
* Microsoft .NET Framework 4.6.1
* Microsoft Visual C++ Runtime 14
* Windows PowerShell
* Local administrator rights

Hardware requirements:

| Robot             | CPU | RAM | HDD | OS                                         |
| ----------------- | --- | --- | --- | ------------------------------------------ |
| Stand-alone       | 4   | 8   | 100 | Windows 10 / Windows Server 2016 or higher |
| With Orchestrator | 4   | 8   | 100 | Windows Server 2016 or higher              |

| Orchestrator        | CPU | RAM | HDD  | ОС                                    |
| ------------------- | --- | --- | ---- | ------------------------------------- |
| Orchestrator server | 8   | 16  | 200  | Windows Server 2016 or higher / Linux |
| DB server           | 8   | 16  | 200  | Windows Server 2016 or higher / Linux |
| Log server          | 8   | 16  | 1000 | Windows Server 2016 or higher / Linux |


---

# 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://astro-rpa.gitbook.io/astro-rpa-user-guide/astro-studio/systemreq.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.
