# Dealership Blip

> In the top-right corner, you'll find a button to toggle your dealership's blip visibility. Turning it on will display your dealership on the map for other players, indicating that your business is open and in service.

<figure><img src="/files/VbFVoX5GuLtV6oNJEmie" alt=""><figcaption><p>Blip is ON, everyone in server will be able to see it.</p></figcaption></figure>

<figure><img src="/files/PdPDAiG2cJsFJWzrFCif" alt=""><figcaption><p>Blip is OFF, no one can see it on the map.</p></figcaption></figure>

{% hint style="info" %}
The button has a 1-second cooldown to prevent spamming or rapid toggling
{% endhint %}


---

# 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/guides/dealerships/dealership-panel/dealership-blip.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.
