> 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/add-labels-to-resources.md).

# リソースにラベルを追加する

ラベルは、Aikidoでリポジトリやコンテナーイメージに追加するカスタムメタデータです。異なるメタデータプロパティに基づいてリソースをグループ化するために使用します。

例としては `決済`, `本番`, `フロントエンド`, `ラムダ` , `重要`, `PII` など

{% hint style="info" %}
ラベルはコンテナーの **スキャン済みタグ**。スキャン済みタグは、Aikidoがどのイメージバージョンをスキャンするかを制御します。ラベルはリソースの整理と課題の絞り込みにのみ役立ちます。
{% endhint %}

### リポジトリのラベルを管理する

1. 開く **リポジトリ** で、リポジトリを選択します。
2. を開き **設定** タブ。
3. で **ラベル** カードで、 **編集**.

<figure><img src="/files/5555b8848d5ba4757543348b1350e43ac4b0bc1e" alt="" width="375"><figcaption></figcaption></figure>

各リポジトリには複数のラベルを付けられます。ラベルは自由記述テキストです。

リポジトリを管理する権限が必要です。チーム制限のあるユーザーは、アクセスできるリポジトリのラベルのみ編集できます。

#### GitHubからリポジトリのラベルをインポートする

GitHubリポジトリでは、AikidoはGitHubのトピックをラベルとしてインポートできます。これらの同期ラベルはAikidoでは読み取り専用です。GitHubのトピックと自動的に同期され続けます。横に手動ラベルを追加することもできます。 **この機能を有効にするにはお問い合わせください。**

### コンテナーのラベルを管理する

1. 開く **コンテナ** で、コンテナーイメージを選択します。
2. を開き **設定** タブ。

コンテナーを管理する権限が必要です。チーム制限のあるユーザーは、アクセスできるコンテナーのラベルのみ編集できます。

#### ワークロードからの自動ラベル

Kubernetesまたはクラウドのワークロード連携が接続されている場合、Aikidoはワークロードのラベルをコンテナーに反映できます。

現在サポートしているのは `所有者` と `チーム`。Aikidoでは次のように整形されます `所有者:<値>` と `チーム:<値>`.

これらのラベルは連携によって管理されます。手動で編集または削除することはできません。手動ラベルは別個に保持され、引き続き編集できます。

### 課題フィードをラベルで絞り込む

1. メインの **課題** フィードを開きます。
2. 開く **クイックフィルター**.
3. 残したいラベルを選択します。

次の **ラベル** このフィルターは、ワークスペースに少なくとも1つのラベルが存在してから表示されます。バージョンによっては、このフィルターは次のように表示されます **リポジトリラベル**.

<figure><img src="/files/124c17eeeb52774224ece1aebb1d9ae25bb27388" alt="" width="364"><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/manage-teams-and-applications/add-labels-to-resources.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.
