# 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>Do I have to use all the options from City Hall?</summary>

No, you don't have to use all the options coming from City Hall, you can customize the displayed sections using config.lua or you can even split each section into a different interaction space.

</details>

<details>

<summary>Do I need to use Invoices and Tickets?</summary>

No, if you don't want to use our ticketing system and invoices, you can opt out of them by setting up a `Config.UseBillings = false` in config.lua.

</details>

<details>

<summary>Is the VIN required on vehicles?</summary>

Yes, VIN is the base value by which we manage vehicles, through it will be available the history of vehicle owners, re-registrations and much more.

</details>

<details>

<summary>Do I also have an SSN on the QB-Core?</summary>

No, on qb-core we decided not to introduce the SSN requirement, instead we use the already built-in citizenid, which is also fully supported by vms\_cityhall.

</details>

<details>

<summary>Can I use the tax and resume system in other scripts?</summary>

Yes, you can use the tax system and get resumes from citizens, but you'll need **vms\_bossmenu** for that, which is a very extensive boss menu for companies and gangs.

However, in our scripts - vms\_vehicleshopV2, vms\_stores, vms\_tuning, vms\_gym, vms\_barber, vms\_tattooshop is also built-in tax and resumes compatibility, this means that in the above scripts you do not need to use vms\_bossmenu.

</details>
