> 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/main-board-banner.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%2FXYHhuttmnYR7LvNjVoFA%2Fimage.png?alt=media&amp;token=3308881e-2bca-4790-af25-c4bbb8327337" 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%2FIC4Zo7MzxwmCuvRhwAN1%2Fimage.png?alt=media&amp;token=23ce03f4-a681-4fdc-af64-46258381ed03" 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%2Fg1hm3fbc75UrBvv9sqfh%2Fimage.png?alt=media&amp;token=3e2f5dc8-e49b-4952-88dc-bdb9b462f2dd" alt=""><figcaption></figcaption></figure>

3. 모듈 상세 설정을 진행합니다.

* 타이틀 : 작성 시 사용자단에 노출되지 않습니다.
* 게시판 : 홈페이지관리 > 게시판관리에 등록된 게시판 중에서 설정합니다.
  * 게시판1 : 좌측 게시판을 설정합니다.
  * 게시판2 : 우측 게시판을 설정합니다.&#x20;
* 안내제목 : 배너진열에서 상단에 입력할 문구를 작성합니다. (ex: 고객센터)
* 안내 내용 : 기본적으로 안내 내용이 들어가 있습니다. 태그 삭제하지 마시고 문구만 수정해주세요.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F5X2AuG5mLQ0LXLAsCMxC%2Fimage.png?alt=media&amp;token=879d1ffb-8bdf-48d3-a8f7-7b6ead9d5310" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FwlKwAWPcp3FWSi5UUz19%2Fimage.png?alt=media&amp;token=d89ec721-a107-4e49-b19f-bb6f39bea27e" 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/main-board-banner.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.
