> 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/contributing-data.md).

# Submit Data

- [Get Started](https://docs.ess-dive.lbl.gov/contributing-data/get-started.md): Use this page to help decide how you will upload your dataset to ESS-DIVE by considering file upload limits and dataset organization.
- [Large Data Support](https://docs.ess-dive.lbl.gov/contributing-data/get-started/large-data-support.md): Learn about ESS-DIVE's large data support tools and how they're used to upload and publish large data.
- [Register to Submit Data](https://docs.ess-dive.lbl.gov/contributing-data/new-contributor-registration.md): This page provides instructions for requesting approval to publish data on ESS-DIVE as an ESS-DIVE data contributor.
- [Data Reporting Formats](https://docs.ess-dive.lbl.gov/contributing-data/data-reporting-formats.md): Make your data more discoverable and usable by selecting the type of data you collect from the list below. Then read documentation to learn how to follow the most up-to-date reporting formats.
- [Submit Data with Online Form](https://docs.ess-dive.lbl.gov/contributing-data/submit-data-with-online-form.md): This comprehensive tutorial will guide you through the process of creating and submitting a private dataset to ESS-DIVE.
- [Submit Data with the Dataset API](https://docs.ess-dive.lbl.gov/contributing-data/submit-data-with-the-dataset-api.md)
- [Code Examples](https://docs.ess-dive.lbl.gov/contributing-data/submit-data-with-the-dataset-api/code-examples.md)
- [Link to External Data Sources](https://docs.ess-dive.lbl.gov/contributing-data/link-to-external-data-sources.md): Connect data files and metadata stored in other repositories to your ESS-DIVE dataset. Read more to learn how External Linking works and when to use it.


---

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