# Tutorials

import { CardGrid } from "@astrojs/starlight/components"
import LinkCard from "@/components/starlight/LinkCard.astro"

Guided, end-to-end lessons. Follow them in order, then use the
[guides](/docs/guides/) for specific goals.

<CardGrid>
  <LinkCard title="Quickstart" icon="rocket" href="/docs/tutorials/quickstart/">
    The shortest path to your first chat with a Ren agent.
  </LinkCard>
  <LinkCard title="Create an agent on Slack" icon="puzzle" href="/docs/tutorials/new-agent-on-slack/">
    Build a custom agent in the UI and chat with it from Slack.
  </LinkCard>
  <LinkCard title="Give your agent access to Ren" icon="seti:plan" href="/docs/tutorials/give-agent-access-to-ren/">
    Run Ren from your coding agent and deploy your agent stack.
  </LinkCard>
</CardGrid>