# Grant Admin Privilege to User

In this section, we'll guide you on how to grant admin privilege to user.

A user can be granted admin privileges through two different modules.

1. Grant admin privilege from Project
2. Grant admin privilege from User Management

### How can a user be granted admin privileges from project?

1. **Navigate to the Project List:**

* On the left-hand side of the screen, you will see a navigation menu in the admin panel.
* Click on the "Projects" option to view the list of existing projects.
* Select the project for which you want to grant admin privileges.

2. **Grant Admin Privileges:**
   * On the project details page, locate the "Invite Users" section.
   * Find the user you want to grant admin privileges to.
   * Click on the three dots (ellipsis) next to the user's name.

<figure><img src="/files/zlBc95sn7hFCmePiY8Ql" alt=""><figcaption></figcaption></figure>

* A dropdown menu will appear.
* Select the "Make Admin" option from the dropdown menu.
* This will open a modal dialog for confirmation.
* Click the "Confirm" button in the modal dialog to proceed.
* Once you have assigned admin privilege, you can see the "Admin" appearing next to the names of the user in the user list.

<figure><img src="/files/Pfl7Vz2FIVlqF0zEPAkB" alt=""><figcaption></figcaption></figure>

### How can a user be granted admin privileges from user management?

1. **Navigate to the User List:**

* On the left-hand side of the screen, you will see a navigation menu in the admin panel.
* Click on the "User Management" option to view the list of users.
* Find the user for which you want to grant admin privileges.

2. **Grant Admin Privileges:**

* Click on the three dots (ellipsis) next to the user's name.
* A dropdown menu will appear.
* Select the "Make Admin" option from the dropdown menu.

<figure><img src="/files/vUdaT0Y3NxmkIVg10DgD" alt=""><figcaption></figcaption></figure>

* This will open a modal dialog for confirmation.
* Click the "Confirm" button in the modal dialog to proceed.
* Once you have assigned admin privilege, you can see the "Admin" appearing next to the names of the user in the user list.

<figure><img src="/files/7H3G8GrBRpmjSnZya6PH" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Additional Notes:**

* Admin privileges provide extensive control over the project. Grant these permissions carefully to trusted users.
* Once a user is granted admin privileges, they will have the ability to invite and remove users, assign roles, and modify project settings.
* **If you need to revoke admin privileges from a user, you can follow the same steps and select the "Remove Admin" option from the dropdown menu.**
  {% endhint %}


---

# 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.simplifyqa.ai/admin-controls-and-configurations/manage-projects-and-users/grant-admin-privilege-to-user.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.
