> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/workflow-builder.md).

# WORKFLOW BUILDER

- [Introduction](https://docs.senpiper.com/workflow-builder/introduction.md)
- [Overview](https://docs.senpiper.com/workflow-builder/introduction/overview.md)
- [Navigating workflow builder](https://docs.senpiper.com/workflow-builder/introduction/what-are-the-components-of-the-workflow-builder-interface.md)
- [How to add a new workflow?](https://docs.senpiper.com/workflow-builder/introduction/how-to-add-a-new-workflow.md)
- [How to view draft workflows?](https://docs.senpiper.com/workflow-builder/introduction/how-to-view-draft-workflows.md)
- [Defining workflows](https://docs.senpiper.com/workflow-builder/how-to-create-workflows.md)
- [Define conditions for a workflow step](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/defining-conditions-for-a-step.md)
- [Define Workflow Actions](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-actions.md)
- [Configuring communication settings](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-actions/configuring-communication-settings.md)
- [Configuring a conditional assignee](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-actions/configuring-a-conditional-assignee.md)
- [Selecting an assignment strategy](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-actions/selecting-an-assignment-strategy.md)
- [Define workflow Step](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step.md)
- [Updating the status for a step of the workflow](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/updating-status-and-defining-future-actions-buttons.md)
- [Configuring button settings for a step of the workflow](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow.md)
- [Basic details](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/basic-details.md)
- [Form edit settings](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/form-edit-settings.md)
- [Assignment settings](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/assignment-settings.md)
- [Comment log settings](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/comment-log-settings.md)
- [Auto trigger settings](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/auto-trigger-settings.md)
- [Time settings](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/time-settings.md)
- [Ending workflow](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/ending-workflows.md)
- [Editing workflows](https://docs.senpiper.com/workflow-builder/editing-workflows.md)
- [Deleting workflows](https://docs.senpiper.com/workflow-builder/deleting-workflows.md)
- [Designing the reimbursement workflow (Path 1)](https://docs.senpiper.com/workflow-builder/designing-the-reimbursement-workflow.md)
- [Designing the reimbursement workflow (Path 2)](https://docs.senpiper.com/workflow-builder/designing-the-reimbursement-workflow-path-2.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.senpiper.com/workflow-builder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
