> 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/monitor/interconnection-queue.md).

# Interconnection Queue

## Interconnection Queue Overview

<figure><img src="/files/J90QYYPnlG0JInSp3eJF" alt=""><figcaption><p>Homepage for the Interconnection Queue Application.</p></figcaption></figure>

#### How to Search and Filter for Projects

The Interconnection Queue Application provides an interactive database of interconnection projects across major ISOs. Users can browse the full queue or refine results using filters to identify projects by region, technology, or development stage.

Projects are displayed in a table with key information including project name, queue ID, capacity, technology type, status, projected commercial operation date (COD), and fuel.

* **Search Bar:** Use the search bar in the upper-right corner to find projects by name. This searches across all indexed project names in the database.
* **ISO Filter:** Limit results to a specific ISO or RTO (e.g., ERCOT, PJM, CAISO) to focus your search on a particular market.
* **Fuel Filter**: Filter projects by generation fuel type, such as solar, wind, battery storage, or other technologies.
* **Technology Filter**: Refine results by technology classification used in the interconnection filings.
* **State Filter:** Limit results to projects located within specific U.S. states.
* **Status Filter**: View projects by interconnection stage, such as: Queue Position, Study Phase, Interconnection Agreement Executed, In Service, or Withdrawn.
* **Capacity Range:** Set minimum and maximum capacity ranges (MW) to isolate projects of interest.
* **Actual/Projected COD Range:** Filter projects by actual or expected Commercial Operation Date to identify upcoming generation additions.

## Project Page Overview

Selecting a project from the main queue table opens a detailed project page. This page provides deeper insight into the project’s development status, milestones, and historical updates.

<figure><img src="/files/svdmpkZ5e2J8rofchzVd" alt=""><figcaption><p>Hawthorn Solar project view.</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gridstatus.io/monitor/interconnection-queue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
