# Weapon Testing

## **1. Place in Level**

* Drag your **Weapon Blueprint** into the level

<div align="left"><figure><img src="/files/iqBCmdLt1ACaUOdrAVI8" alt="" width="563"><figcaption></figcaption></figure></div>

***

## **2. Basic Interaction Test**

Check core interactions:

* **Grab Weapon** → Works correctly
* **Hand Grip** → Proper alignment
* **Trigger Press** → Animation + firing
* **Slider / Handle Pull** → Smooth movement

***

## **Common Fixes**

* **Slider moving in wrong direction?**\
  → Enable / Disable **Inverse Slider Movement**

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

* **Slider / Handle not moving correctly?**\
  → Adjust:
  * **Min Distance**
  * **Max Distance**
  * Handle & Slider limits

<div align="left"><figure><img src="/files/WSkoqkNT5zdf5agvfD1T" alt="" width="467"><figcaption></figcaption></figure></div>

***

#### **Result**

If everything works → your **base weapon 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/add-your-own-weapon/integrations-6.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.
