> 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/custom-menu/sample-information/about-the-sample.md).

# カスタムメニューのサンプルについて

## **お試し環境において事前に設定済みのカスタムメニュー**

お試し環境においては、カスタムメニューをすぐに試行いただくために、カスタムメニューのサンプルがあらかじめ設定されています。

カスタムメニューで使用する帳票定義、カスタムマスターも、あらかじめお試し環境に設定されています。<br>

読み取るバーコード、QRコードを印刷するためのEXCELファイルは、本ページからダウンロードできます。

{% hint style="success" %}
お試しクラウド版、お試しオンプレミス版ともに設定されています。
{% endhint %}

## **EXCELの「サンプルコード」のダウンロード**

予め設定されているカスタムメニューにおいて、必要となる\
「バーコード」、「QRコード」は、下記よりダウンロードして使用してください。

{% hint style="info" %}
【サンプルダウンロードURL】&#x20;

[ サンプル用バーコード、QRコードデータのダウンロード](https://cimtops-support.com/i-Reporter/ir_manuals/jp/custom_menu/sample_custommenu_qr_barcode.zip)

※クリックするとZipファイルがダウンロードされます。
{% endhint %}

ダウンロード後、zipファイルを解凍すると以下の5つのExcelファイルが入っています。

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

## **カスタムメニューの各メニューボタンの動作について**

予め設定されているカスタムメニューサンプルの各メニューボタンの動作は以下の通りです。

**EXCEL「サンプルコード」を使用するメニュー**

以下の\[Sample002]から\[Sample006]は、「サンプルコード」をダウンロードして\
印刷して使用してください。\
i-Reporter for Windowsでは、別途、外付けのバーコードリーダーが必要になります。

{% hint style="success" %}
ファイル名と、各メニュータイトルの \[Sample00\*] の部分がリンクしています
{% endhint %}

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


---

# 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/custom-menu/sample-information/about-the-sample.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.
