BlogGuides

Mastering Multi-Step Workflows in Vox

·6 min read

Single commands are useful, but Vox's real power shows when you chain complex, multi-step operations into a single voice instruction. Here's how multi-step workflows work and how to use them effectively.

How multi-step execution works

When you give Vox a complex command, the AI breaks it into sequential tool calls. Each step uses the output of the previous step:

Computer, find my latest invoice, convert it to PDF, and email it to the client.

Vox — Multi-Step Execution
search_files — searching for recent invoice documentsDone
Found: ~/Documents/Invoice-March-2026.docxDone
create_document — converting to PDF formatDone
Created: ~/Documents/Invoice-March-2026.pdfDone
send_email — attaching PDF and sending to clientDone
Email sent to client@company.com with attachmentDone

Real workflow examples

Morning briefing

Computer, check my unread emails, summarize anything urgent, and draft replies to the top three.

This triggers: email fetch → filter by urgency → summarize → generate three draft replies — all from one command.

Research and report

Computer, research the latest trends in energy storage, create a one-page summary, save it as a Word doc, and email it to the team.

Vox — Background Research
web_search — searching for energy storage trends 2026Done
web_search — found 8 relevant sourcesDone
Synthesizing findings into summary...Done
create_document — writing energy-storage-trends.docxDone
send_email — sending to team with document attachedDone

Code review workflow

Computer, look at the changes in my project folder since yesterday, summarize what changed, and draft a changelog entry.

Background processing

For long-running workflows, Vox uses background agents. You can queue a task and check on it later:

You

Computer, in the background, scan all my PDFs in the tax folder, extract the key numbers, and create a summary spreadsheet.

Vox

I'll process that in the background. This will take a few minutes — I'll let you know when it's done. You can check progress in the Activity tab anytime.

Tip

Use “in the background” for tasks that might take a while. Vox will process them asynchronously and notify you when complete.

Error recovery

When a step in a multi-step workflow fails, Vox doesn't just stop:

  • It explains which step failed and why
  • It suggests alternatives or asks for clarification
  • Completed steps are preserved — it doesn't start over
Note

Every tool call in a multi-step workflow is visible in the Activity tab. You can trace exactly what happened, what worked, and what didn't.


Multi-step workflows turn Vox from a question-answering tool into an autonomous task executor. Speak naturally, and let it figure out the steps.

Put Vox to work on your computer.

Download Vox for Mac and start with the local setup flow.

Download for Mac

macOS · Apple Silicon & Intel