# User Management

This feature is available for paid users only. Here users can add team members for collaboration and manage their access.

### How to Invite Team Members?

Admins can invite users by entering their email and choosing their role (Admin or Non-Admin), then clicking 'Send Invite'. This sends an email to the provided address, inviting them to join the Creator.

{% embed url="<https://www.youtube.com/watch?index=4&list=PLlVJ58hGJoHds9xooamDoQhXoq0jdP7zG&v=GpilSDFHgOQ>" %}

### How to change role of a user?

At the bottom of the page, there's a section that shows a complete list of all team members who have been brought on board. In this section, you can see the user's name, their current status, and the role they've been given. You can also easily change a user's role using a simple drop-down menu.

{% embed url="<https://www.youtube.com/watch?index=5&list=PLlVJ58hGJoHds9xooamDoQhXoq0jdP7zG&v=ELdo3Ktt_K0>" %}

### How to Delete a user?

Admins can remove team members from the platform by clicking the 'Remove' button. To find a specific user quickly, there's a handy search bar on the right side of the screen.

{% embed url="<https://www.youtube.com/watch?v=kFxLiChIyG4>" %}


---

# 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.avataar.ai/knowledge-center/creator/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.
