> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/home-cloud-user-manual/managing-team-members/roles-and-permissions.md).

# Roles and Permissions

## Organization Permission Types

**Admin**: user has full administrative access to all networks and organization-wide settings. This is the highest level of access available.

**Viewer**: user is able to access most aspects of network and organization-wide settings, but unable to make any changes.

## Network Permission Types

**Admin**: user has access to view all aspects of a network and makes any changes to it.

**Viewer**: user able to access most aspects of a network, including the configuration section, but no changes can be made.

**Front desk:** user is able to access the front desk portal to generate guess passes and manage guest passes only.&#x20;

If you want to choose the network permission to **front desk/viewer**, please change the organization permission to **viewer/non**e, and then you will find the options displayed on network.

Change organization permission to viewer , then you can change the network permission to admin/viewer

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

Change organization permission to none, you can find the **front-desk** permission

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


---

# 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://doc.engenius.ai/home-cloud-user-manual/managing-team-members/roles-and-permissions.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.
