# 4.3 Create new user roles

### Before you start

* A system role is a specific role in OpenCRVS that has specific responsibilities and access to different parts of the app. By creating new user roles and mapping to the system roles. You can have different users eg. Healthcare Worker and Police Office have the same permissions in OpenCRVS
* A National System Admins can create new user types
* You can create more than one user type for each system role

### Steps

1. Navigate to the **User roles** page
2. Click change on the System Role that you would like to add a new user type for
3. Enter the name of the user type
4. Add the the translation if required
5. Click Apply
6. The new user type will now be available in user creation


---

# 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://documentation.opencrvs.org/v1.3/setup/4.-functional-configuration/4.3-create-new-user-roles.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.
