# Workflows

- [Create a workflow](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/create-a-workflow.md): A workflow consists of interconnected nodes designed to streamline a process.   Workflows are constructed on the canvas provided for workflow creation.
- [Nodes](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/nodes.md)
- [Connections](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/connections.md)
- [Sticky Notes](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/sticky-notes.md)
- [Tags](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/tags.md): Workflow tags help label your workflows and can be used to filter them.   These tags are global and accessible to all users within your Appizap Workflow Builder instance.
- [Import and Export](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/import-and-export.md): Appizap Workflow Builder stores workflows in JSON format. Workflow files can be exported as JSON or imported into the Appizap Workflow Builder library.
- [Templates](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/templates.md): When initiating a new workflow, there is an option to commence with a blank workflow or utilize a preexisting template.
- [Sharing](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/sharing.md): Users can share their created workflows. Instance owners and admins can view and share all workflows in the instance.
- [Settings](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/settings.md): Workflow settings can be personalized to alter the behavior of specific workflows.
- [History](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/history.md): Utilize workflow history to access and recover past iterations of your workflow processes.
- [Find Workflow ID](https://docs.appizap.ae/appizap-workflow-builder-pro/workflows/find-workflow-id.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://docs.appizap.ae/appizap-workflow-builder-pro/workflows.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.
