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

# Manage Data

- [Register Dataset Citations](https://docs.ess-dive.lbl.gov/manage-data/register-dataset-citations.md): You can now manually register your dataset citations in ESS-DIVE and improve your dataset metrics. Read this page to learn how to register your dataset citations.
- [Create Data Portals](https://docs.ess-dive.lbl.gov/manage-data/why-use-data-portals.md): You can now easily view related datasets all in one place.
- [How to Create & Publish Portals](https://docs.ess-dive.lbl.gov/manage-data/why-use-data-portals/how-to-create-portals.md): A step-by-step guide on how to navigate ESS-DIVE and create a new portal.
- [Share Data Permissions](https://docs.ess-dive.lbl.gov/manage-data/share-data-permissions.md): Registered data contributors can share their datasets and data portals with other individuals or teams to collaborate directly on ESS-DIVE.
- [Share Datasets](https://docs.ess-dive.lbl.gov/manage-data/share-data-permissions/share-datasets.md)
- [Share Portals](https://docs.ess-dive.lbl.gov/manage-data/share-data-permissions/share-portals.md)
- [Manage Project Data](https://docs.ess-dive.lbl.gov/manage-data/manage-project-data.md): A suite of features used to manage your project's data and teams on ESS-DIVE
- [Project Data Managers](https://docs.ess-dive.lbl.gov/manage-data/manage-project-data/project-data-managers.md): First register yourself as a project data manager to gain access to project management features
- [Project Information](https://docs.ess-dive.lbl.gov/manage-data/manage-project-data/project-information.md): Project Data Managers can these pages to review and update project metadata as needed.
- [Project Teams](https://docs.ess-dive.lbl.gov/manage-data/manage-project-data/project-teams.md): Create project teams to leverage ESS-DIVE's evolving suite of project management features


---

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