# CMS Users

The CMS Users puts you in control. You can add, edit, or remove users and customize permissions so every person on your team gets just the right level of access. This way, your website stays secure, efficient, and exactly how you want it.

***

## Access the Users Manager

1. **Log In:**\
   Sign in to your Admin Panel with your admin credentials.
2. **Navigate to Users:**\
   In the main menu, click on **Users Manager** to access the Users Manager

***

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

## Add a New User

1. **Click “Add New User”:**\
   Once in the Users Manager, hit the “Add New User” button.
2. **Fill in User Details:**
   * **Username & Email:** Enter a unique username and valid email address.
   * **Password:** Set a strong password.
   * **Role/Permissions:** Assign the appropriate role that defines what this user can access (e.g., Add, Edit, Delete) in each module.
3. **Save:**\
   Click “Add” to add the new user to your system.

***

## Edit a User

1. **Find the User:**\
   Browse or search for the user you want to edit in the Users Manager.
2. **Edit Details:**\
   Click on the “Edit” button next to the user’s name. Update the necessary information—such as email, password, status, or permission.
3. **Save Changes:**\
   After making your edits, click “Save” to update the user’s profile.


---

# 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.cmsfullform.com/cms/events-2.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.
