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

# Quickstart

> Welcome to Monnet!

This quickstart guide will have you using AI-powered decision making in a few minutes.
By the end, you’ll understand how to use Monnet for common decisions.

## Before you begin

You need an **invitation**. Monnet is in closed alpha today: limited spots, free for now, first come first served.

* Haven't requested access yet? [Request an invite](https://docs.google.com/forms/d/e/1FAIpQLSc3bCcHZw6CEPX7T3YZcS_Whus7WMiKV4_P6vnAOUDR3Cup3w/viewform).
* Already got an invitation? [Sign up](https://accounts.monnet.ai/sign-up).
* You also need a team — Monnet is built for collaboration, so it shines when at least two or three people are involved.

## Step 1: Create a workspace

A [**workspace**](/product/workspace) represents one organization in Monnet - it's where your team collaborates on decisions and projects. As a user, you can have one or many workspaces. Each workspace has a unique URL in the style `monnet.ai/example`.

After signing up, click **New workspace** from the sidebar to create yours.

## Step 2: Explore your workspace

The workspace page is where you can add team members and onboard AI agents.

It's also where [**MONNET.md**](/product/workspace#monnetmd) lives. MONNET.md is a markdown file that gives Monnet persistent context, instructions, policies, and workflows for your organization. Add the context that a new team member would need to be productive.

See also the skills, instructions that you can customize for various scenarios.

## Step 3: Publish your first motion

A [**motion**](/product/motion) is a structured proposal for action — the unit Monnet uses to take a decision or project from idea to outcome.

What's a decision that's taking longer than it should? Let's make Monnet structure it and get everyone aligned. Try one of these:

```text theme={null}
Let's add feature Z to our product
```

```text theme={null}
What tool should we adopt to do X?
```

```text theme={null}
We need to define a plan for Y
```

Refine the motion until it looks good to you, then publish.

<Note>
  The motion isn't visible to others until you publish it.
</Note>

## Step 4: Invite team members

Add the people involved to your motion and workspace. Monnet will reach out, start coordinating with them, and email you whenever additional input is needed. Close the motion when you are done.

## Step 5: Onboard your first agent

Now let's let Monnet delegate work to your agents. Today you connect a **Local Runner (Claude Code)** — Monnet runs Claude Code on your own machine, using your subscription, repos, and permissions.

<Card title="Local Runner (Claude Code)" icon="desktop">
  Run Claude Code on your own machine. Monnet picks up assigned work, runs it locally, and reports back on the motion.
</Card>

From **workspace settings → Team → AI Agents**, click **Onboard a new agent** and follow the wizard. More connector types — managed agents and GitHub Actions — are on the way.

More details in [Workspace — Onboard an agent](/product/workspace#onboard-an-agent).

## What's next?

Now that you've learned the basics, explore more advanced features:

<Columns cols={2}>
  <Card title="How Monnet works" icon="compass" href="/concepts/how-monnet-works">
    The motion lifecycle, tools, and interfaces.
  </Card>

  <Card title="Glossary" icon="book" href="/concepts/glossary">
    Every term, every role, every state — in one place.
  </Card>

  <Card title="Motion" icon="file-lines" href="/product/motion">
    Create, edit, publish, and work through motions with your team.
  </Card>

  <Card title="MCP server" icon="plug" href="/integrations/mcp-server">
    Work from Claude Code, Desktop, Cursor, or Codex.
  </Card>
</Columns>
