> For the complete documentation index, see [llms.txt](https://docs.xanalia.com/xanalia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xanalia.com/xanalia/basics/nft-showcase.md).

# NFT Showcase

![NFT Showcase](/files/-MVR-QDt7hsE9kdb59di)

### **Overview**

We usually do some sort of collection in our day-to-day life. It might be stamps, posters, coins, or anything. In XANALIA collectibles, we are going to give users the digital experience in which they can collect various types of NFTs which can be Avatars, weapons, accessories, or anything. We will have multiple features using which users can showcase their collections online or to their friends in Virtual as well as in the Real-world using AR and VR.&#x20;

### **Key Features**

#### **1. Virtual Collection Display Room**

It is basically a 3D environment that is provided to the user in which the user can showcase his collectibles to his friends or to others. It is a PC feature and available on VR as well. Here the user can also customize the visuals of the room.

**Major component used to make this feature are**

1. VRTK
2. VR interactable
3. Oculus quest
4. This is for PC and VR specific platforms
5. Runtime Textures
6. VR event systems

#### **2. AR App**

It allows users to bring virtual collectibles to be placed in the real world. Users can click pictures and share.&#x20;

**Major component require to develop this feature are**

1. AR foundation
2. AR core
3. ARkit
4. Natcoder

#### **3. Virtual Display Auditorium**

In this feature, users can have big collectibles like cars, tanks, helicopters, spaceships, monsters.

**Major Components require to develop this are:**

1. Assetbundles
2. VRTK
3. Interactables

#### **4. Addables**

Collections and components get added every month so that users can have a huge variety of options.

**Major Components require to develop this are:**

1. AWS services&#x20;
2. Custom APIs&#x20;
3. Inventory management
4. Admin Panel (Web end)


---

# 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.xanalia.com/xanalia/basics/nft-showcase.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.
