> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/automated-user-management/configure-team-sync-settings.md).

# チーム同期設定を構成する

チーム同期は、Aikido がソースコード管理ツール（GitHub、Bitbucket、または Azure DevOps）からチームとメンバーをどのように取り込むか、およびリポジトリがそれらのチームに自動的にリンクされるかどうかを制御します。

{% hint style="info" %}
これは管理者のみが設定できる項目です。ワークスペースのみ **管理者** がチーム同期モードを変更できます。
{% endhint %}

### **異なる同期設定**

#### **完全なチーム同期（デフォルト）**

チームとメンバーは SCM から取り込まれ、最新の状態に保たれます。リポジトリは、SCM のチーム-リポジトリ対応に基づいてチームへ自動的にリンクされるため、所有権とカバレッジは SCM の構造と正確に一致します。

**使用するタイミング:** SCM を使ってグループメンバーシップとリポジトリの所有権の両方を管理したい場合に使用します。最も手間のかからないオプションです。

#### **自動リポジトリリンクなしのチーム同期**

チームとメンバーは引き続き SCM から取り込まれ、同期が維持されます。リポジトリは自動ではリンクされません。リポジトリとチームの割り当ては Aikido で直接管理します。

**使用するタイミング:** Aikido で正確なチームメンバーシップを維持しつつ、リポジトリとチームの割り当てを手動で管理したい場合に使用します。たとえば、SCM のチーム構造がコード所有権の割り当て方法を反映していない場合などです。

#### **チーム同期をオフ**

今後、SCM からチームは取り込まれません。既存の SCM から取り込まれたチームは、これをオフにすると削除されます。

**使用するタイミング**: Aikido で SCM のチームをまったく使用していない場合、または別のチーム管理方式に移行している場合に使用します。

{% hint style="warning" %}
チーム同期をオフにすると、インポート処理によって作成・管理されていたチームが削除されます。Aikido で手動作成されたチームは影響を受けません。
{% endhint %}

#### 同期設定の構成方法

**ステップ1。** 移動先 [**設定 > Teams**](https://app.test.aikido.dev/settings/teams) に移動し、 **設定** アクションメニュー内の

<figure><img src="/files/029f42e4735d0e21b2c7d5f187f39aa9848c0184" alt=""><figcaption></figcaption></figure>

**ステップ2。** 希望する同期設定を選択し、保存を押してください。

<figure><img src="/files/0fdecacad08bc6df4135908688f0ae97a3be2762" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/automated-user-management/configure-team-sync-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
