# 辞書

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

### 辞書とは？

辞書は、AIが基本的にうまく理解できない可能性のある単語やフレーズをあらかじめ定義しておくスペースです。

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

* エンドユーザー が特定の表現（例：「芸能人 酵素」）で検索した際、システムがその用語を認識し、適切な商品を表示できるように設定します。
* AIがすぐに理解しにくい表現（マーケティング/別称/流行語など）を、運営者が説明として作成することができます。

{% hint style="info" %}
例えば、`「エッグパック」`のようにSNSだけで通用するマーケティング表現が入力された場合、運営者が「卵成分を含有した毛穴ケアマスクパック」のような説明を直接作成することで、エンドユーザー がその検索語を入力した際に正しい商品と関連付けられるようにできます。
{% endhint %}

<figure><img src="/files/9eoElBgx4c2IIRT0F6hP" alt=""><figcaption></figcaption></figure>

a. 新しい用語：ボタンをクリックすると、新しい専門用語を登録できるウィンドウが表示されます。

b. 用語一覧：登録した用語と定義、登録日時を確認できます。

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

3\. 用語：新しく登録する用語を入力できます。\ <sub>- 最大60文字まで入力可能</sub>

4\. 定義：新しく登録する用語の定義を入力できます。\ <sub>- 最大120文字まで入力可能</sub>

{% hint style="info" %}
**文字数カウントの案内**

文字の形（全角／半角）や言語の種類に関係なく、入力された文字数1つを1文字としてカウントします。（例：「a」「가」「あ」「ｱ」いずれも1文字として計算）
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.genser.ai/ja/ai-search/dictionary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
