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

# Installing Resources

## 🔑 Get your asset from Cfx Portal

After purchasing one of our scripts, head over to [portal.cfx.re](https://portal.cfx.re) — this is where your purchased assets are managed.

#### Once logged in, click on **"Purchased Assets"**, then locate the script you just bought.

![](/files/TD5p1eg6LDZYhAlGVA1z)

From there, click **Download** to grab the latest version.

![](/files/shqSbDS8slHyDAG4pYzx)

## 📂 Installation Guide

If this is your first time installing a DirkScripts resource, we recommend creating a folder named:

```
[dirk]
```

Place all DirkScripts scripts and their dependencies inside this folder. This keeps everything organised and ensures proper start order.

Example structure:

```
resources/
└── [dirk]/
    ├── dirk_inventory
    ├── dirk_traphouse
    └── dirk_dependencies
```

Add the following to your `server.cfg`:

The best location is somewhere after your framework and it's dependencies start.

```
ensure [dirk]
```

This approach helps avoid loading issues and makes updates easier down the line.
