> 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/custom.md).

# 코드 사용하기

큐샵의 에디터는 웹 사이트 제작 목적에 맞춰, 레이아웃을 구성하고 상품 진열 및 페이지 디자인을 위한 편집 도구로 코드를 사용하지 않아도 쉽고 빠르게 목적에 맞는 사이트 디자인을 해 나갈 수 있습니다.

만약 코드를 사용할 수 있다면 코드 블록 또는 커스텀 코드 에디터를 통해 더욱 다양하고 풍성한 디자인 구성을 할 수 있습니다.

커스텀 코드는 코드 블록, 커스텀 코드 에디터에 적용하여 사용이 가능하며 각 요소를 사용하는 자세한 방법은 아래 가이드를 참고 부탁드립니다.

<table><thead><tr><th width="170">항목</th><th>설명</th></tr></thead><tbody><tr><td><a href="/pages/yqJsUH03zLp2BEz12mKG">커스텀 코드 에디터</a></td><td>페이지 단위 및 특정 섹션, 블록을 지정하여 커스텀 코드를 적용 할 수 있습니다.</td></tr><tr><td><a href="/pages/4F6KbSHPGUoYF83YB0Kx">코드 블록</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/custom.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.
