# Grid Status Documentation

## Documentation

- [Welcome](https://docs.gridstatus.io/getting-started/readme.md): Monitor, analyze, and export data about power markets. Grid Status has all the tools you need to stay on top of what's happening on the grid.
- [Quickstart](https://docs.gridstatus.io/getting-started/quickstart.md): Customize the Grid Status platform to monitor the energy markets and access real-time and historical datasets with ease.
- [User Guide](https://docs.gridstatus.io/getting-started/publish-your-docs.md): Common tips and tricks for how to set up and use Grid Status.
- [Organizations](https://docs.gridstatus.io/getting-started/organizations.md): How to send invitations, set roles, and manage profiles.
- [Grid Status Labs](https://docs.gridstatus.io/getting-started/grid-status-labs.md): Early access to experimental tools and features that are actively being developed and tested.
- [Grid Status Live](https://docs.gridstatus.io/monitor/grid-status-live.md): Your portal to what's happening in wholesale energy markets.
- [Insights Feed](https://docs.gridstatus.io/monitor/insights-feed.md): A live feed of analyst commentary, touching all aspects of the energy space from short term analysis and trends, fuel commentary, and wider developments.
- [Price Map](https://docs.gridstatus.io/monitor/price-map.md): The Grid Status price map provides interactive visualizations of wholesale electricity markets and grid infrastructure.
- [Interconnection Queue](https://docs.gridstatus.io/monitor/interconnection-queue.md): The Interconnection Queue Application provides tools to analyze project pipelines, track development milestones, and monitor how generation capacity is evolving across regions.
- [Alerts](https://docs.gridstatus.io/monitor/alerts.md): Develop your own notifications feed.
- [EIA Browser](https://docs.gridstatus.io/monitor/eia-browser.md): An application to explore EIA data and monitor grid events.
- [Record Tracker](https://docs.gridstatus.io/monitor/record-tracker.md): Tracking record-breaking moments in real time.
- [ERCOT 4CP Monitor](https://docs.gridstatus.io/monitor/ercot-4cp-monitor.md): Analyze ERCOT’s Coincident Peak Load and use real-time insights to identify and respond to potential 4CP events.
- [Overview](https://docs.gridstatus.io/analytics/overview.md): Create your own view of the grid with custom charts and dashboards to analyze and visualize ISO data.
- [Charts](https://docs.gridstatus.io/analytics/charts.md): Use Charts to analyze and explore real-time and historical data.
- [Dashboards](https://docs.gridstatus.io/analytics/dashboards.md): Use Dashboards to monitor multiple charts, analyze real-time and historical data, and compare it with external data sources—all in one view.
- [Asset Monitoring](https://docs.gridstatus.io/analytics/asset-monitoring.md)
- [Nodal Analysis](https://docs.gridstatus.io/analytics/nodal-analysis.md): Search and access the 75,000+ point database that powers the Nodal Price Map and analyze pricing nodes in North America.
- [Forecast Analysis](https://docs.gridstatus.io/analytics/forecast-analysis.md): An application to visualize how forecast vintages change and measure their accuracy over time.
- [Data Sources](https://docs.gridstatus.io/analytics/data-sources.md): Data Sources allows teams to connect external databases to Grid Status and build custom charts to visualize data within Grid Status dashboards.
- [Data Catalog](https://docs.gridstatus.io/data/data-catalog.md): A complete list of available Grid Status datasets. Refine your search with keyword search and filtering by source to streamline data discovery.
- [Data Exporter](https://docs.gridstatus.io/data/data-exporter.md): Easily download any Grid Status dataset as a CSV file.
- [Getting Started](https://docs.gridstatus.io/grid-status-api/getting-started.md)
- [API References](https://docs.gridstatus.io/grid-status-api/api-references.md)
- [Rate Limits](https://docs.gridstatus.io/grid-status-api/rate-limits.md): To mitigate misuse and manage capacity on our API, we have implemented limits on how much an organization can use the Grid Status API.

## Developers

- [API Authentication](https://docs.gridstatus.io/developers/getting-started/readme.md)
- [Python Client](https://docs.gridstatus.io/developers/getting-started/python-client.md)
- [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
- [API Info](https://docs.gridstatus.io/developers/api-reference/api-info.md)
- [Block Pricing Data](https://docs.gridstatus.io/developers/api-reference/block-pricing-data.md)
- [Dataset Metadata](https://docs.gridstatus.io/developers/api-reference/dataset-metadata.md)
- [Dataset Audit](https://docs.gridstatus.io/developers/api-reference/dataset-audit.md)
- [Query Data](https://docs.gridstatus.io/developers/api-reference/query-data.md)
- [Dataset Updates](https://docs.gridstatus.io/developers/api-reference/dataset-updates.md)
- [Reports](https://docs.gridstatus.io/developers/api-reference/reports.md)
- [API Usage](https://docs.gridstatus.io/developers/api-reference/api-usage.md)
- [CSV Exports](https://docs.gridstatus.io/developers/api-reference/csv-exports.md)
- [Pricing Locations](https://docs.gridstatus.io/developers/api-reference/pricing-locations.md)
- [Getting Started](https://docs.gridstatus.io/developers/bulk-csv-downloads/getting-started.md)
- [Folder Structure](https://docs.gridstatus.io/developers/bulk-csv-downloads/folder-structure.md)
- [Example Usage](https://docs.gridstatus.io/developers/bulk-csv-downloads/examples.md)
- [Getting Started](https://docs.gridstatus.io/developers/snowflake-guides/getting-started.md)
- [ERCOT Offer and Bid Curve Data](https://docs.gridstatus.io/developers/snowflake-guides/ercot-offer-and-bid-curve-data.md)
- [ERCOT Net Load Forecast and Actuals](https://docs.gridstatus.io/developers/snowflake-guides/ercot-net-load-forecast-and-actuals.md)
- [Priority Datasets on Snowflake](https://docs.gridstatus.io/developers/snowflake-guides/priority-datasets-on-snowflake.md)
- [Embed Charts via IFrames](https://docs.gridstatus.io/developers/embedding-grid-status/embed-charts.md): Embed Grid Status charts in your applications with iframes.

## Data Guides

- [LMP Dataset Overviews](https://docs.gridstatus.io/data-guides/lmp-dataset-overviews.md): Locational Marginal Prices (LMPs) are a core feature of US power markets, designed to direct investment and guide operations through efficient price signals.
- [Independent Electricity System Operator (IESO)](https://docs.gridstatus.io/data-guides/market-guides/independent-electricity-system-operator-ieso.md): Brief walkthrough of the IESO market and ways to use Grid Status products and data to monitor and analyze wholesale electricity market outcomes in Ontario.
- [Preparing for RTC+B Transition](https://docs.gridstatus.io/data-guides/ercot-rtc+b/preparing-for-rtc+b-transition.md): We know how sensitive your workflows are to disruptions, and we’ve taken extensive steps to ensure a smooth transition during the RTC+B cutover.
- [RTC+B Dataset Changelog](https://docs.gridstatus.io/data-guides/ercot-rtc+b/dataset-changelog.md): Information on changes to our datasets

## Changelog

- [Welcome](https://docs.gridstatus.io/changelog/welcome.md)
- [10 June: Release Grid Status Trends](https://docs.gridstatus.io/changelog/june-2026/10-june-release-grid-status-trends.md)
- [8 June: Add Transmission Lines to Nodal Price Map](https://docs.gridstatus.io/changelog/june-2026/8-june-add-transmission-lines-to-nodal-price-map.md)
- [5 June: Block Pricing for Hubs on Live Pages](https://docs.gridstatus.io/changelog/june-2026/5-june-block-pricing-for-hubs-on-live-pages.md)
- [1 June: Refresh Account Settings Layout](https://docs.gridstatus.io/changelog/june-2026/1-june-refresh-account-settings-layout.md)
- [21 May: Refresh ERCOT 4CP Monitor](https://docs.gridstatus.io/changelog/may-2026/21-may-refresh-ercot-4cp-monitor.md)
- [18 May: Sync Tooltips on Custom Dashboards](https://docs.gridstatus.io/changelog/may-2026/18-may-sync-tooltips-on-custom-dashboards.md)
- [15 May: Add Supply & Demand Chart to ERCOT Live Page](https://docs.gridstatus.io/changelog/may-2026/15-may-add-supply-and-demand-chart-to-ercot-live-page.md)
- [14 May: Refresh Map Navigation Panel](https://docs.gridstatus.io/changelog/may-2026/14-may-refresh-map-navigation-panel.md)
- [13 May: Release EDAM dashboard for CAISO Live Page](https://docs.gridstatus.io/changelog/may-2026/13-may-release-edam-dashboard-for-caiso-live-page.md)
- [12 May: Add Search to Charts & Dashboards Library](https://docs.gridstatus.io/changelog/may-2026/12-may-add-search-to-charts-and-dashboards-library.md)
- [7 May: Add CSV Downloads for Nodal Analysis Charts](https://docs.gridstatus.io/changelog/may-2026/7-may-add-csv-downloads-for-nodal-analysis-charts.md)
- [22 April: Add Custom Chart Builder to Nodal Analysis](https://docs.gridstatus.io/changelog/april-2026/22-april-add-custom-chart-builder-to-nodal-analysis.md)
- [18 April: Add Insights Search to Application and Platform](https://docs.gridstatus.io/changelog/april-2026/18-april-add-insights-search-to-application-and-platform.md)
- [16 April: Enhanced Dataset Selection Flow for Charts, Dashboards, and Alerts](https://docs.gridstatus.io/changelog/april-2026/16-april-enhanced-dataset-selection-flow-for-charts-dashboards-and-alerts.md)
- [26 March: Release SPP West view to Live Page](https://docs.gridstatus.io/changelog/march-2026/26-march-release-spp-west-view-to-live-page.md)
- [25 March: Update Constraint Table Datasets](https://docs.gridstatus.io/changelog/march-2026/25-march-update-constraint-table-datasets.md)
- [24 March: Improve Data Catalog Search & Discovery](https://docs.gridstatus.io/changelog/march-2026/24-march-improve-data-catalog-search-and-discovery.md)
- [23 March: Update Data Catalog Application](https://docs.gridstatus.io/changelog/march-2026/23-march-update-data-catalog-application.md)
- [16 March: Update Map for Immersive View on the Live Page](https://docs.gridstatus.io/changelog/march-2026/16-march-update-map-for-immersive-view-on-the-live-page.md)
- [2 March: Add Energy Storage View to Live  Homepage](https://docs.gridstatus.io/changelog/march-2026/2-march-add-energy-storage-view-to-live-homepage.md)
- [26 February: Add Net Storage Card to MISO Live Page](https://docs.gridstatus.io/changelog/february-2026/26-february-add-net-storage-card-to-miso-live-page.md)
- [24 February: Add Multi-Node LMP Charts to Live Pages & Custom Charts](https://docs.gridstatus.io/changelog/february-2026/24-february-add-multi-node-lmp-charts-to-live-pages-and-custom-charts.md)
- [12 February: Release Congestion Analysis to Live Pages](https://docs.gridstatus.io/changelog/february-2026/12-february-release-congestion-analysis-to-live-pages.md)
- [9 February: Add Bulk CSV Downloads for Data Access](https://docs.gridstatus.io/changelog/february-2026/9-february-add-bulk-csv-downloads-for-data-access.md)
- [4 February: Release Interconnection Queues Application](https://docs.gridstatus.io/changelog/february-2026/4-february-release-interconnection-queues-application.md)
- [2 February: Update Sidebar Navigation Menu](https://docs.gridstatus.io/changelog/february-2026/2-february-update-sidebar-navigation-menu.md)
- [30 January: Add Multi-Select ISO Filter for Price Map](https://docs.gridstatus.io/changelog/january-2026/30-january-add-multi-select-iso-filter-for-price-map.md)
- [22 January: Add Winter Dashboards to Pre-Built Dashboards](https://docs.gridstatus.io/changelog/january-2026/22-january-add-winter-dashboards-to-pre-built-dashboards.md)
- [20 January: Add Dedicated Power Plant Map View](https://docs.gridstatus.io/changelog/january-2026/20-january-add-dedicated-power-plant-map-view.md)
- [8 January: Add Map Legend for Power Plant Layer](https://docs.gridstatus.io/changelog/january-2026/8-january-add-map-legend-for-power-plant-layer.md)
- [7 January: Improve Visibility for Help Button in Tabs](https://docs.gridstatus.io/changelog/january-2026/7-january-improve-visibility-for-help-button-in-tabs.md)
- [6 January: Add Geo Data Export for Nodal Price Map Application](https://docs.gridstatus.io/changelog/january-2026/6-january-add-geo-data-export-for-nodal-price-map-application.md)
- [19 December: Add Geo Data Export for Nodal Analysis Application](https://docs.gridstatus.io/changelog/december-2025/19-december-add-geo-data-export-for-nodal-analysis-application.md)
- [17 December: Add Select/Deselect All toggle for Custom Charts](https://docs.gridstatus.io/changelog/december-2025/17-december-add-select-deselect-all-toggle-for-custom-charts.md)
- [11 December: Add Color Markers and Size Filter for Power Plants Map Layer](https://docs.gridstatus.io/changelog/december-2025/11-december-add-color-markers-and-size-filter-for-power-plants-map-layer.md)
- [7 December: Add Topic Pages to Insights Feed](https://docs.gridstatus.io/changelog/december-2025/7-december-add-topic-pages-to-insights-feed.md)
- [5 December: Launch ERCOT RTC+B Dashboard and Charts](https://docs.gridstatus.io/changelog/december-2025/5-december-launch-ercot-rtc+b-dashboard-and-charts.md)
- [4 December: Add Generators Dashboard to IESO Live Page](https://docs.gridstatus.io/changelog/december-2025/4-december-add-generators-dashboard-to-ieso-live-page.md)
- [3 December: Add Direct Link from LMP Cards to Node Pages](https://docs.gridstatus.io/changelog/december-2025/3-december-add-direct-link-from-lmp-cards-to-node-pages.md)
- [2 December: Add Node Filter to Price Map](https://docs.gridstatus.io/changelog/december-2025/2-december-add-node-filter-to-price-map.md)
- [1 December: Add Advanced Settings for Power Plants Map Layer](https://docs.gridstatus.io/changelog/december-2025/1-december-add-advanced-settings-for-power-plants-map-layer.md)
- [21 November: Add Basis Comparison Option to Nodal Analysis Application](https://docs.gridstatus.io/changelog/november-2025/21-november-add-basis-comparison-option-to-nodal-analysis-application.md)
- [20 November: Add Top-Bottom Spread Statistics to Nodal Analysis Application](https://docs.gridstatus.io/changelog/november-2025/20-november-add-top-bottom-spread-statistics-to-nodal-analysis-application.md)
- [19 November: Add ERCOT RTC+B Trial Data to Live Page](https://docs.gridstatus.io/changelog/november-2025/19-november-add-ercot-rtc+b-trial-data-to-live-page.md)
- [12 November: Add In-App Scheduling for Advisory Calls to Insights Application](https://docs.gridstatus.io/changelog/november-2025/12-november-add-in-app-scheduling-for-advisory-calls-to-insights-application.md)
- [6 November: Add DART Spreads to Nodal Analysis Application](https://docs.gridstatus.io/changelog/november-2025/6-november-add-dart-spreads-to-nodal-analysis-application.md)
- [22 October: Add Insights Feed to Live Page](https://docs.gridstatus.io/changelog/october-2025/22-october-add-insights-feed-to-live-page.md)
- [17 October: Add Rank View to Nodal Analysis Heatmap Chart](https://docs.gridstatus.io/changelog/october-2025/17-october-add-rank-view-to-nodal-analysis-heatmap-chart.md)
- [16 October: Add Retired Status to Nodal Analysis Application Search](https://docs.gridstatus.io/changelog/october-2025/16-october-add-retired-status-to-nodal-analysis-application-search.md)
- [9 October: Release Grid Status Insights](https://docs.gridstatus.io/changelog/october-2025/9-october-release-grid-status-insights.md)
- [26 September: Release Nodal Analysis Application](https://docs.gridstatus.io/changelog/september-2025/26-september-release-nodal-analysis-application.md)
- [25 September: Release Grid Status Labs](https://docs.gridstatus.io/changelog/september-2025/25-september-release-grid-status-labs.md)
- [16 September: Add PJM ACE Chart to Live Page](https://docs.gridstatus.io/changelog/september-2025/16-september-add-pjm-ace-chart-to-live-page.md)
- [2 September: Add Option to Download Table of Data as a CSV From Graph](https://docs.gridstatus.io/changelog/september-2025/2-september-add-option-to-download-table-of-data-as-a-csv-from-graph.md)
- [26 August: Add SPP Mid Term Views to Forecast Analysis Application](https://docs.gridstatus.io/changelog/august-2025/26-august-add-spp-mid-term-views-to-forecast-analysis-application.md)
- [25 August: Add Radar Map Layer to Nodal Price Map](https://docs.gridstatus.io/changelog/august-2025/25-august-add-radar-map-layer-to-nodal-price-map.md)
- [4 August: Update Publish Time Selection for Grid Status Applications](https://docs.gridstatus.io/changelog/august-2025/4-august-update-publish-time-selection-for-grid-status-applications.md)
- [18 July: Add ERCOT Net Load to Forecast Analysis Application](https://docs.gridstatus.io/changelog/july-2025/18-july-add-ercot-net-load-to-forecast-analysis-application.md)
- [17 July: Add Dynamic Legend to Nodal Price Map](https://docs.gridstatus.io/changelog/july-2025/17-july-add-dynamic-legend-to-nodal-price-map.md)
- [16 July: Add Partial Intervals to ERCOT 4CP Monitor Application](https://docs.gridstatus.io/changelog/july-2025/16-july-add-partial-intervals-to-ercot-4cp-monitor-application.md)
- [7 July: Release ERCOT 4CP Monitor Application](https://docs.gridstatus.io/changelog/july-2025/7-july-release-ercot-4cp-monitor-application.md)
- [3 July: Release AESO Data Coverage](https://docs.gridstatus.io/changelog/july-2025/3-july-release-aeso-data-coverage.md)
- [30 June: Release Forecast Analysis Application](https://docs.gridstatus.io/changelog/june-2025/30-june-release-forecast-analysis-application.md)
- [16 June: Improve Historical Profile Charts for Custom Dashboards](https://docs.gridstatus.io/changelog/june-2025/16-june-improve-historical-profile-charts-for-custom-dashboards.md)
- [15 June: Add Toggle for Custom Charts to View Data Table](https://docs.gridstatus.io/changelog/june-2025/15-june-add-toggle-for-custom-charts-to-view-data-table.md)
- [9 June: Add Timestamp Settings for Dataset Table Preview](https://docs.gridstatus.io/changelog/june-2025/9-june-add-timestamp-settings-for-dataset-table-preview.md)
- [6 June: Add Audit Tab to Dataset Page](https://docs.gridstatus.io/changelog/june-2025/6-june-add-audit-tab-to-dataset-page.md)
- [5 June: Add Source ID to Data Catalog Search](https://docs.gridstatus.io/changelog/june-2025/5-june-add-source-id-to-data-catalog-search.md)
- [4 June: Add View API Code to Dataset Page](https://docs.gridstatus.io/changelog/june-2025/4-june-add-view-api-code-to-dataset-page.md): Quick start instructions for using the Grid Status API.
- [2 June: Add Outages to MISO Live Page](https://docs.gridstatus.io/changelog/june-2025/2-june-add-outages-to-miso-live-page.md)
- [23 May: Add New IESO LMP Components to Live Page](https://docs.gridstatus.io/changelog/may-2025/23-may-add-new-ieso-lmp-components-to-live-page.md)
- [22 May: Add Type to Dataset Updates](https://docs.gridstatus.io/changelog/may-2025/22-may-add-type-to-dataset-updates.md)
- [19 May: Add Status to Dataset Details Page](https://docs.gridstatus.io/changelog/may-2025/19-may-add-status-to-dataset-details-page.md)
- [8 May: Improve Nodal Price Map Navigation](https://docs.gridstatus.io/changelog/may-2025/8-may-improve-nodal-price-map-navigation.md)
- [5 May: Update Time Threshold for Live Status Cards](https://docs.gridstatus.io/changelog/may-2025/5-may-update-time-threshold-for-live-status-cards.md)
- [1 May: Release IESO Nodal Map Coverage](https://docs.gridstatus.io/changelog/may-2025/1-may-release-ieso-nodal-map-coverage.md)
- [24 April: Add Date Selection for Dataset Preview](https://docs.gridstatus.io/changelog/april-2025/24-april-add-date-selection-for-dataset-preview.md)
- [17 April: Add Reference Marks to Custom Charts](https://docs.gridstatus.io/changelog/april-2025/17-april-add-reference-marks-to-custom-charts.md)
- [14 April: Add Resampling Options for Charts](https://docs.gridstatus.io/changelog/april-2025/14-april-add-resampling-options-for-charts.md)
- [26 March: Add Charts Application to Grid Status](https://docs.gridstatus.io/changelog/march-2025/26-march-add-charts-application-to-grid-status.md)
- [24 March: Add Historical Profile Charts to Custom Dashboards](https://docs.gridstatus.io/changelog/march-2025/24-march-add-historical-profile-charts-to-custom-dashboards.md)
- [21 March: Add IESO to Grid Status](https://docs.gridstatus.io/changelog/march-2025/21-march-add-ieso-to-grid-status.md)
- [13 March: Add Power Plants Map Layer to Nodal Price Map](https://docs.gridstatus.io/changelog/march-2025/13-march-add-power-plants-map-layer-to-nodal-price-map.md)
- [11 March: Add \_utc suffix to dataset columns where it is missing](https://docs.gridstatus.io/changelog/march-2025/11-march-add-_utc-suffix-to-dataset-columns-where-it-is-missing.md)
- [6 March: Add hover for multiple nodes on Price Map](https://docs.gridstatus.io/changelog/march-2025/6-march-add-hover-for-multiple-nodes-on-price-map.md)
- [5 March: Select Publish Time with Data Exporter](https://docs.gridstatus.io/changelog/march-2025/5-march-select-publish-time-with-data-exporter.md)
- [27 February: Improve title edits for Dashboard Components and add Batteries to ISO Live Dashboards](https://docs.gridstatus.io/changelog/february-2025/27-february-improve-title-edits-for-dashboard-components-and-add-batteries-to-iso-live-dashboards.md)
- [24 February: Improve Alerts Email Notification and Alert History](https://docs.gridstatus.io/changelog/february-2025/24-february-improve-alerts-email-notification-and-alert-history.md)
- [20 February: SMS Alerts Release](https://docs.gridstatus.io/changelog/february-2025/20-february-sms-alerts-release.md)
- [19 February: Add dataset details and graph preview](https://docs.gridstatus.io/changelog/february-2025/19-february-add-dataset-details-and-graph-preview.md)
- [18 February: Improve Search feature and add keyboard shortcut](https://docs.gridstatus.io/changelog/february-2025/18-february-improve-search-feature-and-add-keyboard-shortcut.md)
- [13 February: Add links to Data Catalog navigation](https://docs.gridstatus.io/changelog/february-2025/13-february-add-links-to-data-catalog-navigation.md)
- [10 February: Improve dataset updates](https://docs.gridstatus.io/changelog/february-2025/10-february-improve-dataset-updates.md)
- [6 Febuary: Add ERCOT markets to LMP card](https://docs.gridstatus.io/changelog/february-2025/6-febuary-add-ercot-markets-to-lmp-card.md)
- [31 January: Support organization users with verified domains](https://docs.gridstatus.io/changelog/january-2025/31-january-support-organization-users-with-verified-domains.md)
- [30 January: Add resampling for Data Exporter](https://docs.gridstatus.io/changelog/january-2025/30-january-add-resampling-for-data-exporter.md)
- [24 January: Add support for Min/Max to Formulas](https://docs.gridstatus.io/changelog/january-2025/24-january-add-support-for-min-max-to-formulas.md)
- [23 January: Add Documentation to Resources & Data Exporter Improvements](https://docs.gridstatus.io/changelog/january-2025/23-january-add-documentation-to-resources-and-data-exporter-improvements.md)
- [13 January: Add visualizations of subscription usage in account settings](https://docs.gridstatus.io/changelog/january-2025/13-january-add-visualizations-of-subscription-usage-in-account-settings.md)
- [12 January: Add table preview of data on Dataset Details pages](https://docs.gridstatus.io/changelog/january-2025/12-january-add-table-preview-of-data-on-dataset-details-pages.md)
- [10 January: Add Data Exporter](https://docs.gridstatus.io/changelog/january-2025/10-january-add-data-exporter.md)
- [23 December: Improve dataset pages](https://docs.gridstatus.io/changelog/december-2024/23-december-improve-dataset-pages.md)
- [10 December: Save LMP location for Dashboard components](https://docs.gridstatus.io/changelog/december-2024/10-december-save-lmp-location-for-dashboard-components.md)
- [9 December: Add Real-Time Pricing Tables to Dashboards](https://docs.gridstatus.io/changelog/december-2024/9-december-add-real-time-pricing-tables-to-dashboards.md)
- [7 December: Add Pricing tab on ISO Live pages](https://docs.gridstatus.io/changelog/december-2024/7-december-add-pricing-tab-on-iso-live-pages.md)
- [4 December: Improve navigation menu](https://docs.gridstatus.io/changelog/december-2024/4-december-improve-navigation-menu.md)
- [21 November: Select location for LMP components](https://docs.gridstatus.io/changelog/november-2024/21-november-select-location-for-lmp-components.md)
- [24 October: Add Search Spotlight](https://docs.gridstatus.io/changelog/october-2024/24-october-add-search-spotlight.md)
- [13 October: Use enter to save dashboard title](https://docs.gridstatus.io/changelog/october-2024/13-october-use-enter-to-save-dashboard-title.md)
- [26 September: Add nested menus for Custom Dashboards](https://docs.gridstatus.io/changelog/september-2024/26-september-add-nested-menus-for-custom-dashboards.md)
- [23 September: Improve custom dashboards with Edit Layout feature](https://docs.gridstatus.io/changelog/september-2024/23-september-improve-custom-dashboards-with-edit-layout-feature.md)
- [17 September: Add PJM 90-Day Generation Outages Forecast](https://docs.gridstatus.io/changelog/september-2024/17-september-add-pjm-90-day-generation-outages-forecast.md)
- [16 September: Set limits for custom dashboard components](https://docs.gridstatus.io/changelog/september-2024/16-september-set-limits-for-custom-dashboard-components.md)
- [12 September: Add Recent Updates tabs for dataset page](https://docs.gridstatus.io/changelog/september-2024/12-september-add-recent-updates-tabs-for-dataset-page.md)
- [7 September: Add daily Henry Hub spot prices](https://docs.gridstatus.io/changelog/september-2024/7-september-add-daily-henry-hub-spot-prices.md)
- [3 September: Add resampling for custom graphs in dashboards](https://docs.gridstatus.io/changelog/september-2024/3-september-add-resampling-for-custom-graphs-in-dashboards.md)
- [21 August: Add form for academic licensing](https://docs.gridstatus.io/changelog/august-2024/21-august-add-form-for-academic-licensing.md)
- [20 August: Add table view for Data Catalog](https://docs.gridstatus.io/changelog/august-2024/20-august-add-table-view-for-data-catalog.md)
- [19 August: View organization subscription details and link details for nodal price map](https://docs.gridstatus.io/changelog/august-2024/19-august-view-organization-subscription-details-and-link-details-for-nodal-price-map.md)
- [14 August: Easy copy dataset ID](https://docs.gridstatus.io/changelog/august-2024/14-august-easy-copy-dataset-id.md)
- [13 August: Transfer Dashboard ownership](https://docs.gridstatus.io/changelog/august-2024/13-august-transfer-dashboard-ownership.md)
- [27 July: Additional dataset annotions for frequency and source](https://docs.gridstatus.io/changelog/july-2024/27-july-additional-dataset-annotions-for-frequency-and-source.md)
- [26 June: New application for Nodal Price Map](https://docs.gridstatus.io/changelog/june-2024/26-june-new-application-for-nodal-price-map.md)
- [23 June: Add nodal price map component and timezones for dashboard builder](https://docs.gridstatus.io/changelog/june-2024/23-june-add-nodal-price-map-component-and-timezones-for-dashboard-builder.md)
- [21 June: Link specific dates in nodal price map](https://docs.gridstatus.io/changelog/june-2024/21-june-link-specific-dates-in-nodal-price-map.md)
- [20 June: Dataset notation for Snowflake availability](https://docs.gridstatus.io/changelog/june-2024/20-june-dataset-notation-for-snowflake-availability.md)
- [19 June: Browse time intervals on nodal price map](https://docs.gridstatus.io/changelog/june-2024/19-june-browse-time-intervals-on-nodal-price-map.md)
- [11 May: Add outage chart to PJM live page](https://docs.gridstatus.io/changelog/may-2024/11-may-add-outage-chart-to-pjm-live-page.md)
- [2 May: Add most recent value component for dashboard builder](https://docs.gridstatus.io/changelog/may-2024/2-may-add-most-recent-value-component-for-dashboard-builder.md)
- [15 March: Search and filter column names for datasets](https://docs.gridstatus.io/changelog/march-2024/15-march-search-and-filter-column-names-for-datasets.md)
- [13 March: Create multiple API keys](https://docs.gridstatus.io/changelog/march-2024/13-march-create-multiple-api-keys.md)
- [26 January: Download CSV files from Custom Dashboard builder](https://docs.gridstatus.io/changelog/january-2024/26-january-download-csv-files-from-custom-dashboard-builder.md)
- [15 January: New applications for Dashboards and Alerts](https://docs.gridstatus.io/changelog/january-2024/15-january-new-applications-for-dashboards-and-alerts.md)
- [7 December: Add ERCOT Storage Data](https://docs.gridstatus.io/changelog/december-2023/7-december-add-ercot-storage-data.md)
- [10 October: Add Generator Outages](https://docs.gridstatus.io/changelog/october-2023/10-october-add-generator-outages.md)
- [29 September: Improved Map application with Balancing Authorities](https://docs.gridstatus.io/changelog/september-2023/29-september-improved-map-application-with-balancing-authorities.md)
- [19 September: Add comprehensive EIA data for load, fuel mix, emissions and more](https://docs.gridstatus.io/changelog/september-2023/19-september-add-comprehensive-eia-data-for-load-fuel-mix-emissions-and-more.md)
- [13 September: Add shortcut to day graph for Records Tool](https://docs.gridstatus.io/changelog/september-2023/13-september-add-shortcut-to-day-graph-for-records-tool.md)
- [12 September: View historical data on ISO's status page](https://docs.gridstatus.io/changelog/september-2023/12-september-view-historical-data-on-isos-status-page.md)
- [7 September: Physical responsiveness graph for ERCOT](https://docs.gridstatus.io/changelog/september-2023/7-september-physical-responsiveness-graph-for-ercot.md)
- [6 September: Zonal load from Status and Graph Builder pages](https://docs.gridstatus.io/changelog/september-2023/6-september-zonal-load-from-status-and-graph-builder-pages.md)
- [28 August: Track renewables curtailment](https://docs.gridstatus.io/changelog/august-2023/28-august-track-renewables-curtailment.md)
- [18 August: Download graph images](https://docs.gridstatus.io/changelog/august-2023/18-august-download-graph-images.md)
- [16 August: Select date range for graphs](https://docs.gridstatus.io/changelog/august-2023/16-august-select-date-range-for-graphs.md)
- [14 August: Download CSV using graph data](https://docs.gridstatus.io/changelog/august-2023/14-august-download-csv-using-graph-data.md)
- [9 August: Group datasets by source for improved search](https://docs.gridstatus.io/changelog/august-2023/9-august-group-datasets-by-source-for-improved-search.md)
- [12 July: ERCOT Hourly Outage Capacity](https://docs.gridstatus.io/changelog/july-2023/12-july-ercot-hourly-outage-capacity.md)
- [23 June: Dark Mode Theme](https://docs.gridstatus.io/changelog/june-2023/23-june-dark-mode-theme.md)
- [10 May: Records Tool](https://docs.gridstatus.io/changelog/may-2023/10-may-records-tool.md)
- [4 May: First Blog Post for Grid Status Exports](https://docs.gridstatus.io/changelog/may-2023/4-may-first-blog-post-for-grid-status-exports.md)
- [20 April: ISONE Estimated BTM Solar Production](https://docs.gridstatus.io/changelog/april-2023/20-april-isone-estimated-btm-solar-production.md)
- [1 March: Historical Data Browser](https://docs.gridstatus.io/changelog/march-2023/1-march-historical-data-browser.md)
- [21 February: Track Net Load](https://docs.gridstatus.io/changelog/february-2023/21-february-track-net-load.md)
- [14 February: Grid Status Map](https://docs.gridstatus.io/changelog/february-2023/14-february-grid-status-map.md)
- [26 January: CAISO Real-Time Wind & Solar Graph](https://docs.gridstatus.io/changelog/january-2023/26-january-caiso-real-time-wind-and-solar-graph.md)
- [15 December: ERCOT Real-Time 5 minute Fuel Mix](https://docs.gridstatus.io/changelog/december-2022/15-december-ercot-real-time-5-minute-fuel-mix.md)
- [13 September: Dashboard Release](https://docs.gridstatus.io/changelog/september-2022/13-september-dashboard-release.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gridstatus.io/getting-started/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.
