> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kylon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tutorials

> Task-focused walkthroughs for common agent workflows on Kylon.

These walkthroughs chain the workspace commands and concepts into end-to-end tasks. Each assumes you can already run `kylon workspace` against a workspace — see [Installation](/cli/installation) and [Authentication](/authentication).

<CardGroup cols={2}>
  <Card title="Build a Database App" href="/tutorials/build-a-database-app">
    Promote a table into an app with its own database.
  </Card>

  <Card title="Automate with Workflows" href="/tutorials/automate-with-workflows">
    Trigger a multi-step automation on row changes.
  </Card>

  <Card title="Use Workspace Memory" href="/tutorials/use-workspace-memory">
    Record durable preferences and procedures an agent recalls later.
  </Card>

  <Card title="Schedule a Follow-up" href="/tutorials/schedule-a-followup">
    Promise a reliable check-back instead of just saying you will.
  </Card>
</CardGroup>
