# Grenade Testing

## **1. Place in Level**

* Drag your **Grenade Blueprint** into the level

<figure><img src="/files/3JykdwjyLvlJ33vrYiSG" alt=""><figcaption></figcaption></figure>

***

## **2. Basic Interaction Test**

Check core interactions:

* **Grab Grenade** → Works correctly
* **Grab Pin** → Proper alignment
* **Pull Out Pin** → Animation + Pull Range
* **Release Trigger Button** → Lever Released

***

## **Common Fixes**

* **Pin moving in wrong direction?**\
  → Enable / Disable **Inverse Pin Movement**
* **Pin not moving correctly?**\
  → Adjust: **Min Distance /** **Max Distance**

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

***

#### **Result**

If everything works → your **Grenade setup is complete**


---

# 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-2.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.
