# Grenade Grab Setup

### 1. GrenadeGrabComponent **(Main Grip)**

* Select **GrenadeGrabComponent**
* Go to **Details Panel → Weapon Category**

Set:

* **Weapon Type** → Select your weapon
* **Weapon Grip Type** → `MainGrip`
* **Trigger Press Animation** → Leave Blank

<div align="left"><figure><img src="/files/2CvsKFzgUEe1AnaUJmRx" alt=""><figcaption></figcaption></figure></div>

***

### **2.** PinGrabComponent&#x20;

* Go to **Details Panel → Weapon Category**

Set:

* **Weapon Type** → Select your weapon
* **Weapon Part Type** → `Handle`
* **Weapon Object Type** → `Reload Handle`

<div align="left"><figure><img src="/files/VnWOk9vULlcYo1Braw1O" alt=""><figcaption></figcaption></figure></div>


---

# 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/integrations.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.
