# Install a ressource

### 🧰 How to Install a Resource

Installing a FiveM resource is very simple. Follow the steps below:

#### 1. Download the Resource

After your purchase, you will receive a `.zip` file. Extract it using software like WinRAR or 7-Zip.

#### 2. Move the Resource Folder

Take the extracted folder (for example: `ressource_name`) and place it into your `resources` directory:

```
/your-fivem-server/resources/
```

> 💡 Make sure the folder name **doesn't contain spaces or special characters**.

#### 3. Add the Resource to `server.cfg`

Open your `server.cfg` file and add the following line **at the bottom**:

```
ensure ressource_name
```

> Replace `camsur_weaponpack` with the actual name of the resource folder.

#### 4. Restart the ressource

Restart your server or type the following command in your server console F8:

```
ensure ressource_name
```

***

#### ✅ That’s it!

Your resource should now be working. If you encounter any issues, feel free to contact support through Discord or email.


---

# 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://camsurmotion.gitbook.io/camsurmotion/basic/install-a-ressource.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.
