# Why prompt 'The number of Vegetation in the scene has reached its limit'?

<figure><img src="/files/1WnOp2biXzGhujON8zib" alt=""><figcaption><p>Vegetation</p></figcaption></figure>

D5 has a plant carrying limit currently at 30 million. This number is mainly composed of: brush/scatter/path or drawn plants, plants placed in the scene and terrain grass.

Generally, the capacity of these plants is enough for large scenes; however, if the scene uses terrain grass in a large area, and the density of terrain grass is relatively high, it will be easier to trigger the "plant limit" limit. After triggering this limit, you can delete some brush plants/terrain grasses first.

Therefore, if you only need grass in distant view, you can use grass mapping; if you need to use grass in close view, you can try to use brush to draw some grass, which can alleviate the problem of plant limit.


---

# 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.d5render.com/user-guide/common-pop-up-windows/why-prompt-the-number-of-vegetation-in-the-scene-has-reached-its-limit.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.
