# Compatibility

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>✅  <strong>Officially Supported</strong></td><td>Veified compatibility and built in both resources.</td><td></td></tr><tr><td>✅  <strong>Supported</strong></td><td>Veified compatibility but possible code modifications.</td><td></td></tr><tr><td>⚠️ <strong>Supported</strong></td><td>Compatibility according to code from the resource, but has not been tested.</td><td></td></tr><tr><td>🚫 <strong>Not Supported</strong></td><td>Unsupported resource, you cannot use this resource compatibility.</td><td></td></tr><tr><td><strong>🕛 Soon...</strong></td><td>We plan to introduce compatibility soon.</td><td></td></tr></tbody></table>

## Business Resumes & Taxes:

<table><thead><tr><th width="365">Resource</th><th>Is compatible</th></tr></thead><tbody><tr><td><strong>vms_tuning</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td><strong>vms_vehicleshopV2</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td><strong>vms_stores</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td><strong>vms_barber</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td><strong>vms_tattooshop</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td><strong>vms_gym</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td><strong>vms_bossmenu</strong></td><td>✅  <strong>Officially Supported</strong></td></tr></tbody></table>

## Phone:

{% hint style="info" %}

### Custom Integration

If you don't find your smartphone in the list below, don't worry!

In the **config.server.lua** file there is a function `SV.sendPhoneMessage`, for which you can customize the export of sending a message by phone.

To be able to implement a custom export/event from your phone that is not supported, make sure your phone has a suitable export or event to enable it.
{% endhint %}

<table><thead><tr><th width="365">Resource</th><th>Is compatible</th></tr></thead><tbody><tr><td><strong>yseries</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td><strong>qs-smartphone-pro</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td>g<strong>ksphone</strong></td><td>✅  <strong>Officially Supported</strong></td></tr><tr><td><strong>qb-phone</strong></td><td>⚠️ <strong>Supported</strong></td></tr><tr><td><strong>lb-phone</strong></td><td>⚠️ <strong>Supported</strong></td></tr><tr><td><strong>okokPhone</strong></td><td>⚠️ <strong>Supported</strong></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_cityhall/compatibility.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.
