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

# Installation

## Step 1: <mark style="color:yellow;">Move resource</mark>

Extract the zip you downloaded from keymaster and drop the <mark style="color:blue;">stg-handconsole</mark> and <mark style="color:blue;">stg-handconsole-prop</mark> folder in the <mark style="color:blue;">resources</mark> folder.

## Step 2: <mark style="color:yellow;">Install SQL files</mark>

Insert the <mark style="color:blue;">setup-files/\[SQL]/esx.sql</mark> or <mark style="color:blue;">setup-files/\[SQL]/qb.sql</mark> file to your database.

## Step 3: <mark style="color:yellow;">Add Image</mark>

Don't forget to add the images in <mark style="color:blue;">setup-files/images-for-inventory</mark> to your inventory!

## Step 4: <mark style="color:yellow;">Set Discord Token</mark>

to get the discord profile picture on the top left of the console need a discord bot token. but this bot doesn't have to be on your fivem server discord server, check out this [tutorial ](/documentation/guide/create-discord-bot-token.md)for an example of how to create one! (you need set on stg-handconsole/settings.lua)

## Step 5: <mark style="color:yellow;">Start script</mark>

Start <mark style="color:blue;">stg-handconsole</mark> in server.cfg.

```
ensure stg-handconsole
ensure stg-handconsole-prop
```


---

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

```
GET https://stg-store.gitbook.io/documentation/scripts/hand-console-2/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.
