# System Setting

The system setting is a module for managing the entire 3Dolphins application. In general, it presents a list of settings and an input control where the admin user can edit the corresponding value. Usually, system setting on 3Dolphins applications are only accessible to **Administrator**. The system setting consists of:

1. Ticket Configuration
2. User Configuration
3. Bot Configuration
4. Contact Configuration
5. Lead Configuration
6. Deal Configuration

If you want to access this menu, login as **Administrator** and go to **Administration** and click the **System Settings** menus, then you will see system settings page such as images below.

![System Setting Page](/files/ejI36us04ZRYwpG71Ku1)


---

# 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.3dolphins.ai/administration/system-setting.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.
