---
title: Tutorials
path: tutorials
status: published
---

# Tutorials

End-to-end recipes for common patterns. Each tutorial is independent — pick whichever fits the goal at hand.

- **[Hello World](./tutorials/hello-world)** — the smallest useful flow.
- **[Customer support flow](./tutorials/customer-support-flow)** — branch on intent, call a knowledge plugin, route to a human reviewer when confidence is low.
- **[Expense approval with HITL](./tutorials/expense-approval-with-hitl)** — provision a sandbox, run a policy check, hand decisions over the threshold to a reviewer.
- **[Publish a flow as a chat model](./tutorials/publish-as-chat-model)** — make your Core reachable from any OpenAI-compatible client.
- **[Multi-model flow](./tutorials/multi-model-flow)** — use a fast model for triage and a smart model for response generation.
- **[Import an existing YAML manifest](./tutorials/import-yaml)** — turn a hand-edited or third-party YAML Core into a ScaiFlow flow you can edit visually.
- **[Publish to your tenant catalog](./tutorials/publish-to-tenant-catalog)** — package, version, share flows across your team.
