# AI Stages

This document will guide you through the steps to set up an AI workflow using QuickAppFlow. The setup process consists of selecting workflow stages and configuring an AI decision prompt. Here are the detailed steps for each screen.

Go to the Workflow Stages tab in your workflow design page and click on +Stage.

![](/files/AXV9pJOeLogLwzsCk8oE)

Go to AI option.

![](/files/7f36Kbgl2lneMlzdz9rB)

Under the AI option, you will see several options for workflow stages. Choose the appropriate stage for your AI workflow. Options include:

* Decision-Yes/No: To make binary decisions.
* Options: To provide multiple choices.
* Output-Details: For detailed output.
* Convert Unstructured Data to Structured: To structure raw data.
* Extract Details
* Access Image
* Generate Image
* Text to Speech
* Speech to Text


---

# 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://help.quickappflow.com/workflow/ai-stages.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.
