# Jua Documentation

Welcome to Jua! We provide state-of-the-art earth systems forecasts (weather, climate and more) optimized for the energy industry. This documentation will help you get started with our API and data products.

## Find Answers with AI

Use our AI-powered documentation search to get direct answers to your specific questions. Simply type your query in the search bar at the top of the page to find relevant information quickly.

## Quick Start

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Get started in 2 minutes with our Python SDK</td><td><a href="python-sdk/getting-started">getting-started</a></td></tr><tr><td><strong>Weather Models</strong></td><td>Learn about our EPT-2 and EPT-1.5 models</td><td><a href="models-and-products/models-and-products">models-and-products</a></td></tr><tr><td><strong>API Documentation</strong></td><td>Integrate Jua's services with your favorite coding language</td><td><a href="api-v2/getting-started">getting-started</a></td></tr><tr><td><strong>Python SDK: Forecasts</strong></td><td>Access forecasts with ease</td><td><a href="python-sdk/weather/forecast">forecast</a></td></tr><tr><td><strong>Python SDK: Hindcasts</strong></td><td>Perform backtesting using historical data</td><td><a href="python-sdk/weather/forecast">forecast</a></td></tr><tr><td><strong>Dissemination Times</strong></td><td>Check when forecasts are available</td><td><a href="models-and-products/dissemination-times">dissemination-times</a></td></tr><tr><td><strong>API Endpoints</strong></td><td>View &#x26; test our OpenAPI endpoints</td><td><a href="https://query.jua.ai/docs">https://query.jua.ai/docs</a></td></tr></tbody></table>

## For Energy Traders & Analysts

* [About Jua](https://docs.jua.ai/introduction/about-jua) - Learn what makes our forecasts unique
* [Models Overview](https://docs.jua.ai/models-and-products/models-and-products) - Discover our specialized weather forecasting capabilities
* [Model Evaluation](https://docs.jua.ai/guides/evaluation) - Learn how to assess forecast quality and accuracy
* [Getting Started](https://docs.jua.ai/api-v2/getting-started) - Follow our integration guide
* [Release Notes](https://docs.jua.ai/release-notes) - Stay updated with the latest platform features
* [Roadmap](https://docs.jua.ai/roadmap) - See upcoming features

## For Developers & Data Scientists

* [Forecast API](https://docs.jua.ai/api-v2/getting-started) - Access weather data programmatically
* [Weather Parameters](https://docs.jua.ai/python-sdk/weather/naming) - Understand variable naming conventions across models
* [EPT-2 Model](https://docs.jua.ai/models-and-products/jua-models/ept-2) - Access our flagship model including hindcast specifications
* [API Reference](https://query.jua.ai/docs) - Full documentation of available endpoints
* [Release Notes](https://docs.jua.ai/release-notes) - Track API changes and model updates

## Support

* Contact our support team at <support@jua.ai>


---

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