# Data Ownership

Assigning owners has a few benefits. If your data has owners, you can:

* [Ask questions](/features/discussion.md) and get answers from the most knowledgeable people
* Understand who will be affected by [upstream or downstream changes](/data-discovery/change-management.md) to a dataset
* See which [teams](/data-discovery/im-new-to-the-team.md#team-profiles) get the most value from a dataset

Assigning owners can also help you identify abandoned data sets no one currently owns, that may need to be maintained or removed.

## Types of Owners

You can assign **Business** and **Technical Owners** to databases, schemas, tables, dashboards, and [Tags](/data-management/tag-management.md) in Select Star.

The Business Owner of a dataset is someone who maintains the data documentation, such as a Business Analyst or a Product Manager.

The Technical Owner of a dataset is someone who is in charge of the data pipeline, such as a Data Engineer.

Individual users and Teams in Select Star can be assigned as owners.

## Assigning Data Owners

From a [table page](/features/table-page.md), Data Mangers and Admins can assign Business and Technical Owners for individual tables by clicking the pencil icon.\
\\

<figure><img src="/files/XIoY2u4FRtPUMqfifrTt" alt=""><figcaption></figcaption></figure>

To add owners to multiple tables at once, click the database name in the left sidebar to see the database page. Then select the tables individually, or use `Shift` to select multiple tables at once.

Click **Edit Owners** to bring up a modal like the one pictured above.

![](/files/-MiYMiS5pLxdZVh0XO0b)

## Being an Owner

Owners are responsible keeping [documentation](/data-management/add-documentation.md) on their datasets up to date and answering questions about their datasets.

If something looks off with a dataset, or a new user is looking to get acquainted with the data, they can ask questions in the [Discussion](/features/discussion.md) tab found on each table, dashboard, and metric page.

Owners will receive notifications through email and the Select Star app by clicking the bell :bell: icon in the top right corner. If you have the [Select Star Slack App](/integrations/slack.md) installed, you will receive notifications through Slack.

![](/files/-MhK0yTKoVeXYM8l7teU)

Table Owners can pin :pushpin: helpful comments or Frequently Asked Questions about a dataset so they’ll show at the top of the Discussion tab.

![](/files/-MhK0qDg0Y7XtORQk-Zq)

## BI Dashboard Owners

For BI Dashboards, owners will be those users who created the dashboard. The BI Dashboard Overview will show Creator (instead of Business and Technical owners), and will be listed under **User > Profile > Owns > Dashboards**.

The user in your source will be automatically mapped to the user in Select Star where possible.

![](/files/tPYXR7DaPAvnd9aQnoUn) ![](/files/u5q8aa2uiIbK1E2fLNEq)

## Ownership Migration

To maintain data ownership even after the data owner leaves, you can assign the user's object to the team or another person when removing them from Select Star. Ownership migration allows you to take full control of your data assets.

<figure><img src="/files/QvroxCJ0CJAJFMFcE5tO" alt=""><figcaption></figcaption></figure>


---

# 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.selectstar.com/data-management/data-ownership.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.
