> 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/tenant-access/give-a-user-tenant-access.md).

# Give a User Tenant Access

## Giving a User Tenant Access

1. In the DuploCloud Portal, navigate to the **Administrators** -> **Users**.
2. Select the user in the **USERNAME** column.
3. Select the **Tenant Access** tab and click **Add**. The **Add Tenant Access** pane displays.<br>

   <div align="left"><img src="/files/YhW8tLtW5wnL1rSH1505" alt="Add Tenant Access pane"></div>
4. In the **Tenant** list box, select the Tenant(s) you want the user to have access to.
5. Optionally, select **Read Only Access to the Selected Tenant(s)**.
6. Click **Add**. The user can access the selected Tenant(s).

{% hint style="info" %}
**Note:** Users with the **Administrator** role have persistent access to all Tenants. Administrators do not need to add individual Tenant access for themselves.
{% endhint %}


---

# 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/tenant-access/give-a-user-tenant-access.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.
