# Query Engine

The Jua Query Engine is the primary API for accessing weather forecast data. It supports flexible geospatial queries, temporal filtering, aggregation, and multiple response formats.

* [Query Structure](/api-v2/query-engine/query-structure.md) - Learn how to construct queries
* [Response Formats](/api-v2/query-engine/response-formats.md) - JSON, Apache Arrow, and streaming options
* [Market Aggregates](/api-v2/query-engine/market-aggregates.md) - Capacity-weighted regional forecasts
* [Examples](/api-v2/query-engine/examples.md) - Ready-to-use query examples
* [OpenAPI Docs](https://query.jua.ai/docs) - Interactive endpoint reference


---

# 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.jua.ai/api-v2/query-engine.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.
