# Workflow

- [AI Stages](https://help.quickappflow.com/workflow/ai-stages.md)
- [Decision-Yes/No](https://help.quickappflow.com/workflow/ai-stages/decision-yes-no.md)
- [Options](https://help.quickappflow.com/workflow/ai-stages/options.md)
- [Output-Details](https://help.quickappflow.com/workflow/ai-stages/output-details.md)
- [Convert Unstructured Data to Structured](https://help.quickappflow.com/workflow/ai-stages/convert-unstructured-data-to-structured.md)
- [Extract Detail](https://help.quickappflow.com/workflow/ai-stages/extract-detail.md)
- [Access Image](https://help.quickappflow.com/workflow/ai-stages/access-image.md): Select the AI option by click on +Stage.
- [Generate Image](https://help.quickappflow.com/workflow/ai-stages/generate-image.md): Generate Image: create images based on prompts.
- [Text to Speech Stage](https://help.quickappflow.com/workflow/ai-stages/text-to-speech-stage.md)
- [Speech to Text Stage](https://help.quickappflow.com/workflow/ai-stages/speech-to-text-stage.md)
- [General Stages](https://help.quickappflow.com/workflow/general-stages.md): Create Workflow
- [Approval](https://help.quickappflow.com/workflow/general-stages/approval.md)
- [Add Record](https://help.quickappflow.com/workflow/general-stages/add-record.md): In add record user can add a new record
- [Update Record](https://help.quickappflow.com/workflow/general-stages/update-record.md): In update record user can update the existing record
- [Approval Task](https://help.quickappflow.com/workflow/general-stages/approval-task.md): User can add a workflow to approve the task
- [Condition](https://help.quickappflow.com/workflow/general-stages/condition.md): In condition stage user can add a workflow on condition base
- [For Each](https://help.quickappflow.com/workflow/general-stages/for-each.md): When user has to add a record multiple time then For Each stage will add that multiple records
- [Add Task](https://help.quickappflow.com/workflow/general-stages/add-task.md): In add task workflow user can add a task for multiple employees
- [Add or Update Record](https://help.quickappflow.com/workflow/general-stages/add-or-update-record.md): In Add or Update Record workflow user can add or update the multiple records
- [Notifications](https://help.quickappflow.com/workflow/general-stages/notifications.md): User can create a workflow to send a notification through Email, SMS and WhatsApp
- [Notification Email](https://help.quickappflow.com/workflow/general-stages/notifications/notification-email.md)
- [Set Variable](https://help.quickappflow.com/workflow/set-variable.md): It allows you to store data that can be used later in the workflow. For example, setting a variable to hold a user's input, an intermediate calculation result, or a value fetched from a database.
- [Auto Approve](https://help.quickappflow.com/workflow/auto-approve.md): Auto Approval in a workflow refers to the automatic approval of a task, request, or process step without manual intervention from a human approver.
- [Auto Escalate](https://help.quickappflow.com/workflow/auto-escalate.md)


---

# 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.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.
