# Foliage Collision Pooling

{% hint style="info" %}
WARNING , the documentation is not <mark style="color:orange;">finished.</mark>\
Foliage Collision Pooling is <mark style="color:orange;">BETA</mark>
{% endhint %}

Foliage Collision Pooling is a new method for foliage collisions to address micro-freezing issues when spawning large amounts of foliage.\
This allows all foliage to spawn without collision, then automatically moves the collision around the player, resulting in a significant performance gain when spawning foliage, especially at great distances.\
This system only works on the client side.

<figure><img src="https://76368384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mfo4Lr0jJ_GjLKGCOfM%2Fuploads%2FbmUMWr7fRgnfkLT7Vvdl%2Fimage.png?alt=media&#x26;token=3dc43a01-52ea-4bbe-86d2-8f457d703aae" alt=""><figcaption></figcaption></figure>

<figure><img src="https://76368384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mfo4Lr0jJ_GjLKGCOfM%2Fuploads%2Fn6qYEJkvYyTbXUgDW0bE%2Fimage.png?alt=media&#x26;token=892c9752-df2f-420e-985c-bd3b87104cb7" alt=""><figcaption></figcaption></figure>


---

# 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://iolacorp-1.gitbook.io/worldscape-plugin/foliage-collision-pooling.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.
