> For the complete documentation index, see [llms.txt](https://help.intangible.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intangible.ai/build/asset-library.md).

# Asset library

The asset library lives at the bottom of Build mode behind a blue button in the toolbar. Click it to open the panel, then drag assets directly into the viewport. It's only accessible from Build mode – you can't add objects while in Compose or Visualize.

## Watch

<https://www.youtube.com/watch?v=fvUcN8G6KrU>

![Asset library docked at the bottom of Build mode with the My Assets category active, showing thumbnail tiles for placed and imported assets, search across the top, and Generate 3D plus Import Asset buttons on the right](/files/fdiS1XZeIJNKlzV87sAW)

## What it does

If you've worked in Maya or Blender, you know the cold-start problem: a brief lands, and the first hour goes to scrounging for blocking assets that exist only so the director can see scale. The asset library solves that. Over 5,000 pre-made greyboxing assets are categorized into Characters, Furnishings, Mannequins, My Assets, Objects, Populators, Primitives, Roads, Sets, and Vehicles, all one drag away – enough to block any scene before the real assets arrive.

The panel maximizes for browsing and minimizes automatically the moment you start dragging an item, so the 3D viewport reappears for placement.

## How to use it

1. **Open the library.** Click the blue asset library button at the bottom of Build mode. Drag the top edge to expand the panel, or click the maximize button.
2. **Browse by category.** Tabs across the top group assets by type. The full set: **Characters**, **Furnishings**, **Mannequins**, **My Assets**, **Objects**, **Populators**, **Primitives**, **Roads**, **Sets**, **Vehicles**.
3. **Search.** The search field at the top of the library matches asset names and category tags. "Aderondack" finds the chair; "olive green Jeep" finds the SUV.
4. **Drag to place.** Click and drag an asset thumbnail into the viewport. The library minimizes; the asset lands at the cursor's projected ground point. Smart snapping (if it's on – see [Transform](/build/transform.md)) will land it on terrain or other surfaces.
5. **Place repeatedly.** A category stays open across drags, so you can drop multiple chairs without reopening the library each time.

### My Assets and Team Assets

![Add an Object panel with the My Assets tab active, showing thumbnails of saved assets](/files/awJFuIPgiWk71TVpSD6l)

Imported objects ([Smart Import](/build/import-your-own-models.md)) and saved sets ([Sets](/build/sets.md)) appear in two extra categories:

* **My Assets**: things you uploaded or saved in your personal workspace. Only you can see them – sharing a project with someone outside your team does not expose your personal assets.
* **Team Assets**: things uploaded or saved within the active team workspace, visible to every team member. Not visible to collaborators outside that team.

Generated 3D meshes ([Generate 3D Asset](/build/generate-3d-asset.md)) drop into whichever category was active at generate time. Switch teams and the team-assets category swaps.

## Details

| Action              | How                                               |
| ------------------- | ------------------------------------------------- |
| Maximize / minimize | Top-edge drag or the maximize button              |
| Auto-minimize       | Triggers on drag-start of any asset               |
| Search              | Top-of-panel search field, matches names and tags |
| Categories          | Tabs across the top of the panel                  |

## Limits and known issues

* **Asset count limits per scene aren't documented.** Browser-based rendering imposes a soft cap; very large scenes (1,000+ items, especially populators) start to feel sluggish on lower-end hardware.
* **Search is scoped to the active category tab.** "Cars" while you're on the Furnishings tab returns nothing. Switch to the relevant category (Vehicles, in this case), or use the search field with a more specific name to narrow within a category.
* **The library is only accessible in Build mode.** Objects already placed in a scene remain visible in Compose and Visualize, but you can't add new assets or browse the library outside of Build.

## Related

* [Working with objects](/build/working-with-objects.md)
* [Smart Import](/build/import-your-own-models.md)
* [Sets](/build/sets.md)
* [AI Composer](/build/ai-composer.md): prompt for environments instead of dragging individual assets.
* [Generate 3D Asset](/build/generate-3d-asset.md)


---

# 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://help.intangible.ai/build/asset-library.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.
