Skip to content

docs: add workflow documentation images and examples #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified fern/static/images/.DS_Store
Binary file not shown.
Binary file modified fern/static/images/workflows/workflows-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions fern/workflows/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description: Build a simple agent that greets users and gathers basic informatio

Build a simple voice agent using Vapi's visual workflow builder that greets users, collects their information, and demonstrates core workflow concepts like variable extraction, conditional routing, and global nodes.

<Frame>
<img src="../static/images/workflows/workflows-quickstart-flow.png" alt="Vapi Workflows" />
</Frame>

**Agent Capabilities:**
* Greet users and ask about their voice agent needs
* Extract and store user information (name and city)
Expand Down
Loading