> For the complete documentation index, see [llms.txt](https://docs.cmsfullform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cmsfullform.com/cms/events-2.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cmsfullform.com/cms/events-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
