> For the complete documentation index, see [llms.txt](https://docs.airops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airops.com/actions/workflow-concepts/power-agents.md).

# Power Agents

Use pre-built Power Agents for common marketing and SEO Workflow tasks.

Power Agents are pre-built, reusable Workflow components for common marketing and SEO tasks. Each Power Agent performs a defined job, such as keyword research, content planning, creation, or refresh.

Use a Power Agent when an existing component matches the job you need instead of building the same Workflow from scratch.

## Where to find Power Agents

You can access Power Agents in two ways:

### Within the Workflow Studio

When building a Workflow, click the **Power Agents** tab at the top of the Step selector panel. Power Agents are organized into categories:

* **Content Research** - Analyze SERPs, cluster keywords, identify opportunities
* **Content Planning** - Create briefs, research products, plan content strategy
* **Content Creation** - Generate articles, add links, create meta tags
* **Content Refresh** - Research competitive gaps, improve existing content

<figure><img src="https://3762890407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX2n5yPRPynbnWuO4SH0M%2Fuploads%2Fgit-blob-72644b6f2a118fad8198f1cb2437f4232f281f9c%2FCleanShot%202025-05-26%20at%2012.36.35%402x.png?alt=media" alt=""><figcaption></figcaption></figure>

### From a Grid

Power Agents can be added directly to your Grid for bulk running:

1. Click **+ Add Column** in your Grid.
2. Select a Power Agent from the menu.
3. Map the Power Agent's inputs to your existing Grid columns.
4. Run the Power Agent across the rows you select.

This enables you to process hundreds of rows at once, with results appearing directly in your Grid for immediate use.

<figure><img src="https://3762890407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX2n5yPRPynbnWuO4SH0M%2Fuploads%2Fgit-blob-f11370790dadc4a73a0ed68e6529112bd158594a%2FCleanShot%202025-08-10%20at%2015.12.43%402x.png?alt=media" alt=""><figcaption></figcaption></figure>

## View Power Agent details

To understand what a Power Agent does before using it:

1. Click a Power Agent in the selector.
2. Select **Learn More** to view:
   * **Expected Inputs** - What data the Power Agent requires
   * **Expected Outputs** - What the Power Agent will generate
   * **Details** - Including last update, task cost, and estimated runtime
   * **Category** - The functional area it belongs to

This detailed view helps you understand exactly how the Power Agent will transform your data and what resources it will consume.

<figure><img src="https://3762890407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX2n5yPRPynbnWuO4SH0M%2Fuploads%2Fgit-blob-1f6e429193902a5c505847a7a1353fcabe9e74ce%2FCleanShot%202025-05-26%20at%2012.37.08%402x.png?alt=media" alt=""><figcaption></figcaption></figure>

## Schedule Power Agents

Schedule Power Agent columns to run automatically:

1. Click the Power Agent column header.
2. Select **Schedule Workflow**.
3. Configure:
   * **Frequency**: Daily, Weekly, or Monthly
   * **Time & Days**: When to run
   * **Row Filters**: Target specific rows (e.g., "output is empty")
   * **Row Limits**: Control batch size

## Fork Power Agents

**Note:** This feature is currently available as an add-on on Enterprise tier plans.

Forking allows you to create a customized version of any Power Agent. This is useful when you want to:

* Modify the underlying prompts to match your brand voice
* Adjust the logic for your specific use case
* Add or remove steps from the workflow
* Create variations for different content types

## Best practices

* **Start with a Power Agent:** Before building a custom Workflow, check whether a Power Agent already fits your use case.
* **Chain Power Agents:** Some Power Agents are designed to work together, such as **Create Content Brief from Keyword** followed by **Create Article from Content Brief**.
* **Review outputs:** Review Power Agent outputs before publishing.
* **Monitor costs:** Check the task cost in the details view before running the Power Agent across many rows.

AirOps updates Power Agents based on product changes, performance data, and user feedback.


---

# 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.airops.com/actions/workflow-concepts/power-agents.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.
