# Agent Workflows

### Overview

Your team already knows what good execution looks like.

Prep before the meeting. Follow up after the call. Flag the risky deal. Route the signup. Send the recap. Post the update. Build the report. Keep the process moving.

The problem is not knowing what to do.

The problem is that good work still waits on a person to remember, check, follow up, and pull the pieces together.

**Agent Workflows change that.**

Rox Agent Workflows lets you turn repeatable work into automatic execution. When the right moment arrives, Rox can step in, gather the right context, take the right actions, and deliver the result where it belongs.

This is how you stop relying on memory.

This is how you stop losing momentum between steps.

This is how you go from **co-pilot to autopilot.**

Here are some resources to get started

* [Build your first workflow](/development/product/agent-workflows/build-your-first-workflow.md)
* [Starter prompts to build an Agent Workflow](/development/product/agent-workflows/starter-prompts-to-build-an-agent-workflow.md)
* [How to write a strong workflow prompt](/development/product/agent-workflows/how-to-write-a-strong-workflow-prompt.md)
* [Example workflows](/development/product/agent-workflows/example-workflows.md)

Here are some resources to understand what you can do with Agent Workflows

* [What is a workflow?](/development/product/agent-workflows/what-is-a-workflow.md)
* [When should I use a workflow?](/development/product/agent-workflows/when-should-i-use-a-workflow.md)
* [Workflow creation paths](/development/product/agent-workflows/workflow-creation-paths.md)
* [Workflow Triggers](/development/product/agent-workflows/workflow-triggers.md)
* [What can workflows do?](/development/product/agent-workflows/what-can-workflows-do.md)

Here are some resources for advanced agent workflow building

* [Testing and debugging agent workflows](/development/product/agent-workflows/testing-and-debugging-agent-workflows.md)
* [Publish, monitor, and review outputs](/development/product/agent-workflows/publish-monitor-and-review-outputs.md)
* [Using webhooks](/development/product/agent-workflows/using-webhooks.md)
* [Best practices](/development/product/agent-workflows/best-practices.md)
* [Agent Workflows FAQ](/development/product/agent-workflows/agent-workflows-faq.md)


---

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