# Physics

### Description

Global settings and helpers for 3D physics.

{% content-ref url="/pages/tQXBIrviABJqpBQ61lGs" %}
[Box Cast](/ai-tree/nodes/tasks/physics/box-cast.md)
{% endcontent-ref %}

{% content-ref url="/pages/74pUUfYPyk14DNvDiAXB" %}
[Capsule Cast](/ai-tree/nodes/tasks/physics/capsule-cast.md)
{% endcontent-ref %}

{% content-ref url="/pages/d8ljZE2i3rOKHKHmGlXl" %}
[Line Cast](/ai-tree/nodes/tasks/physics/line-cast.md)
{% endcontent-ref %}

{% content-ref url="/pages/SmrQOmoLgdSCguQtI2d0" %}
[Ray Cast](/ai-tree/nodes/tasks/physics/ray-cast.md)
{% endcontent-ref %}

{% content-ref url="/pages/GdwJfygB4a3e5RvZ8WJO" %}
[Sphere Cast](/ai-tree/nodes/tasks/physics/sphere-cast.md)
{% endcontent-ref %}


---

# 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://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics.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.
