# Blips

Business can enable/disable their blip, you can use this feature by adding manually all business blips to the Config.Blips table, make sure to follow the format of the uwu\_cafe example:

<figure><img src="/files/4JzhGZhA6DB9JIkKlaXZ" alt=""><figcaption></figcaption></figure>

> **\[index key]** needs to match the business job name.
>
> **x, y and z** are the coordinates, you can get those using txadmin or any other admin menu.
>
> **label** is how players will see the blip name on map.
>
> **sprite** is the blip icon
>
> **color** is the blip color
>
> **online** can be **true or false**, if true, the blip will be always enabled after a server restart and the business can turn it off by using the laptop.

* Business can toggle their blip by clicking the On/Off icon in their business app

<figure><img src="/files/U05imWSYDfk0RZcuXndH" alt="" width="212"><figcaption></figcaption></figure>

This option will not work if the business blip is not registered in the Config.Blips table.

## Notify Players

* If your server supports it, you can send an alert to all players when a business is opened, in **server/editable/blips.lua** > line 10 you can add your own TriggerClientEvent to notify all clients.
* **cooldownTime** will prevent players from spamming this notification, notification will not be triggered again until cooldown is over, default is 1 minute after last notification from same business.


---

# 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://docs.av-scripts.com/laptop-pack-v3/business/config/blips.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.
