> For the complete documentation index, see [llms.txt](https://dxplusdoc.apexturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dxplusdoc.apexturbine.com/getting-started/system-requirements.md).

# System Requirements

## Operating System

### Windows

Supported 64-bit Windows versions:

* Windows 10
* Windows 11

## Hardware

DX+ is supported on the Intel x86 architecture running Windows. Only 64-bit versions are available. The minimum and recommended hardware requirements are listed below.

### Minimum supported 64-bit hardware:

* 64-bit dual core 2Ghz CPU.
  * The processor must support the AVX2 instruction set.
    * This requires a CPU manufactured post 2016.
* 2048MB memory.
* 120GB 7200RPM hard drive.
* Graphics controller and monitor capable of 1280x1024.

### Recommended baseline 64-bit hardware:

* 64-bit quad core CPU.
  * The processor must support the AVX2 instruction set.
    * This requires a CPU manufactured post 2016.
* 4096MB memory
* 500GB 7200RPM hard drive.
* Graphics controller and monitor capable of 1920x1080.


---

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

```
GET https://dxplusdoc.apexturbine.com/getting-started/system-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.
