> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/system-requirements/introduction.md).

# はじめに

i-Reporterをご利用いただくための動作環境をご案内します。

## **注意事項**

### **仮想環境でのご利用について**

仮想環境（VM、シンクライアント環境）については、クライアントの実行方式や製品などにより\
環境ごとに違いがあるため、あらゆる環境での動作保証ができません。

VMやシンクライアント環境でご利用の場合は、トライアルをご利用のうえ、予めお客様が使用する環境で検証を行い、運用可能かどうか確認してください。

### **全般的な注意事項**

i-Reporter のご利用にあたり、注意していただきたい内容を記載します。\
適宜更新いたします。

| 内容                                                                      |
| ----------------------------------------------------------------------- |
| <p>機種依存文字（環境依存文字）や 外字 の使用は推奨しておりません。<br>表示されない、不正な表示になる、等の可能性があります。</p> |

## **セキュリティに関する情報**

ソフトウェアコンポーネントに関する情報です。\
適宜更新いたします。

<table><thead><tr><th width="158">掲載日</th><th width="206">項目</th><th>情報</th></tr></thead><tbody><tr><td>2025年12月18日</td><td>Next.js および React</td><td>弊社i-Reporterシステムは「Next.js」および「React」を使用しておりません。</td></tr><tr><td>2026年4月2日</td><td>axios</td><td>弊社製品では axios を使用しておりません。</td></tr><tr><td>2026年6月11日</td><td>polyfill.io</td><td>弊社製品では polyfill.io を使用しておりません。</td></tr></tbody></table>


---

# 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://manuals.i-reporter.jp/system-requirements/introduction.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.
