> 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/natsru/report-templates.md).

# レポートテンプレート

法令で必要になる場合の提出用テンプレート。

**報告テンプレート** 法令により必要となる場合がある通知書および報告書の様式一覧です。各テンプレートには、根拠法令、提出先、通常の期限、および正式な様式に記載される項目が示されています。

インシデントが届出の対象となる可能性がある場合のチェックリストとしてご利用ください。これ自体が何かを代理で提出することはありません。

{% hint style="warning" %}
これらのページは参考情報です。正式な様式や、所管当局からの最新の指針に代わるものではありません。提出前には、必ず最新の様式をご確認ください。
{% endhint %}

管轄区域、法令、および正式な様式が公表済みかどうかで検索・絞り込みできます。適用されるものについては、テンプレートに施行日が表示されています。


---

# 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/natsru/report-templates.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.
