# 3D content essentials

- [3D Model Animations](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/3d-model-animations.md): How to animate 3D models in your scene
- [Camera](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/camera.md): Learn how to control the player's camera
- [Colliders](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/colliders.md): Learn about the different components that give entities their 3D shape and collision.
- [Color Types](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/color-types.md): How to define color values
- [Entity Positioning](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/entity-positioning.md): How to set the position, rotation and scale of an entity in a scene
- [Lights](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/lights.md): Learn how to use lights in your scene
- [Materials](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/materials.md): Learn how to add materials and textures to entities with primitive shapes.
- [Move Entities](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/move-entities.md): How to move, rotate and scale an entity gradually over time, with incremental changes.
- [Particle System](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/particle-system.md): Add particle effects like fire, rain, sparks, and magic auras to your scene
- [Shape Components](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/shape-components.md): Learn about the different components that give entities their 3D shape and collision.
- [Sounds](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/sounds.md): Learn how to add sounds to your scene.
- [Special Types](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/special-types.md): Learn what special types exist, including Vector, Quaternions, and more.
- [Text](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/text.md): How to add text to your scene
- [Trigger Areas](https://docs.decentraland.org/creator/scenes-sdk7/3d-content-essentials/trigger-areas.md): Learn how to use trigger areas in your scene


---

# 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.decentraland.org/creator/scenes-sdk7/3d-content-essentials.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.
