# Reference

- [API Reference](https://openet.gitbook.io/docs/reference/api-reference.md): OpenET provides data at different scales. You can retrieve the data summarized for millions of individual fields or in the original raster format.
- [Account](https://openet.gitbook.io/docs/reference/api-reference/account.md): Information about your OpenET account.
- [Geodatabase](https://openet.gitbook.io/docs/reference/api-reference/geodatabase.md): Pre-computed field data retrieval.
- [Raster](https://openet.gitbook.io/docs/reference/api-reference/raster.md): Gridded raster retrieval and custom data services.


---

# 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://openet.gitbook.io/docs/reference.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.
