> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# 群組建立與管理

> 說明如何在 Admin > Manage Group 中建立群組、指派工作區成員並管理群組。

export const FeedbackZhTW = () => <>
    <Tip>
      對此功能有建議或需求嗎？請透過<a href="/zh-tw/product-feedback">產品意見回饋</a>告訴我們。
    </Tip>

    <h2>官方連結</h2>

    <CardGroup cols={2}>
      <Card title="官方網站" icon="globe" href="https://voiceping.net/en/">
        造訪官方網站
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        在 X 上追蹤我們
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        在 Facebook 上追蹤我們
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        在 LinkedIn 上關注我們
      </Card>
    </CardGroup>
  </>;

## 什麼是群組

群組可用於依團隊、部門或組織使用的其他架構整理工作區成員。

<Note>
  只有工作區擁有者和管理員可以建立、編輯或刪除群組。
</Note>

## 開啟 Manage Group

1. 開啟VoicePing，然後在左側邊欄選擇 **Admin**。
2. 選擇 **Manage Group** 分頁。使用 **Search Group** 篩選清單，或使用CSV控制項匯出全部或已選群組。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/OIoOWS-q4F_vXaXL/en/images/group-management/01-manage-group-overview.webp?fit=max&auto=format&n=OIoOWS-q4F_vXaXL&q=85&s=c87d742d909333a00e6a96af75797ab4" alt="顯示Search Group、Add Group和CSV匯出控制項的VoicePing Admin Manage Group頁面" width="1200" height="883" data-path="en/images/group-management/01-manage-group-overview.webp" />
</Frame>

## 建立群組

1. 開啟 VoicePing，然後在左側邊欄中選擇 **Admin**。
2. 選擇 **Manage Group** 分頁。
3. 選擇 **Add Group**。
4. 在 **Group Name** 中輸入群組名稱。
5. 開啟 **Members**，然後選擇要加入群組的工作區成員。
6. 選擇 **Save**。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/OIoOWS-q4F_vXaXL/en/images/group-management/02-add-group-dialog.webp?fit=max&auto=format&n=OIoOWS-q4F_vXaXL&q=85&s=02dd38e45e48e29602bb5ae74a2fc0ff" alt="含Group Name、Members、Cancel和Save控制項的Add New Group對話框" width="1200" height="883" data-path="en/images/group-management/02-add-group-dialog.webp" />
</Frame>

<Tip>
  截圖中的介面標籤為英文；下方表格說明各標籤用途。
</Tip>

### 畫面說明

|    編號 | 控制項              | 功能                         |
| ----: | ---------------- | -------------------------- |
| **1** | **Admin**        | 開啟工作區管理區域。                 |
| **2** | **Manage Group** | 開啟工作區群組清單。                 |
| **3** | **Add Group**    | 開啟 **Add New Group** 對話方塊。 |
| **4** | **Group Name**   | 設定新群組的顯示名稱。                |
| **5** | **Members**      | 選擇要指派到群組的工作區成員。            |
| **6** | **Save**         | 使用輸入的名稱和選取的成員建立群組。         |

## 管理現有群組

在 **Manage Group** 頁面中選擇一個群組。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/OIoOWS-q4F_vXaXL/en/images/group-management/03-manage-group-dialog.webp?fit=max&auto=format&n=OIoOWS-q4F_vXaXL&q=85&s=108d5e61ae151734fb1c16b6b5b6853b" alt="用於變更群組名稱或成員的Manage Group對話框" width="1200" height="883" data-path="en/images/group-management/03-manage-group-dialog.webp" />
</Frame>

### 新增或刪除成員

1. 開啟所選群組的 **Members**。
2. 選取要新增的成員，並取消選取要刪除的成員。
3. 選擇 **Save**。

### 變更群組名稱

1. 編輯所選群組的 **Group Name**。
2. 選擇 **Save**。

### 刪除群組

1. 選擇該群組的刪除操作。
2. 核對所選群組，然後確認刪除。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/OIoOWS-q4F_vXaXL/en/images/group-management/04-delete-group-confirmation.webp?fit=max&auto=format&n=OIoOWS-q4F_vXaXL&q=85&s=ae104a9115555a8ad14c58ece6d96876" alt="含Cancel和Delete按鈕的Delete Group確認對話框" width="1200" height="883" data-path="en/images/group-management/04-delete-group-confirmation.webp" />
</Frame>

<Warning>
  刪除群組只會移除群組指派，不會將其成員移出工作區。
</Warning>

<FeedbackZhTW />
