# 커스텀 헤더

**커스텀 헤더는 언제 사용하나요?**

앱 화면 상단에 이미지 및 공유하기, 더보기 등의 아이콘을 추가할 때 사용해요.

**커스텀 헤더의 특징은 무엇인가요?**

* 블록을 사용해서 기능을 추가해 줄 수 있어요.&#x20;
* 여러 개의 블록 사용을 원할 시, 레이아웃 블록과 함께 사용해 주세요.
* 아이콘 추가를 원할 시, 헤더 아이콘이 아닌 [아이콘](/main/guide/develop_app/4/block/photo_video/icon.md) 블록 또는 URL 이미지 블록을 사용해요.
* 왼쪽 상단을 기준으로 정렬돼요.&#x20;

<div align="left"><figure><img src="/files/Z15lwU70TBgAl2Bpx7Wl" alt="" width="563"><figcaption></figcaption></figure></div>

2023.09.22 Jinny


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/page-layout/custom-header.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.
