> For the complete documentation index, see [llms.txt](https://docs.rulecube.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rulecube.com/v2.5/how-to-guides/logging-in-and-authorization/permissions.md).

# Permissions

<table><thead><tr><th width="262">Permission</th><th>Description</th></tr></thead><tbody><tr><td>Alerts_Edit</td><td>Dismiss alerts.</td></tr><tr><td>Alerts_Read</td><td>View alerts, alert dismissals and aggregated alerts.</td></tr><tr><td>EnvironmentVariables_Edit</td><td>Create, update, and delete environment variables.</td></tr><tr><td>EnvironmentVariables_Read</td><td>View environment variables values.</td></tr><tr><td>ExternalConstantData_Update</td><td>Fetch and delete a ruleset's external constant data.</td></tr><tr><td>Metrics_Edit</td><td>Clear ruleset metrics.</td></tr><tr><td>Metrics_Read</td><td>View ruleset metrics.</td></tr><tr><td>MiniApp_Edit</td><td>Create, update, import, rollback and delete mini apps + mini app revisions.</td></tr><tr><td>MiniApp_Read</td><td>View and export mini apps + mini app revisions.</td></tr><tr><td>RuleSet_Edit</td><td>Create, update, import, copy, group, make active, rollback and delete rulesets + ruleset revisions + ruleset tests + sandbox data.</td></tr><tr><td>RuleSet_Execute</td><td>Execute rulesets and ruleset functions. Start and signal ruleset workflows.</td></tr><tr><td>RuleSet_Lock</td><td>Lock and unlock rulesets.</td></tr><tr><td>RuleSet_Read</td><td>View, search and export rulesets + ruleset revisions + ruleset tests + ruleset test results + sandbox data + external constant data + environment variables of a tenant.</td></tr><tr><td>Tenant_Analytics</td><td>View ruleset execution statistics.</td></tr><tr><td>Tenant_Edit</td><td>Edit organization settings, upload and delete blobs. Create, edit, re-generate, delete API keys.</td></tr><tr><td>Tenant_Read</td><td>View any organization settings and API keys.</td></tr><tr><td>User_DeleteUser</td><td>Delete users within the organization.</td></tr><tr><td>User_InviteUser</td><td>Invite new users. View all users. Change a user's roles. Reset a user's authenticator key.</td></tr><tr><td>WorkflowInstance_Edit</td><td>Halt and resume workflow instances. Upload and delete workflow instance documents.</td></tr><tr><td>WorkflowInstance_Read</td><td>View workflow instances. View workflow instance documents. Get workflow step counts.</td></tr><tr><td>WorkflowInstance_Assign</td><td>Assign and unassign workflow instances to users.</td></tr><tr><td>WorkflowTask_Edit</td><td>Assign, unassign tasks to yourself, complete tasks, update an assigned task checklist items.</td></tr><tr><td>WorkflowTask_Read</td><td>View workflow tasks relevant to you.</td></tr><tr><td>WorkflowTask_Assign</td><td>Assign and unassign workflow tasks to other users.</td></tr><tr><td>Ockto_Start</td><td>Start Ockto data fetch processes.</td></tr><tr><td>Ockto_Read</td><td>View Ockto data fetch statuses and results.</td></tr><tr><td>Role_Edit</td><td>Create, update, and delete roles.</td></tr><tr><td>Role_Read</td><td>View roles and permissions.</td></tr><tr><td>Workspace_Read</td><td>View basic tenant information. View workspaces. View persisted entities. Anything from PDF controller.</td></tr><tr><td>Workspace_Edit</td><td>Create, update, and delete persisted entities. Assign and unassign users to persisted entities.</td></tr></tbody></table>


---

# 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.rulecube.com/v2.5/how-to-guides/logging-in-and-authorization/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.
