> 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/when-using/manual_description.md).

# i-Reporter利用者マニュアルについて

## **はじめに**

本マニュアルは現場帳票システム「i-Reporter」をご利用いただくための、専用サーバー、Windowsアプリケーション、iOS/iPadOSアプリケーションの操作説明書です。

改良のため、製品の仕様を予告なく変更することがあります。\
また、i-Reporterマニュアルに記載の機能、画面、デザイン等は予告なく変更する場合があります。\
予めご了承ください。

i-Reporterマニュアルに記載されている画面はイメージです。\
実際の画面表示とは異なる場合があります。

i-Reporterマニュアルに記載されている操作方法は一例です。\
ご利用のOSバージョン、ご利用機種により操作方法が異なる場合があります。

なお、特に記載が無い場合、iPadの画面を使用して説明しています。

## **利用約款**

ご契約のお客様向けポータルページ「i-Reporter サポートWEB」より、各種利用約款をご確認ください。

{% hint style="info" %}

* [ConMas i-Reporterクラウド版 サービス利用約款](https://cimtops-support.com/i-Reporter/images/docs/ja/terms/ConMas_i-Reporter_%E3%82%AF%E3%83%A9%E3%82%A6%E3%83%89%E7%89%88_%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9%E5%88%A9%E7%94%A8%E7%B4%84%E6%AC%BE.pdf)
* [ConMas Excel COM Add-in 利用規程](https://cimtops-support.com/i-Reporter/images/docs/ja/terms/ConMasiReporterExcelAddInLisenceAgreement.pdf)
  {% endhint %}

## **動作環境**

i-Reporterの動作環境については、「動作環境」ページをご確認ください。

{% hint style="info" %}

* [動作環境](https://manuals.i-reporter.jp/system-requirements)
  {% 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://manuals.i-reporter.jp/when-using/manual_description.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.
