# HUD Weapon Info

To display info about a weapon loaded onto one of the vehicle's module mounts on the HUD, do the following steps.

1. Add a **HUD Module Display** component somewhere on the vehicle
2. Add a **HUD Weapon Module Display Item** somewhere on the vehicle
3. Open the inspector of the **HUD Module Display** and set the module mount the weapon will be loaded at, and drag the **HUD Weapon Module Display** component you just added into the *Module Display Item* field.
4. Customize the rest of the settings in the inspectors of both components to your liking, setting up the text and image components required.

Now, when a module is loaded at the module mount specified in Step 3, its info will be displayed in the text and image components you've set up.


---

# 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/hud-weapon-info.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.
