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

# Getting started

> Set up your Clarion workspace, create your first agent, and start triaging alerts.

<Note>
  This guide walks you through the essential steps to go from a fresh workspace to a live agent triaging real alerts.
</Note>

## 1. Create your workspace

Sign in at [clarion.cantina.xyz](https://clarion.cantina.xyz). You may already have a workspace set up for you by the Cantina team. If not, you can create one yourself — all new workspaces require approval from the Cantina team before they go live.

## 2. Invite your team

Open **Settings → Members** to invite teammates. Members receive notifications, review agent decisions, and approve sensitive actions when an agent asks.

<video controls className="w-full aspect-video" src="https://mintcdn.com/cantinaclarion/9SEgbL4YXQOACh78/images/knowledge-base/invite_team_members.mp4?fit=max&auto=format&n=9SEgbL4YXQOACh78&q=85&s=44fcdfa7b7cc0844770fc5b1334fe15b" data-path="images/knowledge-base/invite_team_members.mp4" />

See [Members](/learn/settings/members) for role details.

## 3. Create your first agent

The fastest way to get value out of Clarion is to spin up an agent. Each agent watches a set of monitors, triages incoming alerts, and runs your response playbooks — connecting integrations happens as part of this flow.

1. Open **Agents** and click **New agent**.

2. Pick a template that matches your stack (Identity & Access, DNS Infrastructure, Smart Contract Security, Cloud Posture) or start from a blank agent.

   <video controls className="w-full aspect-video" src="https://mintcdn.com/cantinaclarion/9SEgbL4YXQOACh78/images/knowledge-base/create_agent.mp4?fit=max&auto=format&n=9SEgbL4YXQOACh78&q=85&s=67a18e9047698e6966b480fe57fd1ea5" data-path="images/knowledge-base/create_agent.mp4" />

3. **Connect the integrations the agent needs.** Each template lists its required integrations alongside its monitors — click through to connect each one (Okta, AWS, Cloudflare, etc.). For tools that aren't natively supported, use **Generic webhook**.

   <video controls className="w-full aspect-video" src="https://mintcdn.com/cantinaclarion/9SEgbL4YXQOACh78/images/knowledge-base/connect_monitor.mp4?fit=max&auto=format&n=9SEgbL4YXQOACh78&q=85&s=34e4247a5e12853e20293b0ab0f46d90" data-path="images/knowledge-base/connect_monitor.mp4" />

4. Review the bundled monitors, skills, and signal rules.

5. Activate the agent.

See [Creating agents](/learn/agents/creating-agents) for the full walkthrough.

## 4. Set up notifications

Notifications are how the agent reaches you — for approval requests, clarifications, and routine updates. Slack is the most common channel.

1. Open **Integrations** and connect **Slack**.
2. Pick the channel(s) the agent should post to.
3. In the agent's notification preferences, route approvals, clarifications, and updates to the Slack channel.

See [Notifications](/learn/notifications/introduction) for other options.

## 5. Review tools and approvals

Skills give agents access to **tools** — actions like revoking a session, posting to Slack, or changing a DNS record. Some tools run automatically; others pause for human approval before running.

For each tool, you can require approval, allow it to run autonomously, or disable it entirely. Sensitive actions (revoking access, modifying production infrastructure) should always require approval.

<video controls className="w-full aspect-video" src="https://mintcdn.com/cantinaclarion/9SEgbL4YXQOACh78/images/knowledge-base/tools.mp4?fit=max&auto=format&n=9SEgbL4YXQOACh78&q=85&s=77533edf536c29b13c17e3d787e98f37" data-path="images/knowledge-base/tools.mp4" />

See [Tools](/learn/tools/introduction) for the full list.

## 6. Watch your first triage

Once activated, the agent picks up matching alerts and produces a triage report with disposition, summary, and recommendations.

* View live activity under **Alerts** and **Incidents**.
* Approve or reject sensitive actions from the in-app feed or the Slack channel you wired up in step 4.

<Tip>
  Agents only do what their skills tell them to do. To change behavior, edit the skill — not the agent. See [Skills](/learn/skills/introduction).
</Tip>

## What's next

<CardGroup cols={2}>
  <Card title="Learn the concepts" icon="book" href="/learn/introduction">
    How alerts, incidents, agents, skills, and tools fit together.
  </Card>

  <Card title="Browse integrations" icon="plug" href="/integrations/1password">
    Every integration Clarion supports.
  </Card>

  <Card title="Configure notifications" icon="bell" href="/learn/notifications/introduction">
    Decide where Clarion sends approvals and updates.
  </Card>

  <Card title="Manage members" icon="users" href="/learn/settings/members">
    Invite teammates and assign roles.
  </Card>
</CardGroup>
