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

# System

- [LumiWave IP](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/lumiwave-ip.md): Introduce Intellectual Properties LumiWave acquired
- [IP-NFT](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/ip-nft.md): Introduce IP based NFT collaborated with LumiWave
- [INNO Platform](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform.md): Introduce LumiWave's blockchain platform, INNO
- [INNO ID](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/inno-id.md): INNO Platform identification service introduction
- [How to join the INNO Platform](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/inno-id/how-to-join-the-inno-platform.md): Guidance for Signing in INNO Platform
- [How to connect your INNO ID with LumiWave game](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/inno-id/how-to-connect-your-inno-id-with-lumiwave-game.md)
- [INNO SWAP](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/inno-swap.md): How to swap LumiWave points and Game tokens
- [🎁 INNO Benefits Program](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/inno-benefits-program.md)
- [Wallet](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/wallet.md): Introduction of a new wallet system.
- [NFT marketplace](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/nft-marketplace.md): Introduce INNO NFT marketplace for IP-NFT and Blockchain game users
- [Auction](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/nft-marketplace/auction.md): How to bid and win the auction for NFT at INNO
- [Purchase](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/nft-marketplace/purchase.md): How to purchase NFT at INNO NFT marketplace
- [List and Sell](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-platform/nft-marketplace/list-and-sell.md): Listing and selling your own NFT will be available soon.
- [INNO Games](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-games.md): INNO Platform is built for LumiWave games with each IP
- [Ragnarok Labyrinth NFT](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-games/ragnarok-labyrinth-nft.md): Introduce Ragnarok Labyrinth NFT
- [Little Legions NFT](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-games/little-legions-nft.md): Introduce Little Legions NFT
- [BRICK POP](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-games/brick-pop.md): Introduce BRICK POP, LumiWave's first game on the SUI Mainnet.
- [INNO Membership NFT](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-membership-nft.md)
- [OnMeowZ NFT](https://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system/inno-membership-nft/onmeowz-nft.md): Intorduce INNO Membership NFT : OnMeowZ NFT


---

# 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://lumiwave-inno.gitbook.io/lumiwave-whitepaper/system.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.
