> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/data-library/people/dashboard-actions/manage-security-roles.md).

# Manage Security Roles

Security roles in Sprinto enable you to assign responsibility for various compliance and security activities—such as infrastructure, HR, privacy, and infosec. You can assign default roles, create new ones, or edit/delete custom roles. Each role must be assigned to a Sprinto admin user.

{% hint style="info" %}
Only users marked as *admins* in Sprinto can be assigned to a security role.
{% endhint %}

***

### Create a custom security role

1. Log in to the Sprinto dashboard.
2. Go to **Data Library > People > Security roles**.
3. Click **Add role**.

<figure><img src="/files/amh2zwkx9dtCJlcTbGgY" alt="" width="563"><figcaption></figcaption></figure>

4. In the side panel, fill in the following fields:
   * **Role name**: Provide a clear, identifiable name.
   * **Role description**: Describe the responsibilities and scope.
   * **Assign to**: Select an admin user to assign the role to.
5. Click **Add role**.

{% hint style="info" %}
You can skip assigning the role during creation and do it later.
{% endhint %}

<figure><img src="/files/Hu2CTjQ96a8kZVQaBKRX" alt="" width="563"><figcaption></figcaption></figure>

***

### Edit a security role

1. From the **Security roles** tab, click any role in the list.
2. In the drawer, click **Edit**.

<figure><img src="/files/aflY0rG3jmxxuBa4ahGq" alt="" width="563"><figcaption></figcaption></figure>

3. Update the role name, description, or assignee.
4. Click **Save changes**.

<figure><img src="/files/XwVZcbVea2ssmGAkDKwu" alt="" width="563"><figcaption></figcaption></figure>

***

### Delete a custom security role

1. Open the drawer for the custom role you wish to delete.
2. Click **Delete role** at the bottom of the drawer.

<figure><img src="/files/aflY0rG3jmxxuBa4ahGq" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Default roles such as *Senior Management*, *Privacy Officer and so on*, cannot be deleted.
{% endhint %}

***

### Check role assignment status

* Each role shows an assignment status badge (for example, **1 Passing**).
* You can also view **check history**, upload evidence, mark special cases, or escalate responsibilities in the **Check details** drawer (accessible via the role).


---

# 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.sprinto.com/data-library/people/dashboard-actions/manage-security-roles.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.
