> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/access-control/user-access-and-permissions.md).

# User Access & Permissions

Define who can access what once they’re signed in. Use this section to grant tenant access (full or readonly), enable VPN or database connectivity, and set up user notifications.

* [Tenant Access for Users](/docs/automation-platform/access-control/user-access-and-permissions/tenant-access.md) — Assign access to one or more tenants.
  * [Give a User Tenant Access](/docs/automation-platform/access-control/user-access-and-permissions/tenant-access/give-a-user-tenant-access.md) — Add a user to specific tenants.
  * [Readonly Access to a Tenant](/docs/automation-platform/access-control/user-access-and-permissions/tenant-access/read-only-access-to-a-tenant.md) — Limit a user’s access to view‑only.
  * [Add Tenant Access over a VPN](/docs/automation-platform/security-and-compliance/access-control-2/add-tenant-access-over-a-vpn.md) — Grant tenant access for VPN users and add required security rules.
  * [Cross‑Tenant Access](/docs/automation-platform/security-and-compliance/access-control-2/cross-tenant-access.md) — Allow access across tenants; required Security Group rules and URL format.
* [Permission Sets](/docs/automation-platform/security-and-compliance/access-control-2/permission-sets.md) — Control what users can access and what actions they can perform after signing in.
* [VPN Access for User](/docs/automation-platform/access-control/user-access-and-permissions/add-and-delete-vpn-access-for-users.md) — Configure VPN connectivity for users.
* [Database Access for Users](/docs/automation-platform/security-and-compliance/access-control-2/database-access-for-users.md) — Grant user access to databases (e.g., RDS/SQL).


---

# 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.duplocloud.com/docs/automation-platform/access-control/user-access-and-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.
