# 使用者檔案

Chamilo 允許您定義自訂設定檔欄位（額外欄位），以擷取使用者標準姓名、電子郵件和角色以外的額外資訊。

## 額外設定檔欄位

![顯示自訂欄位名稱、類型和可見度設定的額外設定檔欄位清單](/files/asu21i60HhaQr8UFmkm1)

額外欄位可讓您儲存特定於您組織的中繼資料，例如：

* 員工 ID
* 部門
* 職稱
* 地點/辦公室
* 電話號碼
* 自訂識別碼

## 建立額外欄位

1. 從管理面板，前往 **Extra fields** 或 **Profile fields**
2. 按一下 **Add**
3. 設定欄位：
   * **Name** — 顯示給使用者的欄位標題
   * **Description** — 選用的描述
   * **Helper text** — 在包含該欄位的任何表單中顯示於欄位下方的文字
   * **Field type** — 文字、下拉式選單、日期、核取方塊等
   * **Field label** — 欄位的內部名稱，用於外掛整合
   * **Possible values** — 如果該欄位為這些值的選取器
   * **Default value** — 選用的預設值
   * **Visible to self** — 該欄位是否可在使用者本身的使用者設定檔中顯示
   * **Visible to others** — 該欄位是否可供平台上的其他使用者檢視
   * **Can change** — 使用者是否可自行變更其欄位（或僅管理員可變更）
   * **Filter** — 如果這是選取器類型欄位，是否將其包含於管理頁面的篩選條件中（例如，將使用者註冊至課程或工作階段）
   * **Order** — 如果您想管理欄位的顯示順序，則需為每個欄位指定數字順序
   * **Remove on anonymization** — 對於隱私規則和法規很重要：如果使用者被匿名化但未刪除，此欄位是否應視為可能包含個人識別資料的持有者？
4. 儲存

## 欄位類型

額外欄位引擎支援廣泛的輸入類型。常見類型包括：

| Type                             | Description           |
| -------------------------------- | --------------------- |
| **Text**                         | 單行文字輸入                |
| **Textarea**                     | 多行文字輸入                |
| **Radio**                        | 單選按鈕群組                |
| **Dropdown / Dropdown multiple** | 預定義選項清單（單選或多選）        |
| **Double select**                | 兩個相依下拉式選單（例如，國家 → 城市） |
| **Checkbox**                     | 是/否切換                 |
| **Date / Date and time**         | 日期或日期+時間選擇器           |
| **Integer**                      | 數字輸入                  |
| **Tag**                          | 多個自由格式標籤值             |
| **File**                         | 檔案上傳欄位                |
| **Video URL**                    | 指向影片的 URL             |
| **Mobile phone number**          | 格式化電話號碼欄位             |
| **Timezone**                     | 時區選擇器                 |
| **Social profile**               | 指向社群網路設定檔的連結          |
| **Divider**                      | 表單內的視覺分隔線（無值）         |

可用類型的確切集合取決於 Chamilo 版本；**Extra fields** 管理頁面中的欄位類型下拉式選單為權威來源。

## 使用額外欄位

額外欄位會出現在：

* 使用者建立（如果對自身可見）和編輯表單中
* 使用者設定檔頁面（如果對自身可見）
* 使用者匯入中（您可在 CSV 匯入中包含額外欄位值）
* 匯出和報表中（可依額外欄位值篩選或群組）

## 提示

* **建立前規劃** — 在建立欄位前定義所需資訊，因為在已輸入資料後變更欄位類型可能會有問題
* **使用下拉式選單確保一致性** — 當欄位有已知可能值集合時，使用下拉式選單而非自由文字，以確保資料一致性
* **用於報表** — 額外欄位可用於篩選報表（例如，「顯示完成訓練 Y 的 X 部門所有使用者」）


---

# 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.chamilo.org/2.x-zh-tw/guan-li-zhi-nan/admin-guide/users/user-profiling.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.
