# Collisions

## Overview

The Collision rollout enables preventing elements from accidental overlapping.

![](/files/-MUSz1k7vo_SBaPI4UwE)

**Level** - Defines the position of the virtual bounding sphere encapsulating the geometry. Value is expressed as the percentage of the individual entity height.\
**Size** - Influences the size of the virtual bounding sphere encapsulating the geometry. Value is expressed as the percentage of the individual entity size parameter.

{% hint style="warning" %}
Keep in mind that using it isn't a cure for all evil. In a situation where [Distribution ](/manual/distribution.md)settings are suboptimal, enabling it may bring unnecessary extra workload and impact the performance of the population process without giving better results.
{% endhint %}


---

# 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://help.rhinonature.com/manual/distribution/collisions.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.
