> For the complete documentation index, see [llms.txt](https://apollo.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apollo.rlib.io/first-use/permissions.md).

# Permissions

## Permission List

## ServerGuard

You can access the permissions included with **Apollo** for **ServerGuard** by doing the following:

Type `!menu` in player chat

## ULX

### Action Commands

You can access the permissions included with **Apollo** for **ULX** by doing the following:

* Type `!menu` in player chat
* Click the **Cmds** tab in the top left, then click the **Dashboard** tab to open the addon permissions.

<div align="left"><img src="/files/-LdXuKTsYkzq1OsgAtnS" alt=""></div>

This area lists numerous permissions that can be clicked in order to perform various actions.

##

### Usergroup Permissions

Usergroup permissions are **passive** permissions that simply tell ULX that a certain usergroup is allowed to perform the specified action. To access this list of permissions, do the following:

* Type `!menu` in player chat
* Click the **Groups** tab in the top left, then select the **Group Dropdown Box** which should display a list of all usergroups that exist on your server.

<div align="left"><img src="/files/-LdXv3lSmzu9dp9i8-A5" alt=""></div>

* After selecting the desired usergroup to edit, click the <img src="/files/-LdXvLfXVtlWfbYe1P0f" alt="" data-size="original"> button at the bottom left.
* A new section to the main window will appear toward the middle and right which shows a large list of all categories of permissions.
* Locate the **two categories** related to this script; which should be listed as:
  * **Cmds - Dashboard**
  * **Dashboard**

<div align="left"><img src="/files/-LdXxG8Vtz_XPwiQuoK1" alt=""></div>

**Cmds - Dashboard**\
Displays a list of the **action commands** that we explained earlier above. You may click the checkbox next to each one in order to specify if the selected usergroup has access to each of these particular commands.

**Dashboard**\
Displays a list of usergroup permissions for special functionality such as permission to use **gvoice** (global voice)

{% hint style="warning" %}
Each group **MUST** be given the permission **apollo\_hasaccess** in order to access anything at all for this addon.
{% endhint %}


---

# 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:

```
GET https://apollo.rlib.io/first-use/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.
