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

# Authentication & Account Setup

> Get started with your Recepta.ai account

## Account Creation

Setting up your Recepta.ai account is the first step to creating powerful AI voice agents and chat widgets.

<Steps>
  <Step title="Sign Up">
    Visit [recepta.ai](https://recepta.ai) and click "Get Started" to create your account
  </Step>

  <Step title="Email Verification">
    Check your email and click the verification link to activate your account
  </Step>

  <Step title="Complete Profile">
    Fill in your business information and preferences
  </Step>

  <Step title="Choose Plan">
    Select the plan that best fits your business needs
  </Step>
</Steps>

## Sign Up Process

### Basic Information

When creating your account, you'll need to provide:

* **Full Name**: Your name or business contact name
* **Email Address**: Used for login and important notifications
* **Password**: Secure password with minimum requirements
* **Business Name**: Your company or organization name

### Business Profile Setup

Help us customize your experience by providing:

<CardGroup cols={2}>
  <Card title="Business Details" icon="building">
    * Industry/Sector
    * Company Size
    * Primary Use Case
    * Expected Call Volume
  </Card>

  <Card title="Contact Information" icon="phone">
    * Business Phone
    * Website URL
    * Business Address
    * Timezone
  </Card>
</CardGroup>

## Login Methods

### Standard Email Login

Use your registered email and password to access your dashboard.

```text theme={null}
Email: your-email@company.com
Password: YourSecurePassword123
```

### Google Authentication

For faster login, you can connect your Google account:

<Steps>
  <Step title="Click Google Sign In">
    Select "Sign in with Google" on the login page
  </Step>

  <Step title="Authorize Access">
    Grant permission for Recepta.ai to access your basic profile
  </Step>

  <Step title="Account Linking">
    Your Google account will be linked for future logins
  </Step>
</Steps>

<Note>
  Google authentication provides additional security and faster access to your account.
</Note>

## Account Security

### Password Requirements

Your password must meet these security standards:

* **Minimum 8 characters**
* **At least 1 uppercase letter**
* **At least 1 lowercase letter**
* **At least 1 number**
* **At least 1 special character**

### Two-Factor Authentication (2FA)

Add an extra layer of security to your account:

<Tabs>
  <Tab title="SMS 2FA">
    * Add your mobile phone number
    * Receive verification codes via text
    * Enter code during login
  </Tab>

  <Tab title="App-Based 2FA">
    * Use Google Authenticator or similar apps
    * Scan QR code to set up
    * Enter time-based codes during login
  </Tab>
</Tabs>

## Dashboard Overview

Once logged in, you'll see your main dashboard with key sections:

<CardGroup cols={2}>
  <Card title="AI Agents" icon="robot">
    **Manage Your Voice Agents**

    * Create new agents
    * View agent performance
    * Update configurations
    * Monitor call activity
  </Card>

  <Card title="Chat Widget" icon="message-circle">
    **Website Chat Integration**

    * Configure chat widgets
    * Get embed codes
    * Track conversations
    * Customize appearance
  </Card>

  <Card title="Analytics" icon="chart-line">
    **Performance Insights**

    * Call volume statistics
    * Customer satisfaction scores
    * Response time metrics
    * Conversion tracking
  </Card>

  <Card title="Settings" icon="settings">
    **Account Management**

    * Business information
    * Billing and plans
    * Team members
    * Integrations
  </Card>
</CardGroup>

## Account Settings

### Business Information

Keep your business details up to date:

```javascript theme={null}
{
  "business_name": "Acme Corporation",
  "industry": "Professional Services",
  "website": "https://acmecorp.com",
  "phone": "+1 (555) 123-4567",
  "address": "123 Business St, City, State 12345",
  "timezone": "America/New_York"
}
```

### Notification Preferences

Control what notifications you receive:

<AccordionGroup>
  <Accordion title="Email Notifications">
    * **System Updates**: Important platform changes
    * **Account Activity**: Login alerts and security notifications
    * **Performance Reports**: Weekly/monthly summary emails
    * **Billing Notifications**: Payment confirmations and reminders
  </Accordion>

  <Accordion title="SMS Notifications">
    * **Critical Alerts**: System downtime or issues
    * **High Priority Calls**: VIP customer interactions
    * **Security Alerts**: Unusual account activity
  </Accordion>
</AccordionGroup>

## Billing and Subscription

### Plan Options

<CardGroup cols={3}>
  <Card title="Starter Plan" icon="seedling">
    **\$49/month**

    * 1 AI Agent
    * 500 minutes/month
    * Basic analytics
    * Email support
  </Card>

  <Card title="Professional Plan" icon="briefcase">
    **\$149/month**

    * 5 AI Agents
    * 2,000 minutes/month
    * Advanced analytics
    * Priority support
  </Card>

  <Card title="Enterprise Plan" icon="building">
    **Custom Pricing**

    * Unlimited agents
    * Custom minutes
    * White-label options
    * Dedicated support
  </Card>
</CardGroup>

### Payment Methods

We accept various payment methods:

* **Credit Cards**: Visa, MasterCard, American Express
* **PayPal**: Link your PayPal account for easy payments
* **Bank Transfer**: Available for enterprise customers
* **Cryptocurrency**: Bitcoin and Ethereum accepted

## Team Management

### Adding Team Members

Invite colleagues to collaborate on your AI agents:

<Steps>
  <Step title="Navigate to Team Settings">
    Go to Settings → Team Management
  </Step>

  <Step title="Send Invitation">
    Enter email address and select role permissions
  </Step>

  <Step title="Role Assignment">
    Choose appropriate access level for the team member
  </Step>
</Steps>

### Permission Levels

<AccordionGroup>
  <Accordion title="Admin">
    **Full Access**

    * Manage all agents and settings
    * Access billing and team management
    * View all analytics and reports
    * Configure integrations
  </Accordion>

  <Accordion title="Manager">
    **Agent Management**

    * Create and edit agents
    * View performance analytics
    * Manage knowledge bases
    * Cannot access billing
  </Accordion>

  <Accordion title="Viewer">
    **Read-Only Access**

    * View agent configurations
    * See analytics dashboards
    * Access call logs
    * Cannot make changes
  </Accordion>
</AccordionGroup>

## API Access

### API Keys

For developers who want to integrate with our API:

<Warning>
  Keep your API keys secure and never expose them in client-side code or public repositories.
</Warning>

```bash theme={null}
# Example API request
curl -H "Authorization: Bearer your-api-key-here" \
     -H "Content-Type: application/json" \
     "https://api.recepta.ai/v1/agents"
```

### Rate Limits

API usage is subject to rate limits based on your plan:

* **Starter**: 100 requests/hour
* **Professional**: 1,000 requests/hour
* **Enterprise**: Custom limits

## Support and Resources

### Getting Help

<CardGroup cols={2}>
  <Card title="Documentation" icon="book-open">
    **Self-Service Resources**

    * Complete user guides
    * API documentation
    * Video tutorials
    * Best practices
  </Card>

  <Card title="Support Channels" icon="headset">
    **Direct Assistance**

    * Email: [support@recepta.ai](mailto:support@recepta.ai)
    * Live chat (Pro+ plans)
    * Phone support (Enterprise)
    * Community forum
  </Card>
</CardGroup>

### Response Times

Our support team aims for fast response times:

* **Starter Plan**: 24-48 hours
* **Professional Plan**: 12-24 hours
* **Enterprise Plan**: 2-4 hours (priority support)

## Next Steps

Now that your account is set up:

<CardGroup cols={2}>
  <Card title="Complete Onboarding" icon="check-circle" href="/setup/onboarding">
    Set up your business information and first AI agent
  </Card>

  <Card title="Create First Agent" icon="robot" href="/agents/creation">
    Build your first AI voice agent in minutes
  </Card>

  <Card title="Set Up Chat Widget" icon="message-circle" href="/chat-widget/setup">
    Add intelligent chat to your website
  </Card>

  <Card title="Explore Analytics" icon="chart-line" href="/features/analytics">
    Understand your performance metrics
  </Card>
</CardGroup>

***

**Account successfully set up!** You're now ready to create your first AI voice agent and start transforming your customer interactions.
