# Login Page

<div drawio-diagram="108"><img src="https://internal-docs.parakeet.io/uploads/images/drawio/2025-06/XG9XIZKSMWSZ3VIO-drawing-3-1750324608.png" alt=""/></div>

## 1. Login Flow

---

### Purpose

This flow allows existing users to securely access their Parakeet dashboard and campaign tools by logging into their accounts.

---

### Flow Steps

1. The user navigates to the login page:  
    `auth/login`
    
    [![image.png](https://internal-docs.parakeet.io/uploads/images/gallery/2025-06/scaled-1680-/rbgHR5dbpcey0KjE-image.png)](https://internal-docs.parakeet.io/uploads/images/gallery/2025-06/rbgHR5dbpcey0KjE-image.png)
2. The user is prompted to enter the following credentials:
    
    
    - Email address  
        `user@example.com`
    - Password  
        `********`
    - After entering valid credentials, the user clicks the **Login** button.
3. The system verifies the credentials:
    
    
    - If valid, the user is redirected to:  
        `/dashboard`
        
        [![image.png](https://internal-docs.parakeet.io/uploads/images/gallery/2025-06/scaled-1680-/snLZiUdfywP3Ia9h-image.png)](https://internal-docs.parakeet.io/uploads/images/gallery/2025-06/snLZiUdfywP3Ia9h-image.png)
    - If invalid, an error notification is displayed:  
        *"Invalid credentials. Please try again."*
        
        [![image.png](https://internal-docs.parakeet.io/uploads/images/gallery/2025-06/scaled-1680-/Tt1xhx25QTGDQsRb-image.png)](https://internal-docs.parakeet.io/uploads/images/gallery/2025-06/Tt1xhx25QTGDQsRb-image.png)
4. Depending on the context or prior user action, the user may be redirected to:
    
    
    - The Dashboard (if the user has an active account)