> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/initial-setup-guide/basic-setup-guide/logo-favicon-settings.md).

# 로고 및 파비콘 설정하기

{% hint style="info" %}
사이트 검색 시 노출되는 사이트명, 로고, 파비콘 이미지를 등록할 수 있습니다.
{% endhint %}

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F7Q2pwz8Q8u1DJWrfvrxm%2Fimage.png?alt=media&amp;token=325d473b-76c7-410c-bb60-b7b9f5a4a61e" alt=""><figcaption></figcaption></figure>

***

1. 홈페이지관리 > 사이트관리 > 사이트정보에 접속합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FwBKQmYAUiFwmujWPBbEQ%2Fimage.png?alt=media&amp;token=2935c8f1-300b-4542-ae18-c7face344671" alt=""><figcaption></figcaption></figure>

***

2. 사이트정보 탭> 상단에 위치한 사이트명, 사이트설명, 로고이미지, 파비콘 이미지를 등록합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FDtxuu7IUyQu1TjQllOx2%2Fimage.png?alt=media&amp;token=6786e767-e516-475c-84c8-c02fd50113c1" alt=""><figcaption></figcaption></figure>


---

# 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://malgn.gitbook.io/cloud/initial-setup-guide/basic-setup-guide/logo-favicon-settings.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.
