# Agent

## AirOps Agent Step

The Agent Step lets you run a published agent from your AirOps workspace within a workflow. This enables you to incorporate conversational AI capabilities into your structured workflows.

### How to Use

{% @arcade/embed url="<https://app.arcade.software/share/EKSAHKcMjIBh9c1pBFw6>" flowId="EKSAHKcMjIBh9c1pBFw6" %}

1. Drag the Agent Step from the side panel into your canvas
2. Select a published agent from the dropdown
3. Configure the required inputs
4. Set error handling (Terminate or Continue)


---

# 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/workflow-steps/utility-steps/agent.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.
