> For the complete documentation index, see [llms.txt](https://okpos.gitbook.io/okpos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okpos.gitbook.io/okpos/undefined-4/products/categories.md).

# ★상품 분류 만들기

{% hint style="warning" %} <mark style="color:orange;">**매장 웹 영업정보시스템**</mark>에서 만들 수 있습니다.&#x20;

POS에서 <mark style="color:orange;">**웹정보**</mark>버튼을 눌러주세요. (버튼이 없다면 대리점에 요청하세요)
{% endhint %}

**1. &#x20;**<mark style="color:green;">**기초관리 >  상품관리 >  상품기초정보 등록**</mark> 으로 이동하세요.

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

**2.  신규** 버튼을 클릭하세요.

![](/files/9snjzJEhRu9bFwgpjIKo)

**3.** 상품 분류를 등록하려면 '코드'와 '분류이름' 두가지를 입력해야합니다. \ <mark style="color:blue;">코드</mark>는 분류별로 고유한 2\~4자리 숫자입니다.

<mark style="color:blue;">코드</mark>와 분류 이름을 입력하세요.

![](/files/QX1CJYLSt3fPPl3G9lXQ)

**4.**  <mark style="background-color:orange;">**저장**</mark>  버튼을 누르면 저장됩니다.&#x20;

**5.** 분류를 필요한 만큼 만드세요.

![](/files/utwPQo8T1eUkpWrF2Cdm)


---

# 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://okpos.gitbook.io/okpos/undefined-4/products/categories.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.
