# 1. General Welcome and Site Management Panel

<figure><img src="/files/K9QvmbnME20U3DUkLwDV" alt=""><figcaption></figcaption></figure>

### 🏁 1. General Welcome and Site Management Panel

#### 📖 Overview

This is the **landing page** for all ShieldsGuard users. Upon logging in, it provides an at-a-glance summary of their account, including registered websites, usage metrics, and access to essential management tools.

It is the central control panel for launching new domains, configuring users, and monitoring real-time activity across protected assets.

***

#### 🧱 Components

**📚 Sidebar Menu**

The left-hand menu provides access to all core user-level operations:

| Icon | Item                                 | Description                                        |
| ---- | ------------------------------------ | -------------------------------------------------- |
| 🏗️  | **Create Site**                      | Add and configure a new domain to be protected     |
| 🌐   | **Registered Websites List**         | View all domains/subdomains linked to your account |
| 👥   | **User Management Panel**            | Manage team members, roles, and permissions        |
| 👤   | **Profile Information**              | Update personal or organizational contact data     |
| 🧾   | **Invoices**                         | View and download billing history                  |
| 🏠   | **Address Management**               | Maintain billing/shipping/organization addresses   |
| 🔐   | **Two-Factor Authentication Status** | Toggle or view 2FA status (critical for security)  |
| 🔑   | **Change Password**                  | Update login credentials securely                  |

***

**🖥️ Main Content Area**

The right panel contains your personalized usage summary and key action buttons:

| Component                | Purpose                                                     |
| ------------------------ | ----------------------------------------------------------- |
| 💬 **Welcome Message**   | Personalized greeting with your display name                |
| 🌍 **Total Websites**    | Number of sites currently protected by your account         |
| ✅ **Active Sites**       | List of live domains, with status indicators (🟢 = active)  |
| 📊 **Requests Today**    | Real-time count of incoming traffic to all registered sites |
| ➕ **Create Site Button** | Quick-start button to onboard a new domain                  |

***

#### 🧠 Usage Scenario

> This screen acts as the **entry point** into the ShieldsGuard ecosystem.

Example applications:

* A **security analyst** can log in and immediately see traffic trends across websites.
* A **DevOps engineer** may use this view to confirm DNS propagation or SSL readiness.
* An **admin** might onboard new sites or grant user permissions directly from here.

***

#### 🎨 Visual Indicators

| Indicator                 | Meaning                                         |
| ------------------------- | ----------------------------------------------- |
| 🟢 **Green Dot**          | Site is active and fully protected              |
| 🔴 **Red “INACTIVE” tag** | 2FA is not enabled (⚠️ security recommendation) |

***

#### 📌 Additional Notes

* This dashboard is not just informational — it is **actionable**.
* All navigation stems from this control panel, making it the **primary cockpit** for security administrators and operators.
* Integrated metrics such as “requests today” and “active sites” help teams stay informed at a glance.

***

> 🎯 The General Panel gives you an instant, high-level view of your digital estate — combining usability with operational intelligence from the very first screen.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shieldsguard.com/getting-started/1.-general-welcome-and-site-management-panel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
