> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/design/editor/contents/advanced.md).

# 고급

## 고급이란?

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

고급 콘텐츠는 사이트의 디자인을 넘어, 사이트 운영에 필요한 요소들을 담고 있습니다.

지도 블록을 통해 사용자에게 위치를 전달하고, 공지사항, 게시판 블록을 활용하여 정보 전달 및 소통을 위한 요소로 사용을 할 수 있습니다.

각 콘텐츠의 자세한 설정 방법은 콘텐츠 별 상세 가이드를 참고 부탁드립니다.

<table><thead><tr><th width="170">항목</th><th>설명</th></tr></thead><tbody><tr><td><a href="/pages/UKSfGgN6GX2NyDlpfc4M">게시판 블록</a></td><td>문의게시판, 고객 후기 게시판, 자유게시판 등 다양한 유형의 게시판을 생성하여 사용자에게 정보 전달 및 소통을 하기 위한 용도로 사용이 됩니다.</td></tr><tr><td><a href="/pages/ajTVCkQK1q6vWFrRc0o4">공지사항 블록</a></td><td>공지사항 게시판을 사용하여, 사이트의 정보를 전달하는 용도 사용이 됩니다.</td></tr><tr><td><a href="/pages/dudaNAWHK6YKzBd31jXz">테이블 블록</a></td><td>표를 통해 사용자에게 정보를 전달하는 용도로 사용이 됩니다.</td></tr><tr><td><a href="/pages/EdCAWkyrGhiLZguffQjS">아코디언 블록</a></td><td>간결하고 핵심적인 정보만 모아 담아 볼 수 있습니다.<br>자주 묻는 질문(FAQ)을 만들어 정보를 제공하는 용도로 활용이 가능합니다.</td></tr><tr><td><a href="/pages/dBnk1JDHQuQhbR95Lj42">코드 블록</a></td><td>HTML, JavaScript, CSS 의 언어를 사용하여, 외부 모듈 및 사용자 정의 스타일 시트 및 스크립트 등을 사이트에 삽입하고 싶을 때 사용할 수 있습니다.</td></tr><tr><td><a href="/pages/MLOrXCKqVhJRD15EAuAB">지도 블록</a></td><td><p>사용자에게 위치 정보를 알려주고자 할 때 사용합니다.<br>별도의 API 설정 없이 쉽게 사용을 하실 수 있습니다.</p><ul><li>[<a href="/pages/MLOrXCKqVhJRD15EAuAB">구글 지도</a>] [<a href="/pages/VbDgjqbB0xEJMBrUhXOy">네이버 지도</a>] 사용 가능</li></ul></td></tr><tr><td><a href="/pages/wS1hNfh0wgCblFXQZ4yK">RSS 피드 블록</a></td><td>네이버 블로그에 작성이 된 게시글을 연동하여, 사이트에서도 네이버 블로그에 작성 글을 확인할 수 있습니다.</td></tr><tr><td><a href="/pages/v7rP0STVX8ViLrP8Qqah">구글 드라이브 블록</a></td><td>구글 드라이브에 저장되어있는 PDF, 스프레드 시트, 동영상 등 다양한 콘텐츠를 임베드하여 사이트에서도 확인을 할 수 있습니다.</td></tr><tr><td><a href="/pages/sfvsjnNeTGy1Ns7zfaHE">로티 블록</a></td><td>로티를 통해 애니메이션 이미지를 생성하고, 큐샵에 연동하여 사용 할 수 있습니다.</td></tr></tbody></table>


---

# 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://help.qshop.ai/customer_support/guide/design/editor/contents/advanced.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.
