> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/back-office/goods-bo/undefined-8/undefined-1.md).

# 신조어 관리

새로운 신조어를 등록하고, 기존의 신조어를 수정 또는 삭제하며, 등록된 신조어들의 목록을 조회할 수 있는 기능을 제공합니다. 이를 통해 신조어에 대한 효율적인 관리가 가능합니다.

***

## 주요 기능

* 등록된 신조어 목록을 조회하거나 등록/수정/삭제 할 수 있습니다.

## 프로세스 정의

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

{% stepper %}
{% step %}

### 신조어 관리 (화면)

상품 > 검색어 관리 > 신조어 관리 페이지에서 조회 및 저장 버튼 클릭
{% endstep %}

{% step %}

### API 서버 호출

BO-API 서버 호출

* 조회 : 신조어 목록 조회 및 동의어 건수 조회 호출
* 저장 : 신조어 저장 / 수정 / 삭제 호출
  {% endstep %}
  {% endstepper %}

## API 기능 목록

<table><thead><tr><th width="122.3333740234375">API</th><th width="331.5555419921875">설명</th><th width="94.6666259765625">Server</th><th width="91.333251953125">메소드</th><th>비고</th></tr></thead><tbody><tr><td>신조어 저장/수정/삭제</td><td>신조어 정보를 등록,수정 및 삭제합니다.</td><td>BO</td><td>post</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%EC%8B%A0%EC%A1%B0%EC%96%B4%20%EA%B4%80%EB%A6%AC&#x26;path=saveNewWord">🔗API 확인하기 ></a></td></tr><tr><td>신조어 목록 조회</td><td>신조어 현황을 조회할 수 있습니다.</td><td>BO</td><td>get</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%EC%8B%A0%EC%A1%B0%EC%96%B4%20%EA%B4%80%EB%A6%AC&#x26;path=getNewWordList">🔗API 확인하기 ></a></td></tr><tr><td>신조어 건수 조회</td><td>신조어 등록 건수를 조회할 수 있습니다.</td><td>BO</td><td>get</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%EC%8B%A0%EC%A1%B0%EC%96%B4%20%EA%B4%80%EB%A6%AC&#x26;path=getNewWordListCount">🔗API 확인하기 ></a></td></tr></tbody></table>

## 사용자 설정 화면

<figure><img src="/files/y2qyzkqo3FaZCQtPLiVS" 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://tech.x2bee.com/api-guide/back-office/goods-bo/undefined-8/undefined-1.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.
