> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alli-llm-app-market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/alli-llm-app-market/manual/for_admin/default-apps/legal-contracts/premiums-and-representation-law-checker.md).

# 景表法チェッカー

景表法チェッカーアプリでは、景品表示法に則って、商品やサービスの説明文/広告文のチェックを行います。

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

ファイルをアップロードして、景品表示法に則って、チェック対象の商品やサービスの説明文/広告文に問題がないかをチェックします。

## ファイルのアップロード <a href="#file" id="file"></a>

チェック対象のファイルをアップロードします。

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

## 結果例 <a href="#example2" id="example2"></a>

入力例の内容で生成を実施すると下記のような結果が生成されます。

生成された文章は、その場で編集やコピー、ファイルとしてダウンロード(txt・PDF・docx)が可能です。

<figure><img src="/files/3GPAhoqfSkdDUZPZx3ip" alt=""><figcaption></figcaption></figure>

```
1. 「アルプスの天然水とブラジル産オレンジ果汁を１００％使った清涼飲料水です。天然水をベースとしたオレンジ果汁の清涼飲料水は当社だけ！精力的に働くあなたの疲れを癒すうってつけの商品です。」という表現があります。
これは優良誤認表示に該当する可能性があります。合理的な根拠に基づく表現かどうかをチェックしてください。

2. 「現在特別セール期間中！通常１本１５０円のところ、本日限り１本５０円でご提供！」という表現があります。
これは有利誤認表示に該当する可能性があります。消費者にとって著しく有利な記載となっていないかをチェックしてください。

3. 「通常１本１５０円のところ、本日限り１本５０円でご提供！」という表現があります。
これは二重価格表示に該当する表現があり、不当な価格表示に該当する可能性があります。比較の前提が揃っているか、ディスカウントの条件などがきちんと記載されているかをチェックしてください。

4. 「アルプスの天然水とブラジル産オレンジ果汁を１００％使った清涼飲料水です。」という表現があります。
これは果汁又は果肉が含有される表現があります。果汁の割合表示の要否などをチェックしてください。
```

## アプリ編集画面 <a href="#edit" id="edit"></a>

標準で用意されているインプット項目とLLMモデル・プロンプトは下記の内容になります。

### インプット <a href="#input" id="input"></a>

利用者に入力してもらいたい項目を1つご用意しています。

インプット項目は追加や削除、入力形式(インプットタイプ)の変更をすることができます。

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

* **チェック対象ファイル**
  * 変数：@contents
  * インプットタイプ：ベーシック

### LLMモデル <a href="#model" id="model"></a>

標準モデルは「OPENAI GPT-4 TURBO」がセットされています。

{% hint style="warning" %}
モデルを変更することで生成結果の仕上がりが変わる場合があります。
{% endhint %}

### **プロンプト** <a href="#prompt" id="prompt"></a>

{}で囲まれているものはインプットで設定されている変数が当てはめられており、プロンプト記載欄の下にチップの形で表示されている変数をクリックすると簡単に記載ができます。

{% hint style="warning" %}
インプットの変数を変更した際は、プロンプト内の変数も変更する必要があります。
{% endhint %}

#### プロンプトのOne Pointアドバイス <a href="#prompt_onepoint" id="prompt_onepoint"></a>

{% hint style="info" %}
デフォルトプロンプトで指定しているチェックの条件以外に懸念されるチェック項目がある場合、プロンプトに追記することで、より厳格なチェック内容を出力することができます。
{% 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://docs.allganize.ai/alli-llm-app-market/manual/for_admin/default-apps/legal-contracts/premiums-and-representation-law-checker.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.
