> For the complete documentation index, see [llms.txt](https://help.leadboxer.com/leadboxer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.leadboxer.com/leadboxer/guides/how-to-create-a-workflow-automation.md).

# How to create a Workflow Automation

To add your first Workflow, log into LeadBoxer as Admin and find the Workflow Automations section in the navigation.

1. Click Add Workflow
2. Provide a Name and Description for your workflow.

   <figure><img src="/files/hLO8t8iwM8EdxhZ6TtVk" alt=""><figcaption></figcaption></figure>
3. Add one or more Triggers and configure to 'fire' when specific criteria are met.

   <figure><img src="/files/u5iSICNbxNzsWnjkjhS7" alt=""><figcaption></figcaption></figure>
4. Define your action(s). What do you want to happen?

   <figure><img src="/files/zjUiUc8gwf7qbqioXPC8" alt=""><figcaption></figcaption></figure>
5. Review your Workflow automation and save.

   <figure><img src="/files/jd5YVuLUkDSQu6iXc63i" alt=""><figcaption></figcaption></figure>

Going forward, each new event or piece of data that goes through our engine will be evaluated to  match triggers and execute the relevant action(s) when triggers are met.

Please let us know if you are missing a trigger or action!


---

# 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:

```
GET https://help.leadboxer.com/leadboxer/guides/how-to-create-a-workflow-automation.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.
