# Testing the Magazine

## **1. Place in Level**

* Drag your **Magazine Blueprint** into the level

\ <img src="/files/p8EGkwLfbts1hUpwYqjT" alt="" data-size="original">

***

## **2. Basic Interaction Test**

Check core interactions:

* **Grab Magazine** → Works correctly
* **Hand Placement** → Proper alignment + animation
* **Insert into Weapon** → Attaches smoothly

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

***

## **Common Fixes**

### **Magazine not attaching**

* Ensure it is assigned in:\
  **Weapon → Class Defaults → Attachable Magazine**

<div align="left"><figure><img src="/files/IvFlRzLCCiMxaUAEmWC6" alt="" width="474"><figcaption></figcaption></figure></div>

### **Wrong Rotation / Position after attaching**

* Check **Socket\_Magazine** on weapon mesh
* Adjust **location & rotation** in Socket Manager

{% columns %}
{% column %}

<figure><img src="/files/j3XnSegnE0g2kQkr7jJ9" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/sCwtLujeAfctMBActmZF" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### **incorrect drop alignment**

* Check **Drop Magazine Spline**
* Adjust spline path/rotation as needed
* Setup Magazine Drop Spline **→**  [Weapon Spline Setup](/advanced-vr-template/add-your-own-weapon/interactive-blocks.md)

<div align="left"><figure><img src="/files/LS6w9wzLE2h0TsLelAhW" alt="" width="334"><figcaption></figcaption></figure></div>

***

## **Result**

* Magazine attaches correctly
* Proper alignment and behavior
* Ready for use with weapon system


---

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