> 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-information.md).

# Project Information

Approved project data managers will gain access to additional pages on ESS-DIVE that are used to view and update project information. Use these pages to see which projects you have approval to manage, review information ESS-DIVE stores about your project, and correct information that may be out of date.

{% hint style="info" %}
These pages are accessible only to project PIs, co-PIs, and other project data managers.&#x20;
{% endhint %}

## View My Projects

The *My Projects* page lists all the projects that you have been assigned to as a project data manager. Access this page by selecting "Projects" from the top-level navigation bar, and you will then see the "All Projects", and "My Projects" tabs (Figure 1).&#x20;

If you are a **PI or project data manager** and do not see one of your projects listed, please contact ESS-DIVE at <ess-dive-support@lbl.gov>. This means you have not been assigned as project data manager for one of your projects.

<figure><img src="/files/D2XbT9UHCi1m5Omb0MPB" alt=""><figcaption><p>Figure 1: The "My Projects" tab allows you to see which projects you can manage.</p></figcaption></figure>

## Project Information page

The *Project Information* page is used for reviewing important metadata about your project that ESS-DIVE tracks (Figure 2). Use this page to review who the data managers are for your project.

Project PIs, co-PIs, or data managers can update the information on this page at any time by contacting ESS-DIVE at <ess-dive-support@lbl.gov>.

<figure><img src="/files/VZNONUp6IXWojulPugYW" alt=""><figcaption><p>Figure 2: Review who has permission to manage your project data on ESS-DIVE on the "Project Information" page.</p></figcaption></figure>

## My Teams page

This is how you access the teams feature. See our [Project Teams](/manage-data/manage-project-data/project-teams.md) documentation to learn more about the *My Teams* page.

{% content-ref url="/pages/baehrEnBF0s03cVVj1j4" %}
[Project Teams](/manage-data/manage-project-data/project-teams.md)
{% endcontent-ref %}


---

# 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-information.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.
