> For the complete documentation index, see [llms.txt](https://docs.gridstatus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridstatus.io/developers/concepts.md).

# Key Concepts

- [Handling Time](https://docs.gridstatus.io/developers/concepts/handling-time.md)
- [Pagination](https://docs.gridstatus.io/developers/concepts/pagination.md)
- [Response Format](https://docs.gridstatus.io/developers/concepts/response-format.md)
- [Publish Time](https://docs.gridstatus.io/developers/concepts/publish-time.md)
- [Query Parameters](https://docs.gridstatus.io/developers/concepts/query-parameters.md): Complete reference for /v1/datasets/{dataset\_id}/query, the primary end point for pulling data.
- [Best Practices](https://docs.gridstatus.io/developers/concepts/best-practices.md): Optimize your Grid Status API usage for performance, reliability, and cost-effectiveness.
- [Error Handling](https://docs.gridstatus.io/developers/concepts/error-handling.md): Understanding API error responses and how to handle them effectively in your applications.
- [Utility Endpoints](https://docs.gridstatus.io/developers/concepts/utility-endpoints.md): Additional endpoints for metadata, monitoring, and discovery.
- [Recipes](https://docs.gridstatus.io/developers/concepts/recipes.md): Complete, copy-paste-ready examples for common energy market analysis tasks using the Grid Status API.
- [Setup](https://docs.gridstatus.io/developers/concepts/recipes/setup.md): Setup instructions for all recipe examples
- [Pull data for a single node](https://docs.gridstatus.io/developers/concepts/recipes/pull-data-for-single-node.md): Fetch day-ahead hourly settlement point prices for a specific ERCOT node
- [Get Latest Forecast as of Bid Close](https://docs.gridstatus.io/developers/concepts/recipes/ercot-day-ahead-load-forecast-cutoff.md): Get the latest ERCOT load forecast available as of day-ahead bid close
- [Real-Time Dashboard](https://docs.gridstatus.io/developers/concepts/recipes/real-time-dashboard.md): Build a dashboard showing current grid conditions with automatic refresh
- [Trading Hub Price Analysis](https://docs.gridstatus.io/developers/concepts/recipes/trading-hub-price-analysis.md): Compare prices across trading hubs to identify arbitrage opportunities and congestion patterns
- [Renewable Generation Analysis](https://docs.gridstatus.io/developers/concepts/recipes/renewable-generation-analysis.md): Track solar and wind generation patterns to understand renewable penetration trends
- [Data Freshness Monitoring](https://docs.gridstatus.io/developers/concepts/recipes/data-freshness-monitoring.md): Monitor data pipeline health and alert on stale data
- [Historical Data Export for Backtesting](https://docs.gridstatus.io/developers/concepts/recipes/historical-data-export.md): Export historical data with local caching for backtesting trading strategies
- [Multi-ISO Comparison](https://docs.gridstatus.io/developers/concepts/recipes/multi-iso-comparison.md): Compare load and prices across multiple ISOs for regional analysis
- [Quota-Aware Batch Processing](https://docs.gridstatus.io/developers/concepts/recipes/quota-aware-batch-processing.md): Process large date ranges while respecting API quotas


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.gridstatus.io/developers/concepts.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.
