# 디자인 활용하기

![](/files/-MXUcGxL_8w4u8UBV9g2)

식스샵의 디자인 기초 사용법을 익히셨나요? \
이제 내 상점을 한 단계 업그레이드할 수 있는 디자인 활용팁을 배워보세요.<br>

| 활용하기                                                                       | 설명                                   |
| -------------------------------------------------------------------------- | ------------------------------------ |
| [기초부터 따라 하는 디자인 편집](/learn-sixshop/store-design/easy-design.md)            | 디자인 편집 에디터 사용 방법을 짧은 영상으로 따라 해 보세요.  |
| [이미지 설정 가이드](/learn-sixshop/store-design/develop/image-guide.md)           | 상점에 최적화 이미지를 만들어 보세요.                |
| [상품 카테고리를 메뉴로 구성하기](/learn-sixshop/store-design/develop/products-menu.md)  | 상품 카테고리를 메뉴와 하위 메뉴로 만들어 노출해 보세요.     |
| [상점 제작 중 안내 페이지 만들기](/learn-sixshop/store-design/develop/renewal_page.md)  | 상점을 임시로 닫아두고 고객에게 공지하는 방법을 배워보세요.    |
| [특정 등급만 구매 가능한 상품 판매하기](/learn-sixshop/store-design/develop/exclusive.md)  | 특정 등급만 상품을 구매할 수 있도록 설정하는 방법을 배워보세요. |
| [원페이지 구성하기](/learn-sixshop/store-design/develop/one-page.md)               | PPT 형식의 페이지 구성하는 방법을 참고하여 만들어 보세요.   |
| [룩북 페이지 구성하기](/learn-sixshop/store-design/develop/lookbook.md)             | 룩북 페이지를 3가지 방법을 참고하여 만들어 보세요.        |
| [이미지 다운로드하기](/learn-sixshop/store-design/develop/image-download.md)        | 상점에 등록된 이미지 파일을 다운받는 방법을 배워보세요.      |
| [외부 팝업 기능(코드앤버터) 활용하기](/learn-sixshop/store-design/develop/codenbutter.md) | 코드앤버터를 통하여 확장된 팝업 기능을 활용해 보세요.       |


---

# 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.sixshop.com/learn-sixshop/store-design/develop.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.
