> For the complete documentation index, see [llms.txt](https://scythecode-studios.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scythecode-studios.gitbook.io/docs/fivem-scripts/hacking/installation.md).

# Installation

***

<figure><img src="https://2019895826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL0j9g22qUvIxSf5O0gzy%2Fuploads%2FACrwYDmrWsO5sXVLqOWk%2Fscythecode-hacking-logo.png?alt=media&amp;token=40e503f0-9280-4a5e-bdbc-128e297789e3" alt=""><figcaption></figcaption></figure>

***

{% hint style="info" %}
Step by Step instructions to ensure a smooth installation experience
{% endhint %}

* **Download** your asset from [cfx portal](https://portal.cfx.re/assets/granted-assets)&#x20;
* Extract SCS\_Hacking into your resources folder or subfolder \[scs]
* Head to your server.cfg and ensure SCS\_Hacking **after** your core, ox\_lib, inventory etc
* Head to **\[install]** folder in SCS\_Hacking and copy the images into your inventories **web** folder i.e **ox\_inventory/web/images**&#x20;
* Copy the items found in **\[install]** folder into your respective inventory

{% hint style="info" %} <mark style="color:$danger;">ONLY</mark> ox\_inventory and qb-inventory items are laid out, you may have to create your own!
{% endhint %}

* You <mark style="color:$success;">DO NOT</mark> need to run the sql, The Script will do it automatically. However <mark style="color:$danger;">DO NOT</mark> delete the install folder
* **Restart** your server and enjoy&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://scythecode-studios.gitbook.io/docs/fivem-scripts/hacking/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
