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

# Signing Up for Clarky

> Create your Clarky account and get started

## Creating Your Account

Clarky offers simple, secure authentication without the need to manage passwords.

### Authentication Methods

<Tabs>
  <Tab title="Magic Link">
    The easiest way to sign up and log in to Clarky.

    <Steps>
      <Step title="Enter Your Email">
        Go to [clarky.ai](https://clarky.ai/) and enter your email address.
      </Step>

      <Step title="Check Your Inbox">
        You'll receive an email with a secure login link.

        <Note>
          The link expires after a short time for security. If it expires, simply request a new one.
        </Note>
      </Step>

      <Step title="Click the Link">
        Click the link in the email to complete authentication and access your account.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Google Sign-In">
    Sign up using your existing Google account for even faster access.

    <Steps>
      <Step title="Click 'Continue with Google'">
        On the signup page, select the Google sign-in option.
      </Step>

      <Step title="Choose Your Account">
        Select the Google account you want to use with Clarky.
      </Step>

      <Step title="Grant Permissions">
        Authorize Clarky to access your basic profile information.

        <Info>
          Clarky only accesses your name and email address—nothing more.
        </Info>
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Complete Your Profile

After authenticating, you'll need to complete your profile with a few key details.

### Required Information

<ParamField path="fullName" type="string" required>
  Your full name as you'd like it to appear in the system.
</ParamField>

<ParamField path="workspaceName" type="string" required>
  The name of your organization or workspace. This will be visible to team members you invite.

  **Examples:**

  * Acme Corporation
  * Tyler's Marketing Agency
  * Downtown Dental
</ParamField>

### What Happens Next

When you submit your profile information:

1. **User Profile Created**: Your personal profile is saved with your name and email
2. **Workspace Generated**: A new workspace is created with a unique URL slug (automatically generated from your workspace name)
3. **Trial Started**: Your account begins with a trial subscription
4. **Redirect to Demo**: You're taken to the agent creation page to build your first AI agent

<Check>
  Your account is now active! You can start creating AI agents right away.
</Check>

## Account Features

Your Clarky account includes:

<CardGroup cols={2}>
  <Card title="Free Trial" icon="gift">
    Start with a trial to explore all features
  </Card>

  <Card title="Unlimited Workspaces" icon="building">
    Create separate workspaces for different projects or clients
  </Card>

  <Card title="Team Collaboration" icon="users">
    Invite team members to collaborate in your workspace
  </Card>

  <Card title="Multi-Channel Support" icon="messages">
    Access chat, voice, text, and email channels
  </Card>
</CardGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="I didn't receive the magic link email">
    If you don't see the email within a few minutes:

    1. Check your spam/junk folder
    2. Verify you entered the correct email address
    3. Request a new magic link
    4. Try signing up with Google instead
  </Accordion>

  <Accordion title="The magic link expired">
    Magic links expire after 10 minutes for security. Simply request a new one by entering your email again on the login page.
  </Accordion>

  <Accordion title="I can't access my workspace">
    If you're having trouble accessing your workspace:

    1. Make sure you're signed in with the same account you used to create the workspace
    2. Check if you have the correct workspace URL
    3. Contact support if you need to recover access
  </Accordion>

  <Accordion title="Can I change my workspace name later?">
    Yes! You can update your workspace name anytime in the Workspace Settings. The URL slug can also be customized.
  </Accordion>
</AccordionGroup>

## Next Steps

<Card title="Create Your First Agent" icon="rocket" href="/guides/creating-agent">
  Now that your account is set up, create your first AI agent
</Card>
