# Assets

The **Assets** section of the SDK contains essential elements that will be used and instantiated within the Unity scene. It serves as a central hub for managing the various resources for Over Experiences. The section is divided into two main tabs:

### **NFTs**

The **NFTs** tab allows users to manage and integrate Non-Fungible Tokens (NFTs) into their Unity project. Here, you can add and configure NFTs that will be displayed or interacted with in the Over Experience.&#x20;

### **AR Image Targets**

The **AR Image Targets** tab provides tools to define and manage image targets for augmented reality functionality. These image targets are the markers or images recognized by the AR system to trigger specific actions or display 3D content in the real world. This tab allows users to configure the objects that will be displayed when the image targets are detected by the camera.


---

# Agent Instructions: 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:

```
GET https://docs.overthereality.ai/over-sdk-manual/sdk-editor/assets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
