> 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/gateway.md).

# i-Repo Gateway

<table><thead><tr><th width="146">分類</th><th width="177.33333333333331">分類</th><th>動作環境</th></tr></thead><tbody><tr><td>OS</td><td></td><td>Windows 11（64ビットPro 以上）<br>Windows Server2025<br>Windows Server2022<br>Windows Server2019<br>Windows Server2016<br>［推奨］2025、2022</td></tr><tr><td>ハードウェア</td><td>CPU</td><td>６コア 2.5GHz以上</td></tr><tr><td></td><td>メモリー</td><td>4GB以上</td></tr><tr><td></td><td>ハードディスク</td><td>10GB以上の空き容量</td></tr><tr><td></td><td>ネットワーク<br>インターフェース</td><td>必須</td></tr><tr><td>その他</td><td></td><td>・Node.js 24.13.0 が必要です。<br>・サーバーOSを推奨します。<br>・Linux、Windows、MacOSで Node.js 24.13.0 が動作する環境でも利用可能です。<br>・Python スクリプト連携についてはPython3.13(Windows)での動作検証を行っております。</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:

```
GET https://manuals.i-reporter.jp/system-requirements/gateway.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
