> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/concepts/advanced-concepts/four-eyes-principle.md).

# Four-eyes principle

The four-eyes principle, also known as a dual approval workflow, requires a second authorized person to approve actions so changes occur only after an independent review.

In Remote Desktop Manager, define requesters who can initiate view, create, or delete operations but cannot execute them until approval is granted. Assign approvers through roles and permission sets, specify which operations require approval, and apply time-limited approvals to a specific entry or folder. All requests and decisions are logged for auditing and compliance.

#### Related topics

* [Request temporary access to an entry in Remote Desktop Manager](https://docs.devolutions.net/rdm/user-interface/content-area/temporary-access/request-temporary-access/)
* [Permission sets](https://docs.devolutions.net/rdm/commands/administration/system-settings/vault-management/permission-sets/)

#### See also

* [Permissions/RBAC/Roles](https://docs.devolutions.net/rdm/concepts/advanced-concepts/permissions-rbac-roles/)
* [Logs, reports, and audits](https://docs.devolutions.net/rdm/concepts/advanced-concepts/logs-reports-audits/)
* [Security](https://docs.devolutions.net/rdm/concepts/advanced-concepts/security/)


---

# 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://docs.devolutions.net/rdm/concepts/advanced-concepts/four-eyes-principle.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.
