> 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 で、 [リポジトリの「設定 → 一般 → トピック」に移動します](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.
