# Permissions

Permissions and roles are an important aspect of our SaaS platform as they allow users to have granular control over who has access to certain features and tools. This ensures that only authorized users have access to sensitive information and functionality, enhancing the security and overall management of projects.

Permissions refer to the specific actions and abilities that a user is allowed to perform within a project. These can include things like managing files, accessing certain logs, or utilizing specific tools.

Roles, on the other hand, are a group of permissions that are assigned to a user or group of users. This allows users to easily manage and assign permissions to multiple users at once.

It is important to have good granular control over permissions and roles as it allows users to tailor the access of different users or groups to fit their specific needs and requirements. This ensures that only authorized users have access to sensitive information and functionality, enhancing the security and overall management of projects.

Some example roles that our SaaS platform offers are:

* Administrator: This role has access to all features and tools within a project and is responsible for managing and assigning permissions to other users.
* Accounting: This role has access to financial information and tools within a project, such as usage logs and billing information.
* Engineer: This role has access to core functionality such as obfuscation, tamper protection, and security-related logs. This role is responsible for implementing and managing these tools within a project.


---

# 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://docs.cyphor.net/dashboard/projects/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.
