# Ren documentation

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

Get an overview of Ren's features, integrations, and how to use them.

<UiWalkthrough title="See Ren in action" id="see-ren-in-action">
  {/* TODO(demo): screen recording – end-to-end product tour (create an agent, run a session, view the result), ~20s loop */}
</UiWalkthrough>

<CardGrid>
  <LinkCard title="Tutorials" icon="rocket" href="/docs/tutorials/">
    Learn Ren by doing.
  </LinkCard>
  <LinkCard title="Guides" icon="setting" href="/docs/guides/">
    Goal-oriented recipes for every client.
  </LinkCard>
  <LinkCard title="Deep dives" icon="open-book" href="/docs/deep-dives/">
    Understand pods, agents, and the model.
  </LinkCard>
  <LinkCard title="Developers" icon="document" href="/docs/developers/">
    API, CLI, and client lookups.
  </LinkCard>
</CardGrid>