# 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: 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.ess-dive.lbl.gov/contributing-data.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.
