> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/faq/admin/goods/classify.md).

# 상품 분류 관리

<details>

<summary>특정 회원 등급만 접근이 가능한 카테고리 생성이 가능한가요?</summary>

고도몰 관리자 > 상품 > 상품 분류 관리 > 카테고리 관리 > 카테고리 생성 시(수정 시) 접근 권한\
부분에서 특정 회원 등급을 클릭 후 등급 선택이 가능합니다.

</details>

[상품관리](/faq/admin/goods.md#undefined-18)

<details>

<summary>상품 카테고리 상단 네비게이션이 안 보이도록 설정 가능한가요?</summary>

고도몰 관리자 > 상품 > 상품 분류 관리 > 분류 설정 관리 > 네비게이션 영역 설정\
에서 해당 부분 설정이 가능합니다.

</details>

[상품관리](/faq/admin/goods.md#undefined-6)

<details>

<summary>브랜드는 몇 개까지 등록이 가능한가요?</summary>

현재 고도몰 솔루션의 브랜드 등록 개수 제한은 없습니다.

</details>


---

# 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://godomall-help.nhn-commerce.com/faq/admin/goods/classify.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.
