# Permissions

{% stepper %}
{% step %}

#### Inital owner setup

When you start for the first time, you should run in the server the

```lua
Config.SetupOwnerCommand  = 'setupowner' -- Command needed to setup the owner when first time using the script
```

Once you execute the command you will be able to join the permissions and reports panel

Then create your servers ranks as your choice and with the permissions per rank you want

And give the rank to connected
{% endstep %}

{% step %}

### Create server ranks as your choice

<figure><img src="/files/gLX5uYXSWa15cwNteMed" alt=""><figcaption></figcaption></figure>

Then create your servers ranks as your choice and with the permissions per rank you want
{% endstep %}

{% step %}

### Configure the rank permissions

<figure><img src="/files/LkQlizwkB6WJFApLHsAa" alt=""><figcaption></figcaption></figure>

Configure the rank permissions to avoid permissions abuse
{% endstep %}

{% step %}

### Give the rank to the connected players

On the right side of the menu you will find a online players select box, select the player, select the rank and grant him the access
{% endstep %}
{% endstepper %}


---

# 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://silio-scripts.gitbook.io/silio-scripts/scripts/silio-reports/configuration/permissions.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.
