# Run Workflows in the Grid

Workflow columns let you run AirOps workflows directly within your Grid, processing rows individually or in bulk. This is the primary way to scale your AI-powered content operations.

## Getting Started

### [Add Workflow Column](/actions/grids/run-workflows-in-grid/add-workflow-column.md)

Add a published workflow to your Grid and map Grid columns to workflow inputs. You can also create missing input columns on-demand during setup.

### [Run Workflow Column](/actions/grids/run-workflows-in-grid/run-workflow-column.md)

Execute workflows on single rows or in bulk. Run all rows, remaining rows, first 10 rows, or retry rows with errors. Monitor progress with status indicators showing pending, running steps, success, or errors.

### [Schedule Workflow Column](/actions/grids/run-workflows-in-grid/run-workflow-column-1.md)

Automate workflow execution on a schedule. Set up recurring runs to process new rows automatically.

### [Map Workflow Outputs](/actions/grids/run-workflows-in-grid/map-workflow-outputs.md)

Configure how workflow outputs populate Grid columns. Map specific output fields to existing columns or create new columns for workflow results.

### [Review Workflow Run Metadata](/actions/grids/run-workflows-in-grid/review-workflow-run-metadata.md)

Access detailed information about each workflow run including execution time, step-by-step logs, and error details for troubleshooting.


---

# 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/run-workflows-in-grid.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.
