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

# Infinity Void Metaverse

- [Introduction](https://docs.infinityvoid.io/infinity-void-metaverse/readme.md): Welcome to the Documentation for Infinity Void
- [Core Principles](https://docs.infinityvoid.io/infinity-void-metaverse/core-principles.md): Welcome to the Core Principles of Infinity Void, where we unveil the guiding pillars that define the essence of our groundbreaking metaverse platform. As we embark on a journey of reimagining digital.
- [01. Persistency Among Worlds](https://docs.infinityvoid.io/infinity-void-metaverse/core-principles/01.-persistency-among-worlds.md): Welcome to the exploration of Infinity Void's first core principle—Persistency Among Worlds. In this chapter, we delve deep into the revolutionary concept that reshapes how you interact with the digit
- [02. Global Cross-Platform Accessibility](https://docs.infinityvoid.io/infinity-void-metaverse/core-principles/02.-global-cross-platform-accessibility.md): Welcome to the second core principle of Infinity Void-Global Cross-Platform Accessibility. In this chapter, we unveil how our commitment to accessibility empowers you to experience our metaverse
- [03. Singular Metaverse City](https://docs.infinityvoid.io/infinity-void-metaverse/core-principles/03.-singular-metaverse-city.md): Welcome to the exploration of Infinity Void's third core principle—Singular Metaverse City.
- [Hardware Requirements](https://docs.infinityvoid.io/infinity-void-metaverse/hardware-requirements.md): These are the minimum system specs required to successfully run Infinity Void
- [Frequently Asked Questions](https://docs.infinityvoid.io/infinity-void-metaverse/frequently-asked-questions.md): Have some questions? Check out some frequently asked questions!
- [Glossary](https://docs.infinityvoid.io/infinity-void-metaverse/glossary.md): Have some questions? Check out some frequently asked questions!


---

# 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://docs.infinityvoid.io/infinity-void-metaverse.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.
