> For the complete documentation index, see [llms.txt](https://support.incidentlake.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidentlake.com/ja/hajimeni/navigation.md).

# 画面の使い方

サイドバー、ホームダッシュボード、組織切り替えの仕組み。

サインインすると、左側のサイドバーからIncident Lake内を移動できます。

## サイドバー

| 項目             | 用途                                  |
| -------------- | ----------------------------------- |
| **ホーム**        | 進行中の作業、あなたに割り当てられたタスク、対応が必要な項目の一覧   |
| **チャット**       | AIアシスタントとの会話。必要に応じてインシデントに紐づけられます   |
| **ナレッジ**       | アシスタントとチームが再利用できるプレイブックとノート         |
| **インシデント**     | インシデントの一覧全体と各インシデントの詳細ページ           |
| **インシデント分析**   | 傾向、対応時間、繰り返し発生するパターン                |
| **ステータス**      | 進行中のインシデントと最近のアクティビティのライブ表示         |
| **レポートテンプレート** | 法令で義務付けられた提出書類の参照テンプレート             |
| **管理**         | CMDB、リスクマップ、ステークホルダー、および通知先連絡先      |
| **設定**         | あなたのプロフィール、組織、メンバー、ワークフロー、連携、セキュリティ |

画面が狭い場合は、ページ上部のメニューからサイドバーを開いてください。

## ホームダッシュボード

シフト開始時に最初に確認するのがホームです。通常、次の内容が含まれます：

* 件数と一覧 **進行中の** と **停滞中の** インシデント
* あなたに割り当てられたタスク
* まだ未完了のポストモーテムなどのフォローアップ
* 最近のインシデント件数の短期的な推移

ダッシュボードは（ステータス、重大度、カテゴリ、タグ、期間）で絞り込み、よく使うビューとして保存できます。

組織を新規作成したばかりの場合、基本設定が整うまでホームに簡単なセットアップチェックリストが表示されることがあります。

## 組織を切り替える

複数の組織に所属している場合は、サイドバー上部付近の組織名を使って切り替えます。インシデント、ナレッジ、設定は常に選択中の組織に属します。

## 言語

Incident Lake は英語または日本語で使用できます。言語は次で変更できます **設定 → ユーザー**。別の言語のレコードを読む必要があるときは、多くのページをその場で翻訳することもできます。


---

# 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://support.incidentlake.com/ja/hajimeni/navigation.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.
