# Site Settings

CMS Full Form is a powerful content management system that allows you to easily create, organize, and manage website content. This CMS supports various content types such as menu, watermark, cache and more.

This section helps you how to manage and setting for your website.

***

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

## General

* **Search engine visibility:** Show or hidden search engine.
* **Date format & Time format:** Custom display date & time.
* **Site Title:** The title of the website.
* **Site Desc:** Description for your website.
* **Brand Name:** The name of the website.

## Meta & SEO

* **Meta Title:** SEO title of the website.
* **Meta Description:** A short description of the website.
* **Keywords:** SEO keywords to improve Google ranking.

## Menu

* Manage the website navigation menu.
* Add, edit, or delete menu items.
* Drag and drop to rearrange the menu order.

## Auth Social & SMTP

* **Social Login:** Connect with Google, Facebook, Twitter for login.
* **SMTP:** Configure email sending, including host, port, username, and password.

## Scripts & Styles

* Manage script integrations like Google Analytics, Facebook Pixel.
* Upload or add custom CSS/JS.

## Watermark

* **Enable/Disable watermark:** Add a logo to uploaded images.
* **Watermark Position:** Choose where the logo appears on images.

## API Config

* Configure API keys for third-party services.
* Manage API connections with other applications.

## Frontend Config

* Configure frontend appearance.
* Customize colors, fonts, and website layout.

## &#x20;Cache

* Configure the caching system (Redis, File, Uri).
* Set cache storage duration.
* Set the level to cache (0-9).

## Home

* Configure the homepage settings.
* Arrange the layout for displaying content on the homepage.

## Custom Settings

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

### **Access the Admin Panel**

1. **Log in** to the **Admin Panel** of CMS Full Form using your admin credentials.
2. Once logged in, you will be redirected to the **Dashboard**.

### **Go to "Site Settings" Tab**

1. In the left-hand menu, find and select **Site Settings**.
2. In the **Site Settings** section, you will see the existing settings for your website.

### **Add a New Option**

1. Within the **Site Settings** section, click on **Add Options** to start adding a new option for your website.
2. A form will appear, asking you to fill in information for the new option.
   * **Field Type**: Select the field type you want to use for this option. For example, you can choose from types like **Text**, **Select**, **Checkbox**, etc.
   * **Option Group**: Choose the group that this option will belong to. This helps in organizing options into manageable groups.
   * **Label**: Enter the display name for this option. This will be the label seen by the admin when creating or editing settings.
   * **Other Values**: Fill in any additional values and settings for this option (e.g., default values, choices for select fields, or additional descriptions).

### &#x20;**Save the Option**

1. After filling in all the required fields, click **Save** to store the new option.
2. The new option will be added to the system and will be available for use in other parts of CMS.

### **Result**

After saving, you will see the new option listed in **Site Settings**, and you can apply or modify it later. The changes will be automatically updated on your website.


---

# 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.cmsfullform.com/cms/options/site-settings.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.
