# Commands

* Admins can make any person in the vehicle the owner of the vehicle.

```
/setvehownerplayer playerid
```

* Garage owners can invite their friends to use the garage.

```
/garageinvite [add,remove,list]
```

{% hint style="info" %}
for /garageinvite remove listid >> you can find list id from /garageinvite list

/garageinvite add playerid >> added player from serverid(like 1,2,3)
{% endhint %}

* With this command, admins can create a garage.(They need to give perm via config.)

```
/creategarage
```

* Create garage for Realstate jobs

```
/crealstate
```

> createpay and sellpay are in the percentile.
>
> If Realstate builds a garage, they will give money with a 30% deduction. If one person buys it, 40% more will be refunded.

<figure><img src="/files/b6TKQfWB4wJ3Q0aKjrrC" alt=""><figcaption></figcaption></figure>


---

# 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.0resmon.org/0resmon/bp-resources/bp-garage/commands.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.
