> 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/site-search-settings.md).

# 사이트 검색 정보 설정하기

{% hint style="info" %}
사이트 검색 시 노출되는 정보를 설정할 수 있습니다.&#x20;
{% endhint %}

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F3K2f8GlJmG2viM9nRNM8%2Fimage.png?alt=media&amp;token=c9a1a330-988f-4882-b329-594397277e37" alt=""><figcaption></figcaption></figure>

***

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

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FxhDRjh1Ow1DTNWvjhxb9%2Fimage.png?alt=media&amp;token=28aa8193-6c81-4a31-a4ee-7dcfca9bca75" 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%2FHzjt9yKGcrPtQE7kaIX0%2Fimage.png?alt=media&amp;token=a1aabef0-5899-4d3e-bffb-fdbdd5ca2b9b" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
사이트 설정의 **'사이트설명(Description)'**&#xC744; 등록하시면 검색 결과의 설명 영역에 우선 노출됩니다.

다만, 설명이 너무 짧거나 검색 포털(네이버, 구글 등)의 정책에 따라 사이트 본문(HTML) 내용이 함께 노출될 수 있습니다.

**원하는 문구가 노출될 가능성을 높이려면 단어만 입력하기보다 사이트를 소개하는 문장 형태(약 40\~80자)**&#xB85C; 작성해 주시기 바랍니다.
{% endhint %}


---

# 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/site-search-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.
