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

# Onboarding Walkthrough

> First-time user experience from registration to your first cap table entry

# Onboarding Walkthrough

This guide walks you through the complete first-time experience in Equa -- from creating your account to having a fully configured organization with your first cap table entry.

## The Onboarding Flow

```mermaid theme={null}
graph LR
    Register["1. Register"] --> Verify["2. Verify Email"]
    Verify --> Profile["3. Build Profile"]
    Profile --> PIN["4. Set PIN"]
    PIN --> OrgCreate["5. Create Org"]
    OrgCreate --> Securities["6. Add Securities"]
    Securities --> Members["7. Add Members"]
    Members --> Shares["8. Issue Shares"]
```

## Step 1: Create Your Account

You can register in three ways:

1. **Email and password** -- Fill in the registration form with your name, email, and a secure password
2. **Google sign-in** -- Click "Sign in with Google" for one-click registration
3. **Magic link** -- Enter your email and receive a sign-in link (no password needed)

## Step 2: Verify Your Email

After registering with email/password:

1. Check your inbox for a verification email
2. Click the verification link (valid for 30 minutes)
3. You'll be redirected back to Equa

<Tip>
  Google sign-in users skip this step -- your email is automatically verified.
</Tip>

## Step 3: Complete Your Profile

The profile setup collects:

* **Full name** (required)
* **Phone number** (optional)
* **Date of birth** (optional)
* **Profile photo** (optional)
* **Website** (optional)

## Step 4: Set Your Signing PIN

Set a 4-digit PIN used for signing documents and confirming sensitive actions within the platform.

## Step 5: Create Your Organization

Fill in your company details:

1. **Company name** (required)
2. **Company type** -- LLC, Corporation, Partnership, etc.
3. **Equity structure** -- Choose your equity configuration
4. **Business address** (optional)
5. **EIN / Tax ID** (optional)

## Step 6: Add Security Types

Before issuing shares, define your security types:

1. Navigate to **Cap Table > Security Types**
2. Add your share classes (e.g., Common, Preferred Series A)
3. Configure pricing, voting rights, and other attributes

## Step 7: Invite Team Members

1. Go to **Team > Members**
2. Click **Invite Member**
3. Enter their email address
4. Assign a role (with appropriate permissions)
5. They'll receive an invitation email

## Step 8: Issue Your First Shares

1. Navigate to **Cap Table > Shareholdings**
2. Click **Issue Shares**
3. Select the member, security type, and share count
4. Confirm the issuance
5. A share certificate is automatically generated

## AI-Powered Onboarding (Equanaut)

Equa also offers an AI-powered onboarding path through Equanaut:

1. Upload your existing company documents (articles of incorporation, cap table spreadsheets, etc.)
2. Equanaut analyzes the documents and extracts company information
3. Review the extracted data and answer clarifying questions
4. Equanaut builds your organization structure automatically

This path is ideal if you have existing equity documentation to import.

## Onboarding Checklist

After completing setup, a checklist widget tracks your progress:

* [ ] Verify email
* [ ] Complete profile
* [ ] Set signing PIN
* [ ] Create organization
* [ ] Add security types
* [ ] Invite at least one team member
* [ ] Issue first shares
* [ ] Upload a document
* [ ] Explore the dashboard

## What's Next?

Once onboarding is complete:

* [Manage your cap table](/guides/managing-your-cap-table) in detail
* [Set up ESOP](/guides/esop-administration) for employee equity
* [Create agreements](/guides/creating-agreements) for your equity structure
* [Configure data rooms](/guides/data-rooms) for document sharing

## Design References

Design-system source for this guide: [Onboarding screenshot gallery](/architecture/design-system/screenshots/onboarding) and [EquaStepper](/architecture/design-system/components/equa-stepper), [EquaProgress](/architecture/design-system/components/equa-progress), [EquaButton](/architecture/design-system/components/equa-button), [EquaCard](/architecture/design-system/components/equa-card).

## Related

* [Getting Started](/guides/getting-started)
* [Organization Setup](/guides/organization-setup)
* [Using Equanaut AI](/guides/using-equanaut-ai)
