> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/ko/smallbuilder-documents/undefined-1-1/undefined.md).

# 페이지 상단에 로고 이미지를 고정하는 방법

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

1. Page Header 컴포넌트를 추가합니다.

***

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

2. 컴포넌트 설정 패널에서 `Background Image` 를 클릭하여 로고 이미지를 업로드합니다.

***

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

3. 덧붙일 텍스트가 있다면 `Enter some text & field` 영역에 입력하세요.\
   `Position Percent` 를 이용하여 이미지의 위치를 조절합니다.\
   그 외 스타일 옵션을 선택하여 Header 컴포넌트를 설정합니다.

***

<figure><img src="/files/6PHa4eYtcdRb29bh48HO" alt=""><figcaption></figcaption></figure>

4. Header/Footer 컴포넌트를 추가하면\
   `Setting` 패널에서 `margin`을 10mm 이상으로 설정해야 합니다.


---

# 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.smallbuilder.com/ko/smallbuilder-documents/undefined-1-1/undefined.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.
