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

# Switching Between Accounts

> Switch between different workspaces and accounts in the desktop app

## Overview

Snippets AI desktop app supports multiple account management, allowing you to switch between different workspaces and accounts without logging out. Perfect for freelancers, consultants, or anyone juggling personal and work accounts-keep everything organized and accessible with quick account switching.

This guide explains the account hierarchy and how to efficiently manage multiple accounts on desktop.

## Account Hierarchy

Understanding the structure:

```
👤 Account (Your Email/Identity)
  └─ 🏢 Workspace (Company/Organization)
      └─ 👥 Team (Department/Project)
          └─ 📝 Snippet
```

**Example:**

```
👤 john@personal.com (Personal Account)
  └─ 🏢 Personal Workspace
      └─ 👥 Side Projects Team

👤 john@company.com (Work Account)
  └─ 🏢 Acme Corp Workspace
      └─ 👥 Engineering Team
```

Each account is completely separate with its own workspaces, teams, and snippets.

## Why Multiple Accounts?

Common scenarios:

### Personal + Work

```
Personal Account:
  - Side projects
  - Learning resources
  - Personal productivity

Work Account:
  - Company snippets
  - Team collaboration
  - Client projects
```

### Multi-Company Consultants

```
Consultant Account:
  - Client A workspace
  - Client B workspace
  - Personal workspace
```

### Testing & Development

```
Production Account:
  - Real work snippets

Development Account:
  - Testing features
  - Experimental snippets
```

## How It Works

<iframe src="https://player.vimeo.com/video/1104082381?h=0&title=0&byline=0&portrait=0&autoplay=1&muted=1" width="100%" height="450" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen />

### Adding an Account

#### First Time Setup

1. **Install Snippets AI** desktop app
2. **Sign in** with first account (e.g., work email)
3. App opens to your workspace

#### Adding Second Account

1. **Click your profile** (top-left corner)
2. **Select "Add Account"**
3. **Sign in with second account** (e.g., personal email)
4. **Switch between accounts** anytime

### Switching Accounts

#### Method 1: Profile Menu (Primary)

1. **Click profile avatar** (top-left)
2. **See list of all signed-in accounts**
3. **Click account** to switch
4. **App refreshes** to that account's workspace

### Visual Indicators

**Current Account:**

* Profile photo in top-left
* Account email shown on hover
* Workspace name at top of sidebar

**Account Badge:**

* Color coding per account (customizable)
* Helps visually distinguish which account you're in

## Account-Specific Data

Each account is completely isolated:

### What's Separate

**Snippets:**

* Each account has its own snippet library
* No cross-contamination

**Workspaces & Teams:**

* Workspace membership per account
* Team permissions per account

**Favorites:**

* Global Favorites are per account
* Star snippets independently in each account

**Settings:**

* Notification preferences
* Theme/appearance
* Keyboard shortcuts (can differ per account)

**Quick Access:**

* Searches current account only
* Switch account to search different library

### What's Shared

**Desktop App:**

* One installation for all accounts
* Updates apply to all accounts

**System Preferences:**

* Accessibility permissions (one-time setup)
* File system access

**Window Position:**

* Window size/position (unless customized per account)

## Managing Multiple Accounts

### Account List

View all signed-in accounts:

**Profile Menu → Manage Accounts**

See list with:

* Account email
* Associated workspaces
* Last active time
* Sign out option per account

### Signing Out

**Sign out of one account:**

1. Profile Menu → Manage Accounts
2. Find account
3. Click "Sign Out"
4. Account removed from app (can re-add later)

## Workflows for Multiple Accounts

### Freelancer/Consultant

```
Morning (Client Work):
1. Switch to Client A account
2. Use client-specific snippets
3. Collaborate with client team

Afternoon (Client Work):
4. Switch to Client B account
5. Use different set of snippets
6. Separate context entirely

Evening (Personal):
7. Switch to personal account
8. Work on side projects
9. Personal snippets library
```

### Developer (Work + Personal)

```
Workday:
1. Sign in to work account
2. Company snippets available
3. Collaborate with team
4. Use company prompt library

Evenings/Weekends:
5. Switch to personal account
6. Side project snippets
7. Personal learning resources
8. Experimental code
```

### Testing/QA Scenario

```
Production Testing:
1. Sign in to test account A
2. Verify features work
3. Test snippet creation

Development Testing:
4. Switch to test account B
5. Test new features
6. Break things safely

Production Use:
7. Switch to real account
8. Actual work
9. No risk of test contamination
```

## Best Practices

<Tip>
  **Use Work Email for Work**: Keep work and personal completely separate. Makes
  offboarding cleaner if you leave a company.
</Tip>

<Tip>
  **Limit Active Accounts**: Having 5+ accounts active gets confusing. Sign out
  of accounts you rarely use.
</Tip>

<Tip>
  **Visual Distinctions**: Use different profile photos for different accounts
  to quickly identify which you're in.
</Tip>

<Tip>
  **Set Appropriate Defaults**: Set your most-used account as default to
  minimize switching on app launch.
</Tip>

## Troubleshooting

### Account Not Appearing

If an account doesn't show after adding:

1. **Workspace Access**: Verify workspace membership
2. **Refresh**: Restart Snippets AI

### Sign-In Issues

If can't sign in to second account:

1. **Sign Out First**: Sign out of current account, then sign in to new one or contact support if the issue persists.

## Web App vs. Desktop App

### Desktop App (Multiple Accounts Supported)

✅ **Supported:**

* Multiple accounts simultaneously signed in
* Quick switching between accounts
* System tray access
* Desktop notifications per account

### Web App (Single Account Only)

❌ **Not Supported:**

* One account per browser session
* Must sign out to switch
* Use incognito/different browser for multiple accounts

**Recommendation:** Use desktop app if you need multiple accounts.

## What's Next

<Card title="Switching Between Teams" icon="toggle-on" href="/guides/switch-teams">
  Learn how to switch between teams within a workspace
</Card>

<Card title="Creating Teams" icon="users" href="/guides/create-team">
  Set up teams to organize your workspace
</Card>

<Card title="Quick Access Overview" icon="bolt" href="/guides/quick-access-intro">
  Quick Access searches within your current account
</Card>
