# Rocket Launcher Grab Setup

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

* Select **WeaponGrabComponent**&#x20;
* Go to **Details Panel → Weapon Category**

Set:

* **Weapon Type** → Select your weapon
* **Weapon Grip Type** → `MainGrip`
* **Trigger Press Animation** → Assign your trigger press animation

<figure><img src="/files/dY5gZKtFEHYr4xb30e3c" alt=""><figcaption></figcaption></figure>

***

### **2. WeaponSecondaryGrabComponent (Secondary Grip)**

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

Set:

* **Weapon Type** → Select your weapon
* **Weapon Grip Type** → `SecondaryGrip`
* **Trigger Press Animation** → `None (Because Secondary Hand Dont have trigger button🙂)`

<figure><img src="/files/raKSQX8Db98tFBev7YaP" 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://voxel-vision.gitbook.io/advanced-vr-template/add-your-own-rocket-launcher/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.
