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

# Logging In

> Learn how to access your Shopper administration panel.

To manage your store, you need to log in to the Shopper administration panel. This guide will walk you through the login process.

## Accessing the Login Page

Your Shopper administration panel is accessible at your website URL followed by `/cpanel`. For example:

```
https://your-store.com/cpanel/login
```

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/khtWzNt9B9rQhNq5/images/v2/login.png?fit=max&auto=format&n=khtWzNt9B9rQhNq5&q=85&s=8439e39176c2f2a8581c90bc173f9ef3" alt="Shopper Login Page" width="3456" height="2002" data-path="images/v2/login.png" />
</Frame>

## Logging In

1. Enter your **email address** in the first field
2. Enter your **password** in the second field
3. Click the **Log in** button

<Tip>
  If you've enabled two-factor authentication on your account, you'll be prompted to enter a verification code after submitting your credentials. Learn more about [Two-Factor Authentication](/v2/user-guide/administration/two-factor).
</Tip>

## Forgot Your Password?

If you've forgotten your password:

1. Click the **Forgot your password?** link on the login page
2. Enter your email address
3. Check your email for a password reset link
4. Follow the instructions in the email to create a new password

## After Logging In

Once logged in, you'll be taken to the **Dashboard**, which provides an overview of your store's activity. From here, you can navigate to any section of the administration panel using the sidebar on the left.

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/RoQo55-CU3i212Mj/images/v2/dashboard.png?fit=max&auto=format&n=RoQo55-CU3i212Mj&q=85&s=41471a885e0031d4eb49ea180cf40a5c" alt="Shopper Dashboard" width="3448" height="1976" data-path="images/v2/dashboard.png" />
</Frame>

## Logging Out

To log out of your account:

1. Click on your **profile picture** in the bottom-left corner of the sidebar
2. Select **Log out** from the dropdown menu

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/KQY6o7d4neR-LyIr/images/v2/account-dropdown.png?fit=max&auto=format&n=KQY6o7d4neR-LyIr&q=85&s=a89c403fab708cd1a6749090328af3f4" alt="Account dropdown" width="564" height="660" data-path="images/v2/account-dropdown.png" />
</Frame>
