# 1. General Settings

### **General Settings**

The **General Settings** section provides system administrators with the ability to configure core application settings, including system-level configurations and mail notification preferences. It is divided into two main tabs: **System Settings** and **Mail Settings**.

#### **1. System Settings**

<figure><img src="https://1469101793-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkGNii3LLQCh3Lj3WL2Xg%2Fuploads%2FI7ImMxgOquiA9NoOFL6B%2Fimage.png?alt=media&#x26;token=6a7eca25-aa69-44ca-b17d-f706505edc1c" alt=""><figcaption></figcaption></figure>

The **System Settings** tab allows administrators to configure basic application parameters that are essential for system identification and access. Key settings include:

* **Application Name**
  * Defines the display name of the application in the email alerts
  * Example: `CheckCle App`
* **Application URL**
  * The URL used to access the application instance.
  * This is critical for email notifications and system links to function correctly.
  * Example: `http://127.0.0.1:8090`
* **Edit Functionality**
  * Administrators can update the application name and URL by clicking the **Edit** button.
  * Changes are immediately applied system-wide.

> **Note:** Ensure the Application URL is correct to avoid broken links in notifications and system-generated emails.

***

#### **2. Mail Settings**

<figure><img src="https://1469101793-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkGNii3LLQCh3Lj3WL2Xg%2Fuploads%2FWuUDJvQoDfWsp63ezIJK%2Fimage.png?alt=media&#x26;token=bf7047f5-b971-43ce-b941-8ce1eb84a025" alt=""><figcaption></figcaption></figure>

The **Mail Settings** tab allows configuration of the system’s email notification system. This ensures that users receive timely notifications for critical events and system activities. Typical notifications include:

* **User Login Alerts**
  * Sends email notifications when a new device logs into a user account.
  * Helps monitor unauthorized access attempts.
* **Password Reset Emails**
  * Automatically sends password reset links to users requesting a reset.
* **Email Server Configuration**
  * Administrators can specify SMTP settings, sender email address, and security protocols (TLS/SSL).

> **Best Practice:** Verify that the mail server settings are correct and test the notification system to ensure emails are delivered reliably.

***

#### **Summary**

The **General Settings** section centralizes the key configurations for both the system and email notifications. By properly configuring these settings, administrators ensure a smooth and secure operation of the application, and users receive timely alerts for important events.
