diff --git a/docs/tutorials/quickstart.md b/docs/tutorials/quickstart.md index f1fd78ab18..d72fd0d41f 100644 --- a/docs/tutorials/quickstart.md +++ b/docs/tutorials/quickstart.md @@ -20,13 +20,13 @@ In this quickstart, you'll: Before diving in, here are the core concepts that power Coder explained through a cooking analogy: -| Component | What It Is | Real-World Analogy | -|----------------|--------------------------------------------------------------------------------------|--------------------------------------------| -| **You** | The engineer/developer/builder working | The head chef cooking the meal | -| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal | -| **Workspaces** | The actual running environment created from the template | The cooked meal | -| **Tasks** | AI-powered coding agents that run inside a workspace | Smart kitchen appliance that help you cook | -| **Users** | A developer who launches the workspace from a template and does their work inside it | The people eating the meal | +| Component | What It Is | Real-World Analogy | +|----------------|--------------------------------------------------------------------------------------|---------------------------------------------| +| **You** | The engineer/developer/builder working | The head chef cooking the meal | +| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal | +| **Workspaces** | The actual running environment created from the template | The cooked meal | +| **Tasks** | AI-powered coding agents that run inside a workspace | Smart kitchen appliance that helps you cook | +| **Users** | A developer who launches the workspace from a template and does their work inside it | The people eating the meal | **Putting it Together:** Coder separates who _defines_ environments from who _uses_ them. Admins create and manage Templates, the recipes, while developers use those Templates to launch Workspaces, the meals. Inside those Workspaces, developers can also run Tasks, the smart kitchen appliance, to help speed up day-to-day work.