# User Management

User management in HelpYouSponsor provides comprehensive control over who can access your organization's platform and what they can do. This robust system allows you to maintain security while providing appropriate access levels to team members, volunteers, and administrators.

To navigate to User Management, click **"Admin and Permissions"** under "**Settings**" on the main menu.

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

This page shows you the permissions sets and administrators you have in your account.

From here you can perform actions like;

* Creating an Admin
* Editing an Admin.
* Activating or deactivating an Admin
* Deleting an Admin

### Creating an admin

To create an admin, click the "**Create an Admin**" button on the top right. This will open up a drawer with a form to fill in the admin details.

<figure><img src="/files/5AuVA0swDgK9OUAbJWvM" alt="" width="375"><figcaption></figcaption></figure>

The Permission Set listed here will be the permission sets you have in your account. If you do not have a permission set, create one from [here.](/guides/administration/permissions-and-access-control.md)

<figure><img src="/files/IGxNbq1X3O8LWjFADeIY" alt="" width="367"><figcaption></figcaption></figure>

### Editing an Admin

To edit an admin, click on the pencil icon in the admins table. This will open up a drawer with the admin's information. After editing the information of your choice, click Save.

<figure><img src="/files/cpZsNti3s2MruM4PR40Y" alt="" width="375"><figcaption></figcaption></figure>

### Activating or Deactivating an Admin.

To activate an admin, the icon in the admins table should be a tick. Clicking this will activate the admin.

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

To deactivate and admin, the icon in the admins table should be a cross. Clicking this will deactivate the admin.

<figure><img src="/files/72rUw3dNo8kzBIduCqbc" alt=""><figcaption></figcaption></figure>

### Deleting an Admin.

To delete an admin, click on the delete icon in the admins table. This will pop up a dialog to confirm the deletion on the admin. Click confirm if you wish to continue.

<figure><img src="/files/ydG6fo7iJLk2Lz0HYIVC" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.helpyousponsor.com/guides/administration/user-management.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.
