> 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.md).

# Build

- [Build mode](https://help.intangible.ai/build/build.md): Build mode – the art department where you construct the set, drop in props, and bring your own assets.
- [Asset library](https://help.intangible.ai/build/asset-library.md): Over 5,000 greyboxing assets at the bottom of Build mode. Drag in, swap, lock.
- [Working with objects](https://help.intangible.ai/build/working-with-objects.md): Click, swap, color, lock, frame, delete – the contextual menu that handles most per-object actions in Build mode.
- [Selection and grouping](https://help.intangible.ai/build/selection-and-grouping.md): Marquee selection, parent attachments, and group-level actions – how to act on more than one object at a time.
- [Transform](https://help.intangible.ai/build/transform.md): Move, rotate, scale objects with the gizmo. Two coordinate-space modes plus smart snapping.
- [Object details](https://help.intangible.ai/build/object-details.md): Name, description, image reference, and LoRA – the per-object metadata that the visualizer reads when it builds the prompt.
- [Environment](https://help.intangible.ai/build/environment.md): Sun position, time of day, fog, terrain, and grid – the scene-level environment controls in Build mode.
- [Import your own models](https://help.intangible.ai/build/import-your-own-models.md): Import 3D models from Blender, Maya, Houdini, or Unreal. GLB, GLTF, DAE, FBX, PLY, OBJ, STL, USD. Smart Import fixes scale and orientation on the way in.
- [Image to scene and shot](https://help.intangible.ai/build/image-to-scene-and-shot.md): Turn a sketch or reference image into a 3D scene and shot. Image-to-3D scene generation that matches the photograph's framing and contents.
- [Sets](https://help.intangible.ai/build/sets.md): Save a group of arranged objects as a reusable set – drop a complete coffee-table arrangement or street-corner cluster into another scene with one drag.
- [Scene Outliner](https://help.intangible.ai/build/scene-outliner.md): The panel that lists every object in the scene – lock, hide, pin, rename, duplicate.
- [Populators](https://help.intangible.ai/build/populators.md): How to create, adjust, and customize populators in Build mode – the procedural environment generators that scatter one asset set across an area.
- [Spline populator](https://help.intangible.ai/build/spline-populator.md): A populator shape that distributes objects along a curve. Place fences, roads, hedges, lamp posts, or any repeating element along an authored path.
- [AI Composer](https://help.intangible.ai/build/ai-composer.md): Prompt for environments and scenes – the agent collects assets and arranges them in a populator.
- [Generate 3D Asset](https://help.intangible.ai/build/generate-3d-asset.md): Generate a 3D model from a text prompt or reference image. Drag the result into your scene like any library asset.
- [LoRAs](https://help.intangible.ai/build/loras.md): Train a LoRA for character or object consistency in AI renders. Upload references, attach to a Build-mode object, reuse the same look across every shot.


---

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

```
GET https://help.intangible.ai/build.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.
