# チーム

チームを使用すると、ユーザーアクセスを大規模に管理できます。複数のメンバーで構成される特定のチームを作成することで、そのメンバーのスペースやコレクションへのアクセスを付与または削除できます。詳細はこちらを参照してください： [権限と継承](/docs/documentation/ja-gitbook-documentation/collaboration/member-management/permissions-and-inheritance.md).

### チームの作成と管理

チームの作成、編集、削除は **チーム** 組織設定のセクションで行えます。

これを見つけるには、ウィンドウ下部にある設定アイコンをクリックします。目的の組織の組織設定を選択し、サイドバーの「チーム」オプションをクリックします。

このページでは、現在のチームを表示および検索したり、チームをクリックして詳細ページを開き、そのチームやメンバーに関する詳細情報を確認したりできます。

### チームメンバーの管理

チームメンバーは次の2つの方法で管理できます：

1. の特定のメンバーをクリックして **メンバーと権限** そのメンバーページを開き、 **チーム** タブを選択します。縦の三点リーダーをクリックすると、そのメンバーをすぐにチームから削除できます。あるいは、 **チームを管理**
2. 内で、 **チーム** セクションで、一覧のメンバー数をクリックしてチーム詳細ページを開きます。その後、メンバー一覧で複数選択を使ってチームメンバーを選択して削除したり、上部のボタンで追加したりできます。

### チーム所有者

チーム所有者（Enterpriseプランでのみ利用可能）を使用すると、特定のチームの管理を選択したメンバーに引き継ぐことができます。チーム所有者は、組織設定をクリックしてから「チーム」を開くことで、所有しているチームにメンバーを追加したり削除したりできます。その他の組織設定にはアクセスできず、他のチームの管理もできません。


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/member-management/teams.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.
