> For the complete documentation index, see [llms.txt](https://camsurmotion.gitbook.io/camsurmotion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://camsurmotion.gitbook.io/camsurmotion/basic/install-a-ressource.md).

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