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


---

# 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.rox.com/development/product/agent-workflows/agent-workflows-faq.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.
