> 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/operation-guide/detailed-settings/apply-landing-page.md).

# 랜딩페이지 적용 방법

### 랜딩페이지 적용하기

제작한 랜딩페이지를 홈페이지에 적용할 수 있습니다. 단, 외부 스타일시트 대신 태그 내에 직접 스타일을 지정하는 인라인 방식을 사용해야 디자인이 깨지지 않고 원하는 모양으로 정확하게 적용됩니다.

1. 홈페이지관리 > 페이지관리 **\[등록]** 버튼을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FyzuQZ1ZsZvxHXKRH6RX6%2Fimage.png?alt=media&amp;token=8a50dcee-b29b-4b5d-a5d4-eb059ef5d1c2" 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%2Fm2OEdX3NFnTZeeXurgxY%2Fimage.png?alt=media&amp;token=0ec0ab8c-de72-4eac-a27a-9a67c4ac6667" alt=""><figcaption></figcaption></figure>

3. 소스코드 입력 화면에 코드를 입력한 후 **\[저장]** 버튼을 클릭합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FTzkagVtEwaMvql0rtu7v%2Fimage.png?alt=media&amp;token=88f14ccd-9171-46ea-b4d9-787b459c12b7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
이미지와 같이 각 HTML 태그 내에 `style="..."` 속성을 직접 지정하는 인라인 방식으로 코드를 입력해 주세요.  외부 스타일시트나 별도의 `<style>` 태그를 사용하면 디자인이 깨질 수 있으므로, 반드시 모든 스타일을 태그 안에 포함하여 작성해 주시기 바랍니다.
{% endhint %}

4. 상태는'사용' 으로 선택한 후 > **\[등록]** 버튼 클릭하여 저장합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FzNI4uMy84g05SGlBWHnN%2Fimage.png?alt=media&amp;token=ccda54af-1bb6-41d9-9e13-915f03c772de" alt=""><figcaption></figcaption></figure>

5. 등록한 페이지명을 클릭하여 수정 페이지로 이동한 후 **> \[반영저장]** 버튼을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FrM1orHbBC3SiFomoggfL%2Fimage.png?alt=media&amp;token=6cacf009-5ee8-4e03-ac41-2afe6a48d516" alt=""><figcaption></figcaption></figure>

6. 홈페이지관리 > 디자인관리 > 사이트메뉴관리 > 메뉴 선택 > 모듈 '웹페이지' 선택 > 페이지 목록에서 생성한 페이지 선택  \[수정] 버튼 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FbMpD1HKekxcMTz5Rv6eS%2Fimage.png?alt=media&amp;token=13e4d430-2308-41f1-90e7-361e9353d91a" alt=""><figcaption></figcaption></figure>

7. 홈페이지(사용자단)에서 아래와 같이 확인 가능합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FqN7MLRySNlAq9LrZEP2J%2Fimage.png?alt=media&amp;token=341cb6cc-79c8-40fd-aabf-99cd7cf4df6a" 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/operation-guide/detailed-settings/apply-landing-page.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.
