# 용어 사전

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

### 용어 사전 이란?

용어 사전은 AI가 기본적으로 잘 이해하지 못할 수 있는 단어나 문구를 미리 정의해두는 공간입니다.

* 고객이 특정 표현으로 검색했을 때(예: “연예인 효소”), 시스템이 해당 용어를 인식하고 알맞은 상품을 보여줄 수 있도록 설정합니다.
* AI가 바로 이해하기 어려운 표현(마케팅/별칭/유행어 등)을 운영자가 설명으로 풀어서 작성할 수 있습니다.

{% hint style="info" %}
예시로, `에그팩`처럼 SNS에서만 통용되는 마케팅 표현이 들어오면, 운영자가 “달걀 성분을 함유한 모공 케어 마스크팩” 같은 설명을 직접 써줘야 고객이 그 검색어를 쳤을 때 올바른 상품과 연결되도록 할 수 있습니다.
{% endhint %}

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

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

1\. 새 용어: 버튼을 클릭하면 새로운 전문 용어를 등록할 수 있는 창이 나타납니다.

2\. 용어 목록: 등록한 용어와 정의, 등록 일시를 확인할 수 있습니다.

<figure><img src="/files/KwF9CKglS7YeySoJ7ZlB" 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/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.
