> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-console/settings-and-preferences/user-management/types-of-user-permissions.md).

# Types of User Permissions

A user can have one or more permissions, and currently the available permission types are:

| Permission               | What this permission grants access to                                                                                                                                                                                                                                                                |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Administrator            | <p>Access to all pages and resources of the platform. This permission encompasses</p><p>all other permissions.</p>                                                                                                                                                                                   |
| Autosky Management       | Allows access to the Autosky environment within the platform.                                                                                                                                                                                                                                        |
| Cloud Connect Management | Allows access to Cloud Connect within the platform.                                                                                                                                                                                                                                                  |
| Commercial Management    | Allows only the contracting of products and services.                                                                                                                                                                                                                                                |
| Company Management       | Allows viewing and editing of company registration information.                                                                                                                                                                                                                                      |
| Environment Management   | Allows access to the page with data of contracted Environments.                                                                                                                                                                                                                                      |
| Backup Management        | Allows viewing of recurring backups and requesting restoration                                                                                                                                                                                                                                       |
| Ticket Management        | <p>Allows management of all tickets created by the company (creation, editing, and</p><p>closure).</p>                                                                                                                                                                                               |
| Billing Management       | Allows full access to the Billing area, including viewing paid and pending amounts and performing all available actions.                                                                                                                                                                             |
| Server Management        | Allows access to the Servers page, monitoring real-time server monitoring, querying credentials, requesting backup and restoration, connecting via RDP, and servers.                                                                                                                                 |
| User Management          | Allows user and invitation management.                                                                                                                                                                                                                                                               |
| Ticket Users             | Allows access only to tickets created by the user on the Tickets page.                                                                                                                                                                                                                               |
| Restricted Ticket Users  | Allows only viewing of tickets, without interaction with them.                                                                                                                                                                                                                                       |
| Billing Users            | Allows only the viewing of information in the Billing area, without authorization to perform actions.                                                                                                                                                                                                |
| Server Analyst           | Allows access to the Servers page, monitoring data, reports, and logs, as well as actions related to backups, monitoring, and port releases. Has restricted access to credentials, without permission to view passwords or keys, and cannot edit server information or create or delete credentials. |


---

# 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.skyone.cloud/english/skyone-console/settings-and-preferences/user-management/types-of-user-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.
