# AI

AI Steps are the most powerful tools at your disposal when developing Workflows. AirOps currently supports the following AI Steps:

1. [**Prompt LLM**](/actions/workflow-concepts/workflow-steps/ai-steps/llm.md)**:** understand and generate responses based on customized inputs
2. [**Transcribe Audio File**](/actions/workflow-concepts/workflow-steps/ai-steps/transcription.md)**:** parse and transcribe audio or video files into text

As the AI field continues to quickly develop, we're eager to continue expanding these offerings. In the meantime, we'd love to hear your feedback as you start to explore each AI Step in detail!

{% hint style="info" %}
Note: AI Steps are only available for Workflows. They are not available for Agents at this time.
{% endhint %}


---

# 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/ai-steps.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.
