# FAQ

Below you can find answers to the most frequently asked questions about **RTX Housing System**.

<details>

<summary><strong>Can I use RTX Housing on any server?</strong></summary>

Yes.\
RTX Housing is a **standalone resource** and can be used on any FiveM server.

* ESX, QBCore and Qbox are supported out of the box
* For other frameworks, simply select **Standalone** and adjust the bridge functions (money, inventory, etc.) in:
  * `client/other.lua`
  * `server/other.lua`

</details>

<details>

<summary><strong>Do I have to use all features from the Property Management menu?</strong></summary>

No.\
All features are **fully optional**.

You can individually disable systems such as:

* Deliveries
* Furniture store
* Storage
* Wardrobe

Everything can be configured inside `config.lua`.

</details>

<details>

<summary><strong>Can I use my own interaction system?</strong></summary>

Yes.\
RTX Housing supports multiple interaction styles by default:

* Custom interaction
* 3D Text
* GTA Online style
* Target-based interaction

You can also implement **any custom interaction system** inside the open-source bridge:

* `client/other.lua`

</details>

<details>

<summary><strong>Can I add my own shells and IPL interiors?</strong></summary>

Yes.\
Adding custom **Shells** and **IPLs** is simple and fully supported.

* Shells are added via `configs/shells.lua`
* IPLs are added via `configs/ipls.lua`

No core file edits are required.

</details>

<details>

<summary><strong>Can someone other than an admin use the Housing Creator?</strong></summary>

Yes.\
You can fully customize access to the Housing Creator.

Permissions can be assigned to:

* Specific jobs (e.g. real estate)
* Individual identifiers
* Admin roles

All permission logic is configurable.

</details>

<details>

<summary><strong>Can I sell properties through Tebex?</strong></summary>

Yes.\
Properties can be sold via Tebex by triggering a command or server event that grants a property to a player.

This allows full Tebex integration for:

* Property purchases
* Starter homes
* Premium housing

</details>

<details>

<summary><strong>Is the housing system optimized?</strong></summary>

Yes.\
RTX Housing is heavily optimized.

* Idle usage is **0.00 ms**
* Tested on large servers with hundreds of players
* No performance impact when properties are not in use

</details>

<details>

<summary><strong>I’m missing a feature in the housing system</strong></summary>

If you would like to see a new feature added, feel free to contact us.

We actively listen to community feedback and regularly improve the system based on user requests.

</details>

<details>

<summary><strong>Can players buy furniture directly from the Furniture Menu?</strong></summary>

Yes.

You can disable the external furniture store in `config.lua`.\
Once disabled, players can buy furniture **directly from the Furniture Menu**.

</details>

<details>

<summary><strong>Can someone without development experience install RTX Housing?</strong></summary>

Yes.\
RTX Housing is designed to be **easy to install**, even for non-developers.

* Clear installation steps
* Minimal required setup
* Our team is happy to help you during installation if needed

</details>

## Need more help?

If your question is not listed here or you are unsure about anything, please contact us on Discord and we will be happy to help you.

👉 <https://discord.gg/rtxdev>
