> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/sdk-editor/assets/nfts.md).

# NFTs

Here you can find listed all the NFTs you have linked to your account.

<figure><img src="/files/tKkPhZvDXcY7oH9u03d2" alt="" width="563"><figcaption></figcaption></figure>

To instantiate an NFT in the scene, you can select it and click on the "**Spawn NFT**" button. After that, the NFT will be downloaded the first time and imported directly into the scene.

{% hint style="info" %}
When an NFT is downloaded, the file will be saved in "Assets\Over Unity SDK\NFTs\Models" inside a sub-folder with a unique name.
{% endhint %}

After an NFT is imported into the scene it will be automatically set as a child of the "**OVER\_Asset**".<br>

You can have multiple NFTs in the scene which are the same or all different but each NFT must have an "**NFT Experience Item**" attached to it to be recognized as NFT inside the app.

<figure><img src="/files/m9nn8vylLo6UDwP6dLd4" alt=""><figcaption><p>NFT Experience Item component</p></figcaption></figure>

If you want the NFT to be controllable from any user inside the experience, just check the \
"**Is Controllable**" checkmark on it and it will be possible to control it with the Joystick available inside the app.


---

# 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.overthereality.ai/over-sdk-manual/sdk-editor/assets/nfts.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.
