> 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/initial-setup/footer.md).

# 하단 푸터(Footer) 정보 수정하기

{% 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%2FnlTHtuAK8YeyoGtbAVh2%2Fimage.png?alt=media&amp;token=486664fe-4c38-4f20-92dc-82860389eb36" alt=""><figcaption></figcaption></figure>

***

1. 홈페이지관리 > 사이트 정보 > '하단 HTML' 영역에 운영하실 사이트 내용에 맞게 정보를 입력합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FWt95RWYfYoHGQlgeUSd2%2Fimage.png?alt=media&amp;token=574ac518-6d37-4fc5-943a-3b3b69f05d15" alt=""><figcaption></figcaption></figure>

> ⚠️ 주의 (PG 전자결제 사용 고객 필수) 전자결제(PG) 서비스를 연동하여 상품을 판매하실 예정이라면, PG사의 심사 기준에 맞게 사업자 정보, 대표자명, 전화 번호 등을 정확하게 입력해 주셔야 심사가 거절되지 않습니다.

***

2. 내용 입력 완료 후 최하단의 \[수정]을 클릭해 수정을 마칩니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FQksIbTbM27dvb4OcUjtJ%2Fimage.png?alt=media&amp;token=6b36d053-3d32-43fa-9fbb-95e688bb56de" alt=""><figcaption></figcaption></figure>

***

3. 홈페이지에서 내용이 잘 변경되었는지 확인 합니다.&#x20;

\*  캐시가 남아있을 경우 변경되지 않은 것처럼 보일 수 있기 때문에, 변경 후 F5 및 캐시삭제를 하여 확인 바랍니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FsMVKPfw1yRtC8VGcrdQb%2Fimage.png?alt=media&amp;token=cdcf190c-af06-4e68-822e-df9a1f7e4a1e" 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/initial-setup/footer.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.
