# Workflows

AirOps workflows are built on four key concepts that work together to create powerful automation for your marketing and content needs. Understanding these basics will help you build effective workflows quickly.

* **Workflow Inputs**: The information you feed into your workflow when you start it - like text, files, or selections from dropdown menus. Think of these as the raw materials for your workflow to process.
* **Workflow Steps**: The actions your workflow performs - such as generating text with AI, searching Google, generating an image, or reviewing content. These steps are connected in sequence to accomplish your goal.
* **Workflow Variables**: Values that can be passed between different parts of your workflow. Variables let you use the output from one step as input for another, creating a connected chain of actions.
* **Workflow Outputs**: The final results your workflow produces - whether that's a blog post, image, analysis, or data in a specific format. This is what gets delivered when your workflow finishes running.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="/pages/2zAtwY1TRhkQhbMjUSSO"><strong>Workflow Inputs</strong></a></td><td><a href="/files/ECLfdQZ2IUpnmT4vHhsx">/files/ECLfdQZ2IUpnmT4vHhsx</a></td></tr><tr><td><a href="/pages/eNibdAB9XL8XMOZ8tne0"><strong>Workflow Outputs</strong></a></td><td><a href="/files/weYaXo4SIdKm3JRz70gX">/files/weYaXo4SIdKm3JRz70gX</a></td></tr><tr><td><a href="/pages/CbV3x2p0MtHJOX8G6tfI"><strong>Workflow Steps</strong></a></td><td><a href="/files/4bgJVDVGN5OdzqeohF3C">/files/4bgJVDVGN5OdzqeohF3C</a></td></tr><tr><td><a href="/pages/6vpRYrCy6FoOpFIE5SeG"><strong>Workflow Variables</strong></a></td><td><a href="/files/duZCfCfSmOdZW9oA1fAz">/files/duZCfCfSmOdZW9oA1fAz</a></td></tr></tbody></table>


---

# 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/workflow-concepts.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.
