> For the complete documentation index, see [llms.txt](https://crypcade-city.gitbook.io/crypcade-potm-deck/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crypcade-city.gitbook.io/crypcade-potm-deck/ecosystem/ai-integration.md).

# Ai Integration

> The factions of the CrypCade metaverse provide community to the user experience. Users will be able to customise their character in future developments which will allow them to express their chosen identities within an immersive environment.&#x20;

**How are you using AI in the metaverse?**

Currently we have two distinct AI features that we’re implementing. Chat GPT-powered avatars and AI image generation using DALL-E.&#x20;

**How do AI powered avatars work?**

We’re using the full power of Chat GPT and GPT-4 but the interface is basically an avatar that the user can interact with. We’re taking this a step further by creating a dashboard where a user can configure an AI-powered avatar as sort of a non-stop virtual assistant. A business owner, for example, can feed relevant information about their business, deploy the AI avatar in their office or metaverse building. The AI avatar would then greet anyone visiting that space, provide information on the business or services, make appointments and a series of other automated tasks.&#x20;

**What about the AI image generation features?**

We’re are introducing amode that will allow users to fully personalize and decorate their metaverse space. Users will be able to choose furniture, change colors and texture on items and also upload images on the walls. In addition to the image upload we’re giving users the possibility to generate their unique images, on the spot, by using the text-to-image feature.

\
\ <br>


---

# 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://crypcade-city.gitbook.io/crypcade-potm-deck/ecosystem/ai-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.
