# Manage Users

The Manage Users section is the page that is responsible for creating and updating users. From here you can:

* Create New Users
* Edit User details including passwords and usernames
* Assign an email to the user
* Assign [permissions ](/blocworx-documentation/admin-and-development/roles-and-permissions/permissions.md)directly to the user
* Assign [roles](/blocworx-documentation/admin-and-development/roles-and-permissions/roles.md) to the user.
* Assign a [Profile Filter](/blocworx-documentation/admin-and-development/manage-profiles-and-users/profile-filter.md) to a user.

### Create a new user

To create a new user, simply click "Create New User" and fill out the form. There is no required format for the username, it can be either an email or a standard username. If it is an email its possible to send them a notification using the tickbox "Send notification to user (email accounts only)" and they can then proceed to reset their password.

### Editing an existing user

To achieve this, simply click "View More" beside the user and then click "Update User".

{% hint style="success" %}
Coming Soon: The ability to disable a user, to achieve this now we recommend changing the username and password.
{% endhint %}

### Roles and Permissions

Assigning Roles and Permissions are a very important part of user creation.

{% content-ref url="/pages/-MYiUZn8xo8GoapEcPLZ" %}
[Roles & Permissions](/blocworx-documentation/admin-and-development/roles-and-permissions.md)
{% endcontent-ref %}


---

# 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://manual.blocworx.com/blocworx-documentation/admin-and-development/manage-profiles-and-users.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.
