# Placeholders

<table data-full-width="true"><thead><tr><th width="431">Placeholder</th><th width="474">Description</th><th>Example</th></tr></thead><tbody><tr><td>vpp-cardealer_is-in-instance</td><td>Returns wheter or not the player is in a car dealer instance.</td><td>true</td></tr><tr><td>vpp-cardealer_current-vehicle-name</td><td>Returns the current vehicle's display name.<br>Returns "N/A" if the player isn't in a car dealer instance.</td><td>Supercar</td></tr><tr><td>vpp-cardealer_current-vehicle-description</td><td>Returns the current vehicle's description.<br>Returns "N/A" if the player isn't in a car dealer instance.</td><td>Very fast car</td></tr><tr><td>vpp-cardealer_current-vehicle-price</td><td>Returns the current vehicle's price, formatted by Vault.<br>Returns "N/A" if the player isn't in a car dealer instance.</td><td>$1000.0</td></tr></tbody></table>


---

# 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://vehicleplusplus.gitbook.io/vehicleplusplus/features/car-dealer/placeholders.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.
