> 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日未満の問題
* *To Do：* まだ解決していないその他のすべての問題
* *Task Open：* タスクマネージャーがリンクされている場合のみ
* *PR Open：* クリックすると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.
