> For the complete documentation index, see [llms.txt](https://calidocu.gitbook.io/caliverse-metaverse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://calidocu.gitbook.io/caliverse-metaverse/en/start-the-caliverse/specification.md).

# Specification

<table><thead><tr><th width="199">Category</th><th width="227">Minimum Requirements</th><th width="240">Recommend Specifications</th></tr></thead><tbody><tr><td>OS</td><td>Windows 10 or later</td><td>Windows 10 or later</td></tr><tr><td>Processor</td><td>AMD Ryzen 9 3900X<br>Intel Core i7-12700K</td><td>AMD Ryzen 9 5900X<br>Intel Core i9-10900K</td></tr><tr><td>Memory</td><td>16GB or more</td><td>32GB or more</td></tr><tr><td>Graphics</td><td>GeForce GTX 1660 Ti (6GB)<br>※ Graphics driver that supports DLSS 3.5 required</td><td>GeForce RTX 3060 Ti (8GB)<br>※ Graphics driver that supports DLSS 3.5 required</td></tr><tr><td>DirectX</td><td>DirectX 12 or later</td><td>DirectX 12 or later</td></tr><tr><td>Storage</td><td>Minimum 40GB of Space Required</td><td>Minimum 40GB of Space Required</td></tr></tbody></table>

**※ Notice**\
CALIVERSE is only available on the Windows operating system and is not supported on Mac OS.\
For the best experience, we recommend using the Chrome browser on a Windows-based PC.


---

# 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://calidocu.gitbook.io/caliverse-metaverse/en/start-the-caliverse/specification.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.
