> 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-mechanicui/install.md).

# Install

### Installation

1. Place the resource in your resources folder:

```
resources/[scripts]/tg-mechanicui
```

2. Add the resource to your `server.cfg` after its dependencies:

```cfg
ensure oxmysql
ensure ox_lib
ensure community_bridge
ensure your-core
ensure tg-mechanicui
```

3. Configure your mechanic locations in:

```
config/config.lua
```

4. Configure bridge settings only <mark style="color:$primary;">if auto detection does not match your server</mark>:

```
config/bridge.lua
```
