# README

Welcome to the official documentation for Inuverse, a full on-chain NFT ecosystem on Sui Network.

Inuverseの公式ドキュメントへようこそ。Sui Network上の完全フルオンチェーンNFTエコシステムです。

***

## Language Selection / 言語選択

### [🇺🇸 English Documentation](https://inuverse-1.gitbook.io/inuverse-docs/language-selection-yan-yu-xuan-ze/en)

Complete English documentation for developers, users, and community members.

### [🇯🇵 日本語ドキュメント](https://inuverse-1.gitbook.io/inuverse-docs/language-selection-yan-yu-xuan-ze/ja)

開発者、ユーザー、コミュニティメンバー向けの完全な日本語ドキュメント。

***

## Quick Access / クイックアクセス

| Section         | English                                                                                                              | Japanese                                                                                                      |
| --------------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| 📖 Overview     | [Project Vision](https://inuverse-1.gitbook.io/inuverse-docs/english-documentation/project-vision)                   | [プロジェクトビジョン](https://inuverse-1.gitbook.io/inuverse-docs/dokyumento/project-vision)                           |
| 🎮 Game Specs   | [Game Parameters](https://github.com/UnagiLabs/Inuverse/blob/main/gitbook/en/game-specifications/game-parameters.md) | [ゲームパラメータ](https://github.com/UnagiLabs/Inuverse/blob/main/gitbook/ja/game-specifications/game-parameters.md) |
| 🔧 Technical    | [Architecture](https://inuverse-1.gitbook.io/inuverse-docs/english-documentation/architecture)                       | [アーキテクチャ](https://inuverse-1.gitbook.io/inuverse-docs/dokyumento/architecture)                                |
| 🛣️ Development | [Roadmap](https://inuverse-1.gitbook.io/inuverse-docs/english-documentation/roadmap)                                 | [ロードマップ](https://inuverse-1.gitbook.io/inuverse-docs/dokyumento/roadmap)                                      |


---

# Agent Instructions: 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://inuverse-1.gitbook.io/inuverse-docs/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.
