> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/en/creator/voxedit/creative-guides/asset-guide/plants-trees.md).

# Plants, Trees

## Creating Plants and Trees

Organic shapes can be a bit challenging to build in VoxEdit's animator simply because they don't have symmetry. However, you can create models and reuse them in your design to simplify the process.

Most plant life is not animated, but it is possible to animate special feature plants that you don't plan to use heavily in the Experience (heavy use would reduce play performance).&#x20;

You can even create different states of plant life and death and use the [**Animated Decoration**](/en/creator/game-maker/docs/behaviours/visual/animated-decoration.md) behaviour in Game Maker to change its visible state as part of your narrative.

<figure><img src="/files/rfXNQvuhAiYNqrfAxiJc" alt="" width="291"><figcaption><p><a href="https://www.sandbox.game/en/assets/metaverse-weeping-willow/3d16331d-61b9-48be-9c95-92727b514643/">Metaverse Weeping Willow <br>by The Sandbox</a></p></figcaption></figure>


---

# 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://docs.sandbox.game/en/creator/voxedit/creative-guides/asset-guide/plants-trees.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.
