> 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/core-functionalities/main-feed.md).

# メインフィード

Aikidoのフィードは、セキュリティ管理を効率化するために綿密に設計されています。類似した問題をグループ化して見やすくし、現在重要なものを強調できるカスタマイズ可能な表示も用意されています。メインフィードは未解決の問題のみを表示します。スヌーズされた問題や無視された問題は別ページで確認でき、すっきりとした、焦点の定まった見通しの良い概要を提供します。

### Aikidoのメインフィード <a href="#aikidos-main-feed" id="aikidos-main-feed"></a>

次の **Feed** は、セキュリティ問題を監視・管理するための中心的なハブです。リポジトリ、クラウド、ドメインの詳細に進むと、Aikido全体で同様の表示を見つけることができます。

デフォルトでは、Aikidoは **Focus** ビューを有効にし、フォローアップが必要なすべての重要な問題を含めます。 **すべて** に切り替えると、自動トリアージされて無視された問題も表示されます。

*ステータス列*

特定の問題の状態を表示します。

* *新規*：7日未満前から存在する問題
* *未対応：* それ以外の、まだ未解決のすべての問題
* *タスク未完了：* タスク管理ツールが連携されている場合のみ
* *PR未完了：* クリックすると、PR / ブランチスキャンの概要に移動します。<br>

  <figure><img src="/files/e892f1411a35267026b2f67fe46699e9db63d5e7" alt=""><figcaption></figcaption></figure>

### サイドバー <a href="#sidebar" id="sidebar"></a>

Aikidoのフィードには詳細なサイドバーが備わっており、各セキュリティ問題について包括的な情報と実行可能なオプションを提供するよう設計されています。下の画像は、行える主な重要アクションを示しています。

**#1 グループ操作：** これは、問題のグループ単位で実行できる操作です。

**#2 サブイシュー操作：** サブイシューごとに個別に操作することもできます。特定のサブイシューをスヌーズまたは無視したい一方で、問題グループ全体はメインフィードに残しておきたい場合に重要です。

**#3 到達可能性分析：** その特定の問題で到達可能なコードパスを可視化します。

**#4 詳細画面**：さらに多くの情報（例：CVE情報）を表示する別の詳細画面。

![「bson」パッケージに重大な脆弱性があることを示し、実行可能な対処手順を表示するセキュリティダッシュボード。](/files/e58b4cd0f0f9dfa1f937c6d85b86cf7bebc799ec)

**到達可能性分析**

![](/files/36ee26ad3044e1538e20fa69a2877979ca8c1e2e)

### 問題をフィルタリング <a href="#filter-issues" id="filter-issues"></a>

その時点で最も重要な問題に絞り込むために、表示を簡単に調整できます。これらのフィルターは、各フィード表示の問題テーブルの上にあります。以下でフィルターできます：

* **問題タイプ**
* **事前定義されたフィルター済みビュー**
  * もし [**SLA機能**](https://help.aikido.dev/en/articles/8926339-enabling-slas-in-aikido)、これから期限を迎える問題とSLA超過の問題をすべて確認できます

![](/files/860f0361b45fc194b06a2d09ec6122390ed566fb)

### 問題をCSVまたはPDFにエクスポート <a href="#export-issues-to-csv-or-pdf" id="export-issues-to-csv-or-pdf"></a>

問題のCSVまたはPDFをエクスポートできます。どの問題をエクスポートするかを正確に設定できます。これは右上の［アクション］メニューから実行できます。

![問題をエクスポート：CSVまたはPDFのダウンロード用に、ステータス、種類、チーム、形式でフィルタリングします。](/files/a6ee04bcbe0603fc6d87fde6b3de70502a25c251)

### チームまたはプロジェクトごとに問題を表示 <a href="#show-issues-per-team-or-project" id="show-issues-per-team-or-project"></a>

**Aikidoのフィード** には **チームフィルター** ページ上部にあります。このフィルターを使うと、選択したチームに関連する問題だけを表示するようフィードを調整できます（[📖 チームを設定](https://help.aikido.dev/en/articles/9005606-using-teams-for-repository-and-user-management)).

![検索機能と、解決済み・新規の問題に関する統計付きのチーム選択ドロップダウン。](/files/60ba47bc4cd822d6fe6c9b4639305688dda642d9)


---

# 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/core-functionalities/main-feed.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.
