# Getting started

## 1) Place the resource

Put the `wlabs-shops` resource folder into your server `resources` directory.

## 2) Add it to your server config

In `server.cfg` or your resource start list, add:

```cfg
ensure ox_lib
ensure ox_inventory
ensure ox_target
ensure qbx_core
ensure wlabs-shops
```

If your server uses `qb-core`, replace `qbx_core` with `qb-core`.

## 3) Confirm required dependencies

Required:

* `ox_lib`
* `ox_inventory`
* `ox_target`
* `qbx_core` or `qb-core`

Optional:

* `tgg-banking` — for bank transaction logs when paying by bank.

## 4) Configure `config.lua`

Open `config.lua` and verify the shop definitions in `Config.Shops`.

* Set global UI styling in `Config.UI`
* Adjust `Config.overflowdrop` for inventory overflow handling
* Review shop locations, item prices, and job restrictions


---

# 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://w-labs.gitbook.io/w-labs-docs/scripts/wlabs-shops/getting-started.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.
