> 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/manage-teams-and-applications/assign-team-responsibilities-with-gitlab-topics.md).

# GitLab Topics を使ってチーム責任を割り当てる

Aikidoでは次を使用できます **GitLabのプロジェクトトピック** Aikidoでチーム割り当てを自動管理するために使用します。これにより、大規模組織での課題管理が効率化され、手動設定なしでよりきめ細かなレポートが可能になります。

### ユースケース <a href="#use-cases" id="use-cases"></a>

* **多数のリポジトリにわたる明確な所有者**: 大規模組織では、各リポジトリに担当チームが定義されているため、誰が責任者かを追跡しやすくなります。
* **自動オンボーディング**: 新しいリポジトリが適切なトピック付きで作成されると、Aikidoで即座に正しいチームに割り当てられます。

### 設定 <a href="#assigning-specific-paths" id="assigning-specific-paths"></a>

{% hint style="warning" %}
この機能は **デフォルトでは有効になっていません** であり、アカウントで有効化する必要があります。ご連絡ください **Aikidoサポート** までご連絡ください。
{% endhint %}

Aikidoで管理したい各リポジトリについて:

1. GitLabで、 [リポジトリの「Settings → General → Topics」に移動します](https://docs.gitlab.com/user/project/project_topics/).
2. 次のようなトピックを追加します: `owner:社内ツールチーム`.
3. Aikidoはチームを自動的に作成（または更新）し、リポジトリを割り当てます。
4. 後でトピックが削除または変更された場合、Aikidoはリポジトリの割り当てを自動的に解除または再割り当てします。


---

# 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/manage-teams-and-applications/assign-team-responsibilities-with-gitlab-topics.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.
