# FAQ

Below you’ll find answers to the most frequently asked questions related to setup, usage, and integration. We recommend checking this section before opening a support ticket.

***

<details>

<summary>Can I use the menu gang on ESX?</summary>

Yes, you can use the gang menu on ESX, but you must have registered in your ESX something like `xPlayer.job2` or `xPlayer.gang` - the name you give as job2/gang is not important, it is important that it is in the style detected as a regular `job` in the default framework.

</details>

<details>

<summary>Do I need to use the built-in balance?</summary>

No, you don't have to use our built-in balance, but when you use an external script such as banks, you will lose access to the ability to withdraw, deposit, transfer between accounts and transaction history in the menu, but still award bonuses to employees, as you can connect your banking system using config.lua and config.server.lua.

</details>

<details>

<summary>I have to leave esx_society/qb-management on my server, can I?</summary>

Yes, if you need to leave esx\_society or qb-management on your server, you can do so, but you must remove the bridge files from vms\_bossmenu

**vms\_bossmenu/client/bridge/society/**

**vms\_bossmenu/server/bridge/society/**

</details>


---

# 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_bossmenu/faq.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.
