> 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/start-guide/introduction.md).

# はじめに

このマニュアルでは、

* i-Reporter を利用するために必要な初期設定の手順
* はじめて i-Reporter を利用する方向けの基本操作

を、各マニュアルから内容を抜粋してご案内します。

作業を進める上でご不明な点やお困りのことがございましたら、「サポートWEB」トップページ右上の 「サポート受付（青ボタン）」 よりお問い合わせください。サポートチームより回答いたします。

{% hint style="info" %}
▼ [i-Reporter サポートWEB](https://cimtops-support.com/i-Reporter/ja/)
{% endhint %}

## **i-Reporter とは？**

i-Reporterは、iPad、iPhone、Windowsタブレットによるペーパーレス 『現場帳票』 記録・報告・閲覧 ソリューションです。\
既存の帳票を『そのまま』の形で iPad や Windowsタブレットなどで利用できます。

### **i-Reporterの構成**

{% hint style="success" %}

* クラウド版をご利用の場合、i-Repo  Server はシムトップスにて構築済みです。
* オンプレミス版をご利用の場合は、お客様にて i-Repo Server の構築が必要です。\
  「i-Repo Server インストール手順書」 をご参照のうえ、まずはサーバー構築作業を実施してください。\
  ▼i-Reporter利用者マニュアル ＞ サーバーを構築・メンテナンスする\
  　 ＞ i-Repo Server のインストール（オンプレミス版）＞ [i-Repo Server インストール手順書](https://manuals.i-reporter.jp/server-construction-maintenance/server-installation)
  {% 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/start-guide/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.
