# Grenade Collision Setup

## 1. **MainGripCollision**

* Used for: **Primary hand grip**
* Place around the **main handle/grip area**
* This defines where the player holds the weapon

<div align="left"><figure><img src="/files/WCaTgLXl9hQgHTpvmW9f" alt="" width="282"><figcaption></figcaption></figure></div>

***

## **2.**&#x50;inGrabCollision

* Used for: **Pin hand support**
  * Place on the Pin of grenade

<div align="left"><figure><img src="/files/erOFNpISnxI5Yxm8MhxG" alt="" width="375"><figcaption></figcaption></figure></div>

***

## **Important Tips**

* Keep collisions **tight and accurate** (avoid oversized boxes)
* Always test overlap in-game after setup
* Misplaced collision = attachment or interaction issues


---

# 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://voxel-vision.gitbook.io/advanced-vr-template/grenades/grenade-collision-setup.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.
