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

# Authentication

> Secure access to your VoiceBot Dashboard

## Authentication Overview

VoiceBot uses secure session-based authentication to protect your account and data. Each session is valid for 4 hours, after which you'll need to log in again.

## Sign Up Process

<Steps>
  <Step title="Visit the Platform">
    Go to [app.voicebot.studio](https://app.voicebot.studio)
  </Step>

  <Step title="Create Account">
    Click on "Sign Up" and enter your email address and password
  </Step>

  <Step title="Verify Email">
    Verify your email address through the confirmation link
  </Step>

  <Step title="Get Started">
    You'll be automatically logged in and enrolled in the free plan
  </Step>
</Steps>

## Login

<CardGroup cols={2}>
  <Card title="Standard Login" icon="right-to-bracket">
    Log in with your email and password at [app.voicebot.studio](https://app.voicebot.studio)
  </Card>

  <Card title="Session Duration" icon="clock">
    Sessions are valid for 4 hours for security
  </Card>
</CardGroup>

## Password Reset

If you've forgotten your password, you can reset it securely:

<Steps>
  <Step title="Request Reset">
    Click "Forgot Password" on the login page
  </Step>

  <Step title="Enter Email">
    Enter your registered email address
  </Step>

  <Step title="Check Inbox">
    Check your email for the reset link
  </Step>

  <Step title="Set New Password">
    Click the link and set a new password
  </Step>
</Steps>

<Warning>
  Password reset links expire after 1 hour for security. Request a new link if needed.
</Warning>

## Security Best Practices

<AccordionGroup>
  <Accordion title="Password Guidelines" icon="lock">
    * Use a strong, unique password
    * Minimum 8 characters
    * Mix of uppercase, lowercase, numbers, and symbols
    * Don't reuse passwords from other services
  </Accordion>

  <Accordion title="Account Security" icon="shield">
    * Enable two-factor authentication when available
    * Don't share your account credentials
    * Log out when using shared devices
    * Regularly review account activity
  </Accordion>
</AccordionGroup>

## Organization Access

<CardGroup cols={2}>
  <Card title="Multiple Organizations" icon="building">
    * Switch between organizations from the top navigation
    * Each organization has separate settings and data
  </Card>

  <Card title="Access Control" icon="user-lock">
    * Role-based access control
    * Granular permissions per organization
    * Team member management
  </Card>
</CardGroup>

<Note>
  If you're having trouble accessing your account, contact our support team at [support@voicebot.studio](mailto:support@voicebot.studio)
</Note>
