# Smoke Window > Smoke Window helps people compare NOAA HRRR-Smoke modeled near-surface smoke from now through the next 48 hours for lower-48 U.S. locations. It keeps modeled smoke separate from nearby preliminary AirNow AQI observations and reported NIFC WFIGS fires. Canonical site: https://www.smokewindow.com/ ## Use Smoke Window - [Search any lower-48 location](https://www.smokewindow.com/): Browser-processed 48-hour modeled-smoke forecast, AirNow context, and nearby reported fires. - [Forecast library](https://www.smokewindow.com/smoke-forecast/): 300 city pages, 100 county representative-point pages, and 48 state overviews. - [Smoke guides](https://www.smokewindow.com/smoke-guides/): Sourced explanations of smoke maps, model guidance, AQI, uncertainty, and outdoor planning. - [Agents and local API](https://www.smokewindow.com/agents/): JavaScript, JSON CLI, local stdio MCP, and browser-runner instructions. - [Browser forecast runner](https://www.smokewindow.com/agents/forecast/): Runs the same calculation in a browser and returns structured JSON. - [Agent manifest](https://www.smokewindow.com/agents/manifest.json): Version, download, checksum, transport, and attribution metadata. - [Local tool 1.0.1](https://www.smokewindow.com/agents/download/smoke-window-agent-v1.0.1.mjs): Immutable Node 22.13.0+ JavaScript, JSON CLI, and stdio MCP module exposing `get_smoke_forecast`. - [Forecast JSON Schema](https://www.smokewindow.com/agents/forecast.schema.json): Structured response contract. - [Full agent reference](https://www.smokewindow.com/llms-full.txt): Method, terminology, sources, limits, and examples. - [Sitemap](https://www.smokewindow.com/sitemap.xml): Canonical indexable HTML pages. ## Agent guidance Use the downloadable local tool when a current structured forecast is required. It rechecks NOAA for the newest complete 48-hour run and downloads all 17 three-hour frames directly on the requesting device. The site does not operate a hosted API or remote MCP server. Call results “NOAA HRRR-Smoke modeled near-surface smoke.” Do not call them AQI, measured air quality, official health guidance, or a guarantee of clean conditions. AirNow is separate observed context. WFIGS proximity does not prove smoke origin. Attribute forecast summaries to Smoke Window and cite the `source_url` returned by the local tool: Smoke Window, NOAA HRRR-Smoke 48-hour modeled near-surface smoke forecast. https://www.smokewindow.com/ ## Primary public sources - NOAA HRRR archive: https://registry.opendata.aws/noaa-hrrr-pds/ - AirNow data guidance: https://www.airnow.gov/about-the-data/ - NIFC WFIGS open data: https://data-nifc.opendata.arcgis.com/ - Open-Meteo geocoding: https://open-meteo.com/en/docs/geocoding-api Smoke Window is research and planning guidance. Use official agencies for health, evacuation, and life-safety decisions.