> For the complete documentation index, see [llms.txt](https://asus-isg-aidc.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asus-isg-aidc.gitbook.io/guide/v1.3.0/readme.md).

# Introduction

| Developer | Last modified |
| --------- | ------------- |
| AIDC Team | 2026/01/23    |

## Overview

**ASUS Infrastructure Deployment Center (AIDC)** is an all-in-one infrastructure automation platform designed for large-scale bare-metal provisioning, configuration, and lifecycle management.

AIDC reduces deployment complexity by providing a web-based management portal, enabling teams to provision and operate HPC clusters, AI compute nodes, and data center infrastructure efficiently.

***

## Key Capabilities

| Capability           | Description                                                                        |
| -------------------- | ---------------------------------------------------------------------------------- |
| **OS Provisioning**  | PXE-based automated OS deployment across heterogeneous hardware                    |
| **Image Management** | Upload, activate, and manage OS images for node provisioning                       |
| **Node Management**  | Monitor and control physical nodes across the cluster                              |
| **Job Management**   | Track and manage deployment and configuration jobs                                 |
| **Marketplace**      | One-click deployment of services — Slurm, Kubernetes, MariaDB, WEKA, UFM, and more |
| **Notification**     | Event alerts and deployment status notifications                                   |
| **License**          | License activation and management                                                  |

***

## Supported Platforms

| OS          | Version         | Architecture     |
| ----------- | --------------- | ---------------- |
| RHEL        | 8.9 / 9.4 / 9.6 | x86\_64, aarch64 |
| Rocky Linux | 8.10            | x86\_64          |
| Ubuntu      | 22.04.5 LTS     | x86\_64          |

***

## Documentation Guide

| Section                                     | Description                                                           |
| ------------------------------------------- | --------------------------------------------------------------------- |
| [Portal User Guide](/guide/v1.3.0/guide.md) | Web UI walkthrough — provisioning, jobs, marketplace, account, status |


---

# 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, and the optional `goal` query parameter:

```
GET https://asus-isg-aidc.gitbook.io/guide/v1.3.0/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
