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

# Install

### Installation

1. Place `tg-vehicleshop` inside your resources folder.
2. Add the resource to your server start order.

```cfg
ensure ox_lib
ensure oxmysql
ensure community_bridge
ensure tg-vehicleshop
```

3. Configure your framework, keys, fuel, TextUI, target, and vehicle storage in `config/bridge.lua`.
4. Configure shops and general settings in `config/config.lua`.
5. Configure categories and vehicles in `config/vehicles.lua`.
6. Restart the server.

The stock database table is created automatically. You do not need to import a separate SQL file for stock.
