# Managing Workflows

Use the Workflow tab to configure how records move through a workflow.

This is where you build the stages, transitions, and automation for your process.

Each workflow belongs to one entity.

The workflow configuration defines how records progress from one stage to the next.

{% hint style="info" %}
Set up the workflow design first.

Then configure the Workflow tab once your fields, layouts, and linked entities are ready.
{% endhint %}

### Open the Workflow tab

To manage a workflow:

{% stepper %}
{% step %}

### Open Workflows

Go to **Settings** and open **Workflows**.
{% endstep %}

{% step %}

### Open the workflow

Select the workflow you want to manage.
{% endstep %}

{% step %}

### Open the Workflow tab

Open the **Workflow** tab to access the workflow builder.
{% endstep %}
{% endstepper %}

### What you can configure

In the Workflow tab, you can configure:

* **States** and **Stages**
* **Transitions**, **Triggers**, and **Actions**
* **Stage Logic**
* **Auto-Transitions**
* **Workflow Permissions**

{% hint style="success" %}
Start with **States and Stages** first.

Then add transitions and automation.
{% endhint %}

### Next steps

Use [Workflow Logic](/surecloud-docs/documentation/designer-hub/workflow-logic.md) for the detailed logic settings.

Use [Workflow Design](/surecloud-docs/documentation/designer-hub/workflow-design.md) if you still need to update fields, layouts, or notifications.


---

# 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://surecloud.gitbook.io/surecloud-docs/documentation/designer-hub/getting-started/managing-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.
