> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-web-builder/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-web-builder/resources/assets.md).

# Assets

The **Assets** section provides a centralized library where you can manage all your 3D models, images, audio, and video files. It consists of a single tab:

## Tab Overview

### **Owned**

This tab displays all the assets you own, categorized into:

* **GLB Files**: For 3D models.
* **Images**: All image files uploaded.
* **Audio**: Any audio files you've added.
* **Video**: Video files that can be used in your projects.

### Search bar

In the top-right corner, you'll find a **Search** bar that allows you to quickly locate specific assets by name.

<figure><img src="/files/Ob0IcZlJowJ8QvP0XeOh" alt="" width="338"><figcaption></figcaption></figure>

## **Upload New Asset**

Clicking this buttons opens a popup with four options for uploading:

* **Model**: Upload a new 3D model file.
* **Image**: Upload a new image file.
* **Video**: Upload a new video file.
* **Audio**: Upload a new audio file.

<figure><img src="/files/lyFRarD5teo5vEeXPiRR" alt="" width="375"><figcaption></figcaption></figure>

## Asset Management

For each asset displayed as a card in your library, the three-dot menu provides the following options:

* **Download**: Download the asset file.
* **Rename**: Change the name of the asset.
* **Delete**: Permanently remove the asset from your library.
* **Start Project with Asset**: Open the editor with the selected asset pre-loaded, allowing you to begin creating a project that incorporates the asset.

<figure><img src="/files/hdXDzFLYCgUlSfiL743e" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
This section serves as a comprehensive resource for managing and utilizing your media assets in AR projects.
{% endhint %}


---

# 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-web-builder/resources/assets.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.
