# Guides

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

Goal-oriented recipes. Most guides lead with the UI, then show the same task from
the CLI, API, and TypeScript clients.

<CardGrid>
  <LinkCard title="Build and run" icon="rocket" href="/docs/guides/build-and-run/run-an-agent/">
    Run agents, create skills, connect MCPs, add memory.
  </LinkCard>
  <LinkCard title="Automate" icon="seti:clock" href="/docs/guides/automate/schedule-cron-trigger/">
    Schedule tasks and trigger sessions from your code.
  </LinkCard>
  <LinkCard title="Integrate" icon="puzzle" href="/docs/guides/integrate/slack/">
    Slack, Google, Telegram, GitHub, Linear, and the browser.
  </LinkCard>
  <LinkCard title="Share" icon="seti:share" href="/docs/guides/share/publish-to-registry/">
    Publish to the registry and ship blueprints.
  </LinkCard>
  <LinkCard title="Admin" icon="seti:lock" href="/docs/guides/administer/invite-teammates/">
    Invite teammates, set preferences, manage permissions.
  </LinkCard>
</CardGrid>