# Hardware Requirements

Aizen's compute infrastructure requires a minimum of:

* One master node with 8 cores, 32GB memory and 500GB disk for the operating system
* One worker node with 32 cores, 128GB memory and 500GB disk for the operating system
* One GPU (Graphics Processing Unit) worker node (1x NVIDIA A100 PCIe), which is optional for remote training

{% hint style="info" %}
Make sure to have additional **storage disks** for your data on each worker node as required by your use case.
{% 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://aizen-corp.gitbook.io/docs/installation/setting-up-your-environment/hardware-requirements.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.
