# Framework

{% hint style="info" %}
It's not necessary to understand the weapons framework to begin building out weapons in your game. You can skip this section if you wish and refer to it later if necessary.
{% endhint %}

In this section, we'll go over the framework of the triggerables and weapons systems contained in the vehicle combat kits.

If you just want to get started building stuff, skip to the [Vehicle Setup](https://vsxgames.gitbook.io/universal-vehicle-combat/weapons/vehicle-setup) section, you can come here later if you need to clarify something.


---

# 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://vsxgames.gitbook.io/universal-vehicle-combat/weapons/triggerables.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.
