> For the complete documentation index, see [llms.txt](https://docs.hellobotnft.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hellobotnft.co/roadmap/plans-and-goals/metaverse-integration.md).

# Metaverse Integration

* Metaverse integration is one of the most common features for NFT projects. Many NFT projects created their own avatars in various metaverses for the holders. However, what we aimed to do was a bit different from what the rest of the NFT projects have tried to create.
* As we’ve stated earlier, sustainability is one of the most important points in NFT projects, but most of the projects miss this and eventually run out of funds. To create sustainable BM, we have connected our business of AI chatbot in Web2 to Web3 metaverse.

**We have created an NPC with our AI chatbot technology in one of the most famous metaverses, ZEPETO.**

* In order to do so, we have partnered with ZEPETO, a metaverse that provides "real" services. This Lamama NPC with AI chatbot tech will provide services like tarot card reading and fortune telling to users with a certain amount of money. The data coming from this NPC will be shared with the users once analyzed.
  * Our analysis of Roblox's data has proved the feasibility of this business.
* ZEPETO is the first metaverse we collaborated with and we will continue to expand our business to various metaverses.


---

# 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.hellobotnft.co/roadmap/plans-and-goals/metaverse-integration.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.
