# Defining workflows

We have learned how to initiate a new workflow in the [<mark style="color:purple;">**How to add a new workflow?**</mark>](/workflow-builder/introduction/how-to-add-a-new-workflow.md) section. Now let's define specific properties for a workflow with the various features available in the **Workflow Builder**.&#x20;

Defining properties for a workflow includes:

* [<mark style="color:purple;">**Defining conditions for a step in the workflow**</mark>](/workflow-builder/how-to-create-workflows/defining-conditions-for-a-step.md)
* [<mark style="color:purple;">**Configuring action buttons in a step in the workflow**</mark>](/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow.md)
* [<mark style="color:purple;">**Setting up a status for a step in the workflow**</mark>](/workflow-builder/how-to-create-workflows/define-workflow-step/updating-status-and-defining-future-actions-buttons.md)
* [<mark style="color:purple;">**Configuring communication settings**</mark>](/workflow-builder/how-to-create-workflows/define-workflow-actions/configuring-communication-settings.md)
* [<mark style="color:purple;">**Assigning a step to a role/user based on a condition**</mark>](/workflow-builder/how-to-create-workflows/define-workflow-actions/configuring-a-conditional-assignee.md)
* [<mark style="color:purple;">**Selecting the strategy for assigning a step to a user/role**</mark>](/workflow-builder/how-to-create-workflows/define-workflow-actions/selecting-an-assignment-strategy.md)
* [<mark style="color:purple;">**Ending a workflow at a particular step**</mark>](/workflow-builder/how-to-create-workflows/ending-workflows.md)&#x20;


---

# 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.senpiper.com/workflow-builder/how-to-create-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.
