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

# General Settings

> Configure your app name, branding, support email, and global options.

Navigate to **Admin → Settings → General** to manage these settings.

## Branding

| Setting       | Description                                                |
| ------------- | ---------------------------------------------------------- |
| App Name      | Displayed in the navigation bar, emails, and browser title |
| Logo          | Upload a light and dark variant (SVG or PNG)               |
| Favicon       | Small icon shown in browser tabs                           |
| Support Email | Used as the reply-to address in outgoing emails            |

## Landing page

| Setting                 | Description                                        |
| ----------------------- | -------------------------------------------------- |
| Hero Title              | Main headline on the public homepage               |
| Hero Subtitle           | Supporting text under the headline                 |
| Feature Highlights      | Three feature cards displayed on the features page |
| Pricing Page Visibility | Show/hide the public pricing page                  |

## Registration

| Setting            | Description                                      |
| ------------------ | ------------------------------------------------ |
| Allow Registration | Enable or disable new user sign-ups              |
| Email Verification | Require users to verify their email address      |
| Google reCAPTCHA   | Enable reCAPTCHA on login and registration forms |

## Security

| Setting          | Description                                          |
| ---------------- | ---------------------------------------------------- |
| Session Lifetime | How long (in minutes) before an idle session expires |
| Force HTTPS      | Redirect all HTTP traffic to HTTPS                   |

<Tip>
  After changing settings, run `php artisan config:cache` on the server if you have config caching enabled.
</Tip>
