# Assigning owners

## **Benefits to assigning ownership**

Assigning ownership to data provides several key benefits:

* **Clarity on Impact:** Easily identify who will be affected by changes to a dataset, whether those changes are upstream or downstream.
* **Communication Efficiency:** Know exactly who to contact for information about specific data.
* **Change Notifications:** Owners receive updates when datasets undergo changes.
* **Data Management:** Quickly identify and address datasets that are abandoned and may need maintenance or removal.

## **How to assign owners to data in Secoda**

After navigating to a Secoda resource, Editors and Admins can assign Owners by clicking the Owners field and selecting the relevant members from the workspace. The owners field is accessible through the Catalog view, or in the [Resource sidesheet](/resource-and-metadata-management/resource-sidebar.md).

Owners can be assigned to data within Secoda by Editors and Admins:

1. Navigate to a resource within the Secoda Catalog or use the resource side panel.
2. Click on the Owners field.
3. Select relevant member(s) or a Group from the workspace.

### Group owners

Ownership can also be assigned at the Group level:

* Create [Groups](/user-management/groups.md) within the settings.
* Search for the Group name when adding an owner.

Benefits: Group ownership ensures consistent management even when individual members leave the organization.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/cce63bed-a982-471b-b0de-4fb4fbd5f597.png" alt=""><figcaption><p>Owners in Catalog view</p></figcaption></figure>

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/5a8db21c-599c-473e-a1a4-7b501f9bc74e.png" alt=""><figcaption><p>Owners in the side panel</p></figcaption></figure>

## Automating ownership

Please see the [Integrations](/integrations.md)docs to see which integrations automatically bring in ownership metadata.

Create an [Automations](/features/automations.md) to define ownership and have these fields automatically update on a set schedule.

Try out the [Propagation](/resource-and-metadata-management/add-documentation/propagating-metadata.md) & [Bulk editing](/resource-and-metadata-management/add-documentation/bulk-editing-resources.md) features to manually bulk add owners to your resources.

## Responsibilities of owners

Owners play a crucial role in maintaining the integrity of data:

* **Documentation:** Keep all related documentation up to date.
* **Queries and Communication:** Address questions posted in the Questions tab of a dataset.
* **Notifications:** Receive notifications through email, the Secoda app, and, if integrated, through Slack.
* **Engagement:** Add comments or FAQs to datasets to enhance the documentation available to all users.

By effectively managing ownership, organizations can ensure data remains reliable, up-to-date, and valuable.

{% hint style="info" %}
Not using Secoda to manage your data documentation yet? Sign up for free [here](http://app.secoda.co/) 👈
{% 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.secoda.co/resource-and-metadata-management/assigning-owners.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.
