# Grid

The Grid is your central hub for **running AirOps Workflows in bulk and managing their outputs in one place**. It combines the familiarity of a spreadsheet with the power of AI automation.

With Grid, you can:

* **Process data at scale:** Run Workflows across hundreds or thousands of rows simultaneously
* **Manage content workflows:** Track content from creation through review and publishing
* **Integrate with your CMS:** Push approved content directly to WordPress, Webflow, and other platforms
* **Analyze performance:** Pull in Google Search Console data to inform your content strategy

## Key Capabilities

### Create and Populate Grids

Start with a blank Grid, import from CSV, use templates, or pull data directly from integrations like Google Search Console, Webflow, WordPress, and Semrush. See [Create a Grid](/actions/grids/create-a-grid.md) for all options.

### Run Workflows in Bulk

Add Workflow columns to process every row with AI. Map inputs from your Grid columns, run executions in parallel, and automatically map outputs back to your Grid. See [Run Workflows in the Grid](/actions/grids/run-workflows-in-grid.md).

### Review and Collaborate

Preview Markdown and HTML content, compare versions side-by-side, and collaborate with your team before publishing. See [Review Content in the Grid](/actions/grids/review-content-in-the-grid.md).

### Publish to CMS

Once content is approved, publish directly to your connected CMS platforms. See [Publish to CMS from Grid](/actions/grids/publish-to-cms-from-grid.md).


---

# 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.airops.com/actions/grids.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.
