# logos

Each garage can display a custom logo at the top of the NUI panel. The logo automatically receives a white glow effect and a subtle pulse animation — no extra work needed.

## File location

Place all logo files inside the `html/logos/` folder:

```
moh-jobgarage/
└── html/
    └── logos/
        ├── police.png
        ├── ambulance.png
        ├── sheriff.png
        ├── ballas.png
        └── ...
```

## Referencing a logo in config

The path in `config.lua` is relative to the `html/` folder:

```lua
Logo = 'logos/police.png',
```

## Recommended specifications

| Property   | Recommendation                                                      |
| ---------- | ------------------------------------------------------------------- |
| Format     | PNG with transparent background                                     |
| Dimensions | 160 × 80 px minimum; 320 × 160 px for high DPI                      |
| Background | Transparent — the glow effect works best without a solid background |
| Color      | White or light-colored artwork renders best against the dark panel  |

## Built-in logos

The resource ships with logos for all 19 default locations:

* `logos/police.png`
* `logos/ambulance.png`
* `logos/sheriff.png`
* `logos/swat.png`
* `logos/ballas.png`
* `logos/atk.png`
* `logos/vagos.png`
* `logos/bloods.png`
* `logos/families.png`
* `logos/410.png`
* `logos/blackpistone.png`
* `logos/favelas.png`
* `logos/oblock.png`
* `logos/yakuza.png`
* `logos/marabunta.png`
* `logos/mafia.png`
* `logos/blancos.png`


---

# 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://mohssins.gitbook.io/mohscriptsdocs/moh-jobgarage/logos.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.
