# Resource Installation

#### Download the latest stable release `Pro.Laser.4.vX.X.X.zip` (not source code) from [releases](https://github.com/TrevorBarns/ProLaser4/releases).

1. **Copy `ProLaser4` to resources folder.**
2. **Add `ensure ProLaser4`to server.cfg.**

If the records tablet is desired continue reading here: [Persistent Records & Tablet](/pro-laser-4/persistent-records-and-tablet.md)

{% hint style="warning" %}

#### &#x20;Streamed Custom Weapon

It is important to note that **restarting the resource** after players have spawned the weapon **will result in the players FiveM crashing**. If restarting the resource in the future is desired consider moving the weapon related elements (metas and stream folder) to a resource on their own.
{% endhint %}


---

# 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://docs.luxartengineering.com/pro-laser-4/resource-installation.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.
