# 상품 분류 및 상품등록

### 관리자 메뉴 위치

`상품` > `분류 관리` > `분류 관리`

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

1. 대분류 만들기를 클릭하시면 아래 "대분류명 입력" 폴더가 생성돼요.
2. 대분류명 입력 후 추가하기 클릭하시면 분류가 생성돼요.

{% hint style="info" %}
하위 분류가 필요하신 경우 "하위분류" 사용함으로 두고 대분류 만들기를 클릭해 주세요.
{% endhint %}

### 관리자 메뉴 위치

`상품` > `상품 관리` > `상품 등록`

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

* 판매할 상품의 정보를 기입하여 쇼핑몰에 노출해 주셔야 해요.
* 더 자세한 상품 등록 방법을 원하신다면 아래 링크를 클릭해 확인해 주세요.

{% embed url="<https://www.notion.so/makeshop/1c8a0b16b61080819a73fbf330e72a29>" %}


---

# 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://help.makeshop.co.kr/guide/undefined-1/undefined-8.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.
