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

# Welcome

{% hint style="danger" %}
This documentation/wiki is regularly updated for the latest version of each project. **Documentation will not contain version-specific information on older versions,** however there may be occurences occasionally.
{% endhint %}

## Announcements

{% hint style="success" %}
All of our datapacks have been updated to **1.21.8**, and supports versions **1.21.6\~1.21.9! Check out the** [datapack list](/infiniverse/datapack-list.md) to quick jump or check out what datapacks we have!
{% endhint %}

***

Welcome to the official Infiniverse documentation! Here you will find detailed docs on each of our projects.

## Links

**Modrinth:** <https://modrinth.com/organization/infiniverse>\
**Discord:** <https://discord.gg/WBqEXSt9qy>

## Help & Features

If you need any help/support or have ideas, suggestions, etc., please join our [Discord](https://discord.gg/WBqEXSt9qy) and post them in their respective channels!


---

# 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://infiniverse.gitbook.io/infiniverse/readme.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.
