# Programmatic Tools

- [ESS-DIVE Dataset API](https://docs.ess-dive.lbl.gov/programmatic-tools/ess-dive-dataset-api.md): The ESS-DIVE Dataset API is a service that enables users to programmatically submit and manage datasets with ESS-DIVE. This guide provides an overview of the API, resources, and how to get started.
- [Setup and Troubleshoot](https://docs.ess-dive.lbl.gov/programmatic-tools/ess-dive-dataset-api/setup-and-troubleshoot.md)
- [API Updates and Changes](https://docs.ess-dive.lbl.gov/programmatic-tools/ess-dive-dataset-api/change-log.md): This page provides information about all versions of the Dataset API. It includes a log of new features, enhancements, and bug fixes that have been made to the API.
- [Globus Data Transfer Service](https://docs.ess-dive.lbl.gov/programmatic-tools/large-data-support.md): Globus is an offline service used by ESS-DIVE to upload large data files to the ESS-DIVE repository.
- [Setup Globus](https://docs.ess-dive.lbl.gov/programmatic-tools/large-data-support/how-to-setup-globus.md): Learn how to log in to Globus, install the Globus desktop application, and create a collection.
- [Upload Data with Globus](https://docs.ess-dive.lbl.gov/programmatic-tools/large-data-support/how-to-upload-large-data.md): Learn how to transfer your files to Globus from Globus Connect Personal or an existing Globus endpoint.
- [FAQs](https://docs.ess-dive.lbl.gov/programmatic-tools/large-data-support/faqs.md)


---

# 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/programmatic-tools.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.
