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

# 基本操作ガイドの流れ

{% hint style="success" %}
i-Reporterシステムは、2026年6月リリースバージョンより順次、これまで各製品名に表記していた「ConMas」の名称を、「i-Repo」に変更します。

【例】\
ConMas Manager → i-Repo Manager\
ConMas Designer → i-Repo Designer

名称が変更になったのみで、ソフトウェアとしては同じものを差します。

また、2026年6月リリースバージョンより製品ロゴも刷新しました。

ご使用中のバージョンによって、画面上に表記された製品名やロゴが本ページの説明と異なる場合がありますが、その際は「ConMas」⇔「i-Repo」に読み替えてご確認をお願いいたします。
{% endhint %}

{% hint style="info" %}
i-Reporter を利用するには、初期設定が必要です。

&#x20;初期設定の方法については、「[i-Reporter はじめて設定ガイド](/start-guide/initialsettings/preparation.md)」 をご参照ください。
{% endhint %}

「i-Reporter はじめて基本操作ガイド」では、i-Repo i-Reporterをはじめてお使いいただくお客様向けに、下記 基本操作・機能をご案内します。

## **基本操作**

帳票定義（入力用テンプレート）を作成し、実際に入力を行ってサーバーへ保存、保存したデータを確認します。

{% stepper %}
{% step %}
**帳票定義の作成・公開**

Microsoft Excel および i-Repo Designer を使用して帳票定義（入力用テンプレート）を作成します。\
作成した帳票定義はサーバーに保存して、i-Reporterアプリで使用できる状態にします。
{% endstep %}

{% step %}
**入力帳票の作成・保存**

i-Reporterアプリで、帳票定義から入力帳票を作成します。\
作成した入力帳票はサーバーに保存して、i-Repo Manager（管理用WEBアプリ）で確認できる状態にします。
{% endstep %}

{% step %}
**帳票定義・入力帳票の確認**

i-Repo Designer からサーバーへ保存した帳票定義、および、i-Reporterアプリで作成・サーバー保存した入力帳票を i-Repo Manager で確認します。
{% endstep %}

{% step %}
**帳票定義の改訂**

i-Repo Server に公開済の帳票定義を改訂する方法です。
{% endstep %}
{% endstepper %}

## **各種マニュアルについて**

i-Reporter の詳細な操作マニュアルは、「サポート WEB」に掲載されています。

{% hint style="info" %}
▼[サポート WEB](https://cimtops-support.com/i-Reporter/ja/) ＞ 上部メニュー「マニュアル」 ＞ 「利用者向けマニュアル」

※「サポート WEB」 へログインするためのユーザーIDおよびパスワードは、環境開設時に弊社からご案内しています。\
「サポート WEB 」接続用 ユーザー ID およびパスワードでログインしてください。
{% endhint %}

<figure><img src="/files/b4yYjB0CgWVJW1m0MwYv" alt=""><figcaption></figcaption></figure>

## **用語**

i-Reporter の基本操作で使用する、主な用語の説明です。

* **帳票定義**\
  帳票の雛形、テンプレートです。\
  i-Repo Designer で作成し、i-Repo Server に保存します。\
  「定義」と呼ぶこともあります。

  <div align="left"><figure><img src="/files/esN44vNLsnzrk1EIVc84" alt="" width="188"><figcaption></figcaption></figure></div>

* **入力帳票**\
  i-Reporterアプリで入力する帳票のことです。\
  レイアウトは「帳票定義」から選択します。\
  「帳票」と呼ぶこともあります。\ <br>

* **クラスター**\
  帳票定義（入力帳票）上に配置された、i-Reporterアプリで入力を行うフィールド部分のことです。\
  クラスターは キーボードテキスト・数値・日付など、予め用意された三十数種類から設定します。\
  ![](/files/q20x7rJwjLSwhvRI1J7K)<br>

* **帳票定義の「公開」**  \
  i-Repo Designer から i-Repo Server に帳票定義をアップロードし、i-Reporterアプリで入力帳票を作成できる状態にすることを「公開」と呼びます。


---

# 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/basicoperation-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.
