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

# 콘텐츠 고정하기

## 콘텐츠 고정이란?

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

콘텐츠 고정 기능은 페이지 스크롤 시 특정위치에 고정이 된 콘텐츠가 지속적으로 따라오는 기능입니다.

예를들어, 섹션 고정 기능을 활용하여 상단, 하단 고정 배너를 만들 수 있으며 플로팅 콘텐츠 기능을 활용하여, 상담정보, 바로가기 정보 등의 내용을 사이트 오른쪽에 고정되는 콘텐츠를 만들 수 있습니다.

<table><thead><tr><th width="140">항목</th><th>설명</th></tr></thead><tbody><tr><td><a href="/pages/oy6PrLEaFS7AMa4Y0iTU">헤더 고정하기</a></td><td>헤더 영역을 고정하여, 페이지 메뉴, 공통 메뉴등의 항목을 어떤 위치에서든 보여지도록 디자인을할 수 있습니다.</td></tr><tr><td><a href="/pages/XteIOomJC2VTaZ8DMPRg">섹션 고정하기</a></td><td>섹션을 상단, 중단, 하단을 기준으로 고정하여 사이트 디자인을 할 수 있습니다.</td></tr><tr><td><a href="/pages/gEvlAPyER3RTYnVrA7T3">블록 고정하기</a></td><td>블록을 다양한 위치에 배치하여, 사이트 전체 또는 페이지 별 디자인 구성 할 수 있습니다.</td></tr><tr><td><a href="/pages/NYx2lY1XSr7kD1PA1r4I">플로팅 콘텐츠</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/tip/fixed.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.
