# Create a workflow

1. If your Appizap Workflow Builder instance has Role-Based Access Control (RBAC) and project features activated, you can choose to either create a workflow in your personal space by selecting "Home," or create a workflow within a specific project to automatically share it with other members of that project.
2. On the **Workflows** list, select **Add Workflow**.
3. Get started by adding a trigger node: select **Add first step...**

### Run workflows manually <a href="#run-workflows-manually" id="run-workflows-manually"></a>

During the building and testing phases, it may be required to manually initiate the workflow in situations where there is no trigger node present.

To run manually, select **Test Workflow**.

### Run workflows automatically <a href="#run-workflows-automatically" id="run-workflows-automatically"></a>

All new workflows are inactive by default.

In order for automatic execution, it is necessary to enable workflows that commence with either a trigger node or Webhook node. Should a workflow be inactive, it will require manual activation to run.

To activate or deactivate your workflow, open your workflow and toggle **Inactive** / **Active**. Once a workflow is active, it runs whenever its trigger conditions are met.


---

# 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/create-a-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.
