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

# i-Repo Manager

i-Repo Managerへのアクセスは、下記のブラウザに対応しています。

<table><thead><tr><th width="117">分類</th><th width="100.33333333333331">OS</th><th width="320">動作環境</th><th>備考</th></tr></thead><tbody><tr><td>対応ブラウザ</td><td>Windows</td><td>Google Chrome<br>Microsoft Edge</td><td></td></tr><tr><td></td><td>iOS</td><td>Mobile Safari</td><td>帳票PDFの閲覧は、PDFをダウンロードしてから閲覧してください。</td></tr><tr><td>その他</td><td></td><td><p></p><ul><li><p>i-Repo Manager(ConMas Manager) 8.2.25100以降の動作には、「Microsoft Visual C++ 2015-2022 再頒布可能パッケージ(X64)」が必要です。</p><p>詳細は下記マニュアルをご参照ください。</p><ul><li><a href="https://manuals.i-reporter.jp/server-construction-maintenance/server-installation/vc-redistributable">Microsoft Visual C++ 2015-2022 再頒布可能パッケージ(X64) インストール(バージョンアップ)手順</a></li></ul></li></ul><p></p><ul><li><p>i-Repo Managerは、極力下記環境でご利用ください。<br>本環境要件を満たさない場合、画面の見切れや表示崩れなどが発生する場合があります。</p><ul><li>解像度：フルHD（1920×1080ピクセル）</li><li>ディスプレイの拡縮率：100%</li><li>ブラウザ拡縮率：100%</li></ul></li></ul><p></p><ul><li>ConMas Manager 8.2.25100 より前のバージョンから i-Repo Manager(ConMas Manager) 8.2.25100 以降にバージョンアップを行った後、i-Repo  Managerの動作が不安定になってしまった場合は、ブラウザのキャッシュをクリアし、ブラウザを再起動してください。</li></ul></td><td></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/manager.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.
