# Commands

<table data-full-width="false"><thead><tr><th width="149.54541015625">Command</th><th width="301.09088134765625">Restrictions</th><th>Description</th></tr></thead><tbody><tr><td><strong>housing</strong></td><td>Command for admins</td><td>Launches menu for creating, modifying properties and furniture</td></tr><tr><td><strong>giveproperty</strong></td><td>Command for admins</td><td>Allows you to add a property to a player or real estate agency</td></tr><tr><td><strong>realestate</strong></td><td>Command for Real Estate Agencies</td><td>Launches real estate agent menu</td></tr><tr><td><strong>housemanage</strong></td><td>Owner / Renter / Permissions</td><td>Launches the property management menu</td></tr><tr><td><strong>furniture</strong></td><td>Owner / Renter / Permissions</td><td>Launches furniture menu</td></tr><tr><td><strong>migratehouses</strong></td><td>Only Server-Side</td><td>Migration of property from your previous housing system</td></tr><tr><td><strong>TebexProperty</strong></td><td>Only Server-Side</td><td>Property assign via tebex.io</td></tr><tr><td><strong>getRegion</strong></td><td>Only with <code>Config.DebugRegionsZone</code></td><td></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://docs.vames-store.com/assets/vms_housing/developer-api/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.
