> For the complete documentation index, see [llms.txt](https://docs.ess-dive.lbl.gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ess-dive.lbl.gov/manage-data/manage-project-data/project-data-managers.md).

# Project Data Managers

A *Project Data Manager* is a role in ESS-DIVE that enables someone to access project information and the [**teams**](/manage-data/manage-project-data/project-teams.md) feature in ESS-DIVE.&#x20;

Project PIs have automatic approval to become a project data manager, but they must first register as an ESS-DIVE data contributor and notify ESS-DIVE Support. All other members of a project must receive approval from their PI to become a project data manager.

## How to become a project data manager

#### For PIs and Co-PIs

1. Create an ORCID if you do not already have one
2. Login to ESS-DIVE with your ORCID to start your ESS-DIVE account
3. [Register as a data contributor](/contributing-data/new-contributor-registration.md)
4. Notify ESS-DIVE support via email (<ess-dive-support@lbl.gov>) that you are ready to become a data manager for your project

You will receive a confirmation message from ESS-DIVE when you have been added as a data manager.

#### For all other project members:

Only PIs or existing project data managers can add new project data managers.

You will need to ask your PI/project data manager to fill out the Add Project Data Manager form (see below) to gain approval to become a project data manager. Direct your PI to the instructions provided above.

In the meantime, you can [register as a data contributor](/contributing-data/new-contributor-registration.md).&#x20;

## How to add project data managers

Only PIs or existing project data managers can add new project data managers.

1. Tell your project data managers to [register as ESS-DIVE data contributors](/contributing-data/new-contributor-registration.md)&#x20;
2. Fill out the [Add Project Data Manager form](https://docs.google.com/forms/d/e/1FAIpQLSf2x54tnjCmoAtcP6c9-GVXg-rDvzutCdc5OCm0uWr7evVMnA/viewform)

## Check whether you are a data manager

You can check whether you are currently a data manager for a project by selecting "[Find Projects](https://data.ess-dive.lbl.gov/projects)" from the main data portal navigation menu: if you are a data manager, you will see a "My Projects" tab that will list any project(s) for which you are a data manager.&#x20;

<details>

<summary>How can I tell if I'm already a project data manager?</summary>

1. Login to ESS-DIVE at [https://data.ess-dive.lbl.gov/](https://data.ess-dive.lbl.gov/data)
2. Click the "Projects" tab in the navigation bar and select "Find Projects" or navigate to the page directly <https://data.ess-dive.lbl.gov/projects>
3. If you do not see the "My Projects" tab, then you are not a project data manager on any project
4. If you see the "My Projects" tab, click it to review which projects you can manage

Visit Project Information for more details on the "My Projects" page.

</details>


---

# 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.ess-dive.lbl.gov/manage-data/manage-project-data/project-data-managers.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.
