> 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 のリポジトリとコンテナイメージに追加するカスタムメタデータです。さまざまなメタデータ属性に基づいてリソースをグループ化するために使用します。

例としては次のようなものがあります `決済`, `本番`, `フロントエンド`, `Lambda` , `重要`, `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 はワークロードのラベルをコンテナに引き継ぐことができます。

現在サポートしているのは `owner` および `team`。Aikido はそれらを次の形式で表示します `owner:<値>` および `team:<値>`.

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

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

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.
