# Custom Auth Levels

Server owners can now set custom authority tiers for convars in their server, by using the following commands:

> ### **📟🌌**
>
> ### ***setconvarauthlevel "command" "tier"***
>
> Where "command" is any command that you have access to, at owner level or lower,
>
> and "tier" is the Auth Tier that you would like to set the command to.

The available Auth Tiers are as follows:

* User
* VIP
* Moderator
* Administrator
* Owner

From here, you can make any command available (from the lists in this wiki) to any Auth Tier.

This means the Moderators and Administrators in your server can have more (or less) power, depending on what commands you choose to give them.&#x20;

You can also assign Owner Tier commands to your Admins/Mods if you like.

Currently, we only allow Moderators/Administrators to access the in-game command console.

To view you current Auth Tier setup, you can use the following command:

> ### **📟🌌**
>
> ### ***getconvarauthlevel "command"***
>
> Where "command" is any command that you have changed with this system.

{% hint style="warning" %}
***These changes will persist over restarts, but does not keep a log, so make sure to keep a note of any changes you have made to commands!***
{% endhint %}


---

# 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://rust-console-edition.gitbook.io/community-servers/management-settings/authority-levels-and-privileges/custom-auth-levels.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.
