# Creating roles

{% hint style="info" %}
Only a **System Admin** can take actions pertaining to custom roles. However, they can grant **System Admin** rights to other users, in turn granting them permission to take actions pertaining to custom roles.
{% endhint %}

To create a role,

1\.    From the menu bar, in the **Studio** dropdown list, click **Manage users**.  The **User Lists** screen is displayed.

<figure><img src="/files/2Rx3SKe0sWPLXhWiSbXR" alt=""><figcaption><p><em>Naviagte to manage users</em></p></figcaption></figure>

2\.    At the bottom of the left pane, click **Add New**.

3\.    From the menu, select **Role**. The **Add a new role** box is displayed.

<figure><img src="/files/MQ1lta62Bldoyxh57jV2" alt=""><figcaption><p><em>Create Role</em></p></figcaption></figure>

4\.    In the **Enter a new role** text field, enter a title for the role and click **Add**.\
&#x20;The new role is saved.

{% hint style="success" %}
We have successfully created the role **Student** and saved it to the system. Can you create the following roles in a similar manner?

* Manager
* Finance Team
* Finance Head
  {% endhint %}


---

# 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.senpiper.com/user-management/managing-user-roles/creating-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.
