# CRM User Settings

CRM User Settings memungkinkan kamu mengelola pengguna CRM dan hierarki role dalam organisasi. Terdapat dua tab utama: **CRM User** dan **Role Hierarchy**.

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

***

### CRM User

Halaman ini menampilkan daftar seluruh pengguna CRM beserta email, role, dan authority masing-masing.

#### Menambahkan User Baru

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

Klik tombol **+ Create User** di pojok kanan atas, lalu pilih salah satu cara:

1. **Create New User:**
   * Masukkan nama, email, dan password.
   * Pilih **Role** yang sesuai.
   * Pilih **Authority**: Basic atau Administrator.
2. **Import from Chat:**
   * Pilih user dari daftar yang sudah ada di Chat.
   * Pilih **Role** yang sesuai.
   * Pilih **Authority**: Basic atau Administrator.

#### Jenis Authority

* **Super Administrator:** Diberikan otomatis ke first user atau super agent terlama.
* **Administrator:** Dapat melakukan edit dan view, termasuk board yang bukan miliknya.
* **Basic User:** Dapat menambahkan view, tetapi tidak dapat mengedit view milik orang lain dan tidak dapat membuat board.


---

# 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.cekat.ai/crm/crm-user-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.
