> 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/for-support/check-version-and-connection.md).

# ソフトウェアバージョン・接続先の確認方法

各ソフトウェアのバージョンと接続先の調べ方についてご説明します。

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

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

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

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

## **i-Repo Manager**

### **バージョン情報**

ブラウザからi-Repo Managerへアクセスします。\
画面右上に、ご使用中のi-Repo Managerバージョンが表示されています。<br>

<div align="left"><figure><img src="/files/m8N9r8izaCHrQY2XQgLO" alt=""><figcaption></figcaption></figure></div>

### **接続先情報**

ブラウザで開いているURLが、i-Repo Managerの接続先です。

## **i-Repo Designer**

### **バージョン情報**

i-Repo Designerを起動します。\
画面右上の歯車マークをクリックし、「i-Repo Designer設定」画面を表示します。\
「i-Repo Designerについて」タブに、ご使用中のi-Repo Designerバージョンが表示されています。<br>

<div align="left"><figure><img src="/files/yG9UWiRpWJ5DgtBK3oPJ" alt=""><figcaption></figcaption></figure></div>

### **接続先情報**

i-Repo Designerを起動します。\
画面右上の歯車マークをクリックし、「i-Repo Designer設定」画面を表示します。\
「Designer設定」タブ内の「サーバーURLを指定してください」欄に入力されているURLが、現在 i-Repo Designer に設定されている接続先情報です。

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

## **i-Repo EXCEL COM Add-in**

### **バージョン情報**

Microsoft Excelを起動します。\
「アドイン」タブ より、「クラスター種別設定」を開きます。\
「クラスター種別設定」ウィンドウ上部に、ご使用中の i-Repo EXCEL COM Add-in バージョンが表示されています。

<div align="left"><figure><img src="/files/mbhN9FJJ03tWfPVPEDrw" alt=""><figcaption></figcaption></figure></div>

## **i-Reporterアプリ**

{% hint style="success" %}
iOS版i-Reporterアプリ画面でご説明します。\
Windows版i-Reporterアプリの場合も、同様の手順で確認可能です。
{% endhint %}

### **バージョン情報**

iOS版 i-Reporterアプリを起動します。\
画面右上の歯車マークをタップし、「設定」 ＞ 「バージョン情報」にて、ご使用中のiOS版 i-Reporterアプリのバージョンを確認できます。<br>

<div align="left"><figure><img src="/files/oD8wk7zG9G1ovBWfIWfI" alt=""><figcaption></figcaption></figure></div>

### **接続先情報**

iOS版 i-Reporterアプリを起動します。\
画面右上の歯車マークをタップし、「設定」 ＞ 「サーバー」 ＞ 「接続先名」をタップします。

<div align="left"><figure><img src="/files/dZNIZzXCx1b54yAbUn8O" alt=""><figcaption></figcaption></figure></div>

&#x20;接続先名の右にある「i」マークをタップします。<br>

<div align="left"><figure><img src="/files/zmgWSERWItwVp1aPqq7O" alt=""><figcaption></figcaption></figure></div>

\
「接続先情報の入力」画面が表示されます。\
「接続先 URL」欄に入力されているURLが、現在の接続先です。

<div align="left"><figure><img src="/files/CJ9kR9zLFQa1ppfdw76b" alt="" width="563"><figcaption></figcaption></figure></div>

## **i-Repo EXCEL Converter**

### **バージョン情報**

i-Repo EXCEL Converterを起動します。\
ウィンドウ上部に、ご使用中の i-Repo EXCEL Converter バージョンが表示されています。

<div align="left"><figure><img src="/files/TQgrahjnQLiNCg0TTaro" alt=""><figcaption></figcaption></figure></div>


---

# 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/for-support/check-version-and-connection.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.
