# 3.2.3.2 Configure role titles

OpenCRVS has a pre-configured set of user roles with permissions, but you can name these roles anything you like.

You need to prepare the initial role titles with translations in a csv file. &#x20;

Using our [roles.csv](https://github.com/opencrvs/opencrvs-countryconfig/blob/develop/src/data-seeding/roles/source/roles.csv) file as an example, you create all the roles you need mapped to the built in systemRoles:

| systemRole              | label\_en             | label\_fr                       |
| ----------------------- | --------------------- | ------------------------------- |
| FIELD\_AGENT            | Police Officer        | Officier de police              |
| FIELD\_AGENT            | Social Worker         | Travailleur social              |
| FIELD\_AGENT            | Healthcare Worker     | Personnel de santé              |
| FIELD\_AGENT            | Local Leader          | Leader local                    |
| REGISTRATION\_AGENT     | Registration Agent    | Agent d'enregistrement          |
| LOCAL\_REGISTRAR        | Local Registrar       | Registraire local               |
| LOCAL\_SYSTEM\_ADMIN    | Local System Admin    | Administrateur système local    |
| NATIONAL\_SYSTEM\_ADMIN | National System Admin | Administrateur système national |
| PERFORMANCE\_MANAGEMENT | Performance Manager   | Gestion des performances        |
| NATIONAL\_REGISTRAR     | National Registrar    | Registraire national            |

{% hint style="danger" %}
Do not change or re-format the header row as the code requires these names to be precise in order to parse the csv. Do not use commas in any cell and do not have any empty rows.
{% endhint %}

* Each row will represent a unique "role" in your country.
* The **systemRole** column is the identifier for the available system roles in OpenCRVS.  Values must be set to one of the following supported system roles only:

  FIELD\_AGENT

  REGISTRATION\_AGENT

  LOCAL\_REGISTRAR

  LOCAL\_SYSTEM\_ADMIN

  NATIONAL\_SYSTEM\_ADMIN

  NATIONAL\_REGISTRAR

  PERFORMANCE\_MANAGEMENT
* The label columns should be duplicated according to the languages you wish to configure in your system.  Explained further in [step 3.2.9.1 Managing Language Content](https://documentation.opencrvs.org/v1.3/setup/3.-installation/3.2-set-up-your-own-country-configuration/3.2.9-countryconfig-apis-explained/3.2.9.1-managing-language-content)
