> For the complete documentation index, see [llms.txt](https://docs.0resmon.org/0resmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0resmon.org/0resmon/s4-resources/s4-housing/perms.md).

# Permissions

### How to give perms

Open the perms.lua file in the script to give yourself permission.

```lua
-- Put only Rockstar license in here to give access to the panel!
Perms = {
"license:2851916bfda5xxxxxxxxxxxxxxxxxxxxxxxxx"
}
```

Paste your own rockstar license code into the perms table.

```lua
-- Put only Rockstar license in here to give access to the panel!
Perms = {
"license:2851916bfda5dcc61d56f2a17c6d8e0c34e91c79",
"license:new license here",
}
```

Make sure it looks like this and don't skip the commas!

Adding admin is that simple, you can add admin unlimitedly thanks to this table.

[You can access this link to learn how to find your Fivem license id.](https://forum.cfx.re/t/fivem-license/48307/)

### How to give realestate permission

After giving yourself admin permission, use the /housing\_panel command from within the game and then through the panel that opens. Click on the Config tab.

![Config tab](https://raw.githubusercontent.com/0resmon/docs-images/main/1.png)

As shown on the screen, if you want to turn on the realestate feature, activate the "EnableRealEstate" checkbox. If it is active, click on the menu in the "RealEstateJobs" tab. Click on "Add New" in the menu that opens.

![Config tab](https://raw.githubusercontent.com/0resmon/docs-images/main/2.png)

A modal will open for you to add new jobs. You can enter the job name you want in the input in the modal. Example "realestate". It can be any job defined on your server.

![Config tab](https://raw.githubusercontent.com/0resmon/docs-images/main/3.png)

In this way you add a new job. With Multijob you can add as many jobs as you want. If you want to delete it, just click on the job you added.

![Config tab](https://raw.githubusercontent.com/0resmon/docs-images/main/4.png)

It will automatically delete it when you click.

![Config tab](https://raw.githubusercontent.com/0resmon/docs-images/main/2.png)

After all these operations, you will need to manually restart the script. Do not forget to restart the script.

If for some reason this config file can't be edited from the menu or is buggy, or if you want to use the old way of doing things. Format the /data/config.json file and make it more readable and you can now edit it. After editing, the script will require a restart.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.0resmon.org/0resmon/s4-resources/s4-housing/perms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
