# Edit user permission

To change the permissions of a Repository User on Repositories, please refer to the following instructions:

#### How to update Repository User Permissions

1. On the Container Registry homepage, click on the "Repository User" menu on the right side to access the list of Repository Users. In the "Action" column, click on the "three dots" icon next to the Repository User you want to edit, and select "Edit attached repositories" to start editing.
2. An "Edit attached repositories" popup will appear, allowing you to adjust:

* **List of Repositories that this User is allowed to operate on:** Enter the repository name in the search box, select the repository you want to add, and click the "Add" button to grant permission to the user on that repository.
* **Edit Permissions:** Select the permission (Pull & Push or Pull Only) that this user can perform on the selected Repository.

3. Click "Attach" to complete the process of adjusting the repository user permission.


---

# 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.vngcloud.vn/vng-cloud-document/vcontainer-registry/repository-user/edit-user-permission.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.
