> 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/infrastructure/dashboard-actions/assign-infra-owners.md).

# Assign Infra Owners

### Introduction

To streamline accountability and ensure compliance tasks are addressed promptly, Sprinto allows you to assign an **Infra Owner** for each integrated infrastructure system. The assigned owner receives notifications for failing checks, upcoming deadlines, and task escalations.

This feature is available on **Professional and higher subscription plans**.

***

### Who is an Infra Owner?

An Infra Owner is a Sprinto user (staff member) with the `Infra Operations Person` security role. They are responsible for:

* Addressing compliance checks and tasks assigned to the infrastructure system.
* Receiving automated email notifications for failing or due checks.
* Acting as the point of contact during escalations.

***

### Steps to Assign or Change an Infra Owner

1. Go to **Data Library → Infrastructure**.
2. In the **Infra systems** tab, select the infrastructure system you want to manage.
3. Click **Configure** on the system card to open the drawer.
4. Locate the **Infra Owner** section and click **Change**.
5. From the dropdown, select the staff member you want to assign.
   * Only staff members with admin access will be visible.
   * If the user is missing, ensure they’ve been added to Sprinto and granted appropriate privileges.
6. Click **Save** to apply changes.

{% hint style="info" %}
The newly assigned Infra Owner receives an email notification and starts receiving all future task alerts for the system.
{% endhint %}

***

### Notes

* You can update the owner at any time using the same steps.
* Custom escalation paths are supported on **Professional** plans and above.
* Ownership changes do not affect classification or check configurations.


---

# 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/infrastructure/dashboard-actions/assign-infra-owners.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.
