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

# Agent Workflows FAQ

#### Do workflows always use AI?

No. Some workflows use AI heavily for summarization, drafting, or analysis. Others are more operational and focus on routing, notification, transformation, or delivery.

#### Can workflows send Slack messages or emails?

Yes. Public workflows can produce email outputs and use public messaging actions where available in the picker.

#### Can workflows create slides or files?

Yes. Outputs include slides and file.

#### Can workflows respond to outside systems?

Yes. Public workflows support webhook triggers.

#### How do I test a workflow before publishing?

Use Runs -> New test run, pass realistic trigger data, optionally set breakpoints, and inspect the results before you publish.

#### What is the best first workflow to build?

Start with something repeatable and high-value, like meeting prep, post-meeting follow-up, a weekly summary, or a webhook-triggered notification.

\ <br>
