# 슬라이드 메뉴 (모바일 전용)

### 슬라이드 메뉴 영역 *<mark style="background-color:green;">Mobile</mark>*

<div align="left"><figure><img src="/files/MwsFNgu7kINfimbv2fhE" alt="" width="563"><figcaption></figcaption></figure></div>

* ⓐ 로그인
* ⓑ 카테고리
* ⓒ 게시판

#### ■ ⓐ 로그인

[로그인 가이드 문서](/aurora-guide/api-1/sign-in.md)를 확인하시기 바랍니다.

#### ■ ⓑ 카테고리

> [**GET /categories**](https://docs.shopby.co.kr/?url.primaryName=display/#/Category/get-categories-by-keyword)
>
> ►전체 카테고리 조회하기\
> 쇼핑몰의 카테고리를 조회합니다.&#x20;

쇼핑몰 화면에서 카테고리란, 화면이 바뀌어도 대부분의 경우 화면에 상시 노출되는 요소입니다.

아래 2가지 형태의 카테고리 데이터를 제공합니다.

* flatCategories : 모든 카테고리를 하나의 배열에 쭉 나열한 형태
* multiLevelCategories : 계층을 가지는 카테고리 형태 (최대 5depth)

오로라 개별형 기본 스킨에서는 3depth까지 리스팅되어 출력되며,\
카테고리 상품 리스트에서는 5depth까지 표기됩니다.&#x20;

```
shop by basic/pro: 상품> 상품 분류관리> 전시 카테고리 관리
shop by premium: 전시관리 > 전시 카테고리 관리
```

#### ■ ⓒ 게시판

> [GET /boards/corigurations](https://docs.shopby.co.kr/?url.primaryName=manage/#/Board/get-board-config)
>
> ► 게시판 설정 조회하기\
> 전체 게시판의 설정 정보를 조회합니다.

* 일반 게시판 설정 : boardConfigs

일반 게시판 사용 설정이 '사용함'인 게시판 리스트를 모두 노출합니다.

일반 게시판은 공지사항, FAQ, 자유게시판, 이벤트/혜택, 메모게시판을 의미합니다.\
쇼핑몰 어드민 아래 경로에서 관리할 수 있습니다.

```
shop by basic/pro: 게시판 > 게시판 관리 > 게시판 리스트
shop by premium: 운영관리 > 게시판 관리 
```

아래 3가지 게시판의 경우, 쇼핑몰 고객이 [마이페이지 > 나의 게시글](/aurora-guide/api-1/mypage-post.md) 에서 관리할 수 있습니다.&#x20;

* 1:1문의 설정 : inquiryConfig
* 상품문의 설정 : productInquiryConfig
* 상품후기 설정 : productReviewConfig

1:1문의 설정, 상품문의 설정, 상품후기 설정은 쇼핑몰 어드민 아래 경로에서 관리할 수 있습니다.

| 고정 게시판                        | shopby basic/pro       | shopby premium              |
| ----------------------------- | ---------------------- | --------------------------- |
| 1:1문의 설정(inquiryConfig)       | 게시판 > 1:1문의 > 1:1문의 설정 | 운영관리 > 1:1 문의 관리 > 1:1문의 설정 |
| 상품문의 설정(productInquiryConfig) | 게시판 > 상품문의 > 상품문의 설정   | 상품관리 > 상품문의 관리 > 상품문의 설정    |
| 상품후기 설정(productReviewConfig)  |                        | 상품관리 > 상품평 관리 > 상품후기 설정     |


---

# 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://workspace-help.nhn-commerce.com/aurora-guide/api-1/common/slide-menu.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.
