> For the complete documentation index, see [llms.txt](https://support-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support-help.nhn-commerce.com/guide.md).

# 참고 가이드

- [쉬운 창업 가이드](https://support-help.nhn-commerce.com/guide/easy-business.md)
- [온라인 창업 알아보기](https://support-help.nhn-commerce.com/guide/easy-business/intro.md): 온라인 창업의 용어 및 개념의 이해
- [온라인 창업 준비하기](https://support-help.nhn-commerce.com/guide/easy-business/ready.md): 온라인 창업 준비를 위한 필수 체크리스트
- [온라인 쇼핑몰 종류와 특징](https://support-help.nhn-commerce.com/guide/easy-business/feature.md): 쇼핑몰을 만들어가는 과정에 대한 가이드
- [SMS 발신번호 필요 서류 안내](https://support-help.nhn-commerce.com/guide/sms.md)
- [발신번호 사전등록 제도](https://support-help.nhn-commerce.com/guide/sms/law_notice.md)
- [사업자등록증](https://support-help.nhn-commerce.com/guide/sms/license.md): 모든 발신번호 유형에서 필수로 제출해주셔야 하는 서류입니다.
- [통신서비스 이용증명원](https://support-help.nhn-commerce.com/guide/sms/number_certificate.md): 모든 발신번호 유형에서 필수로 제출해주셔야 하는 서류입니다.
- [재직증명서](https://support-help.nhn-commerce.com/guide/sms/employment.md): 발신번호 명의자가 자사 직원, 혹은 타사 유형일 시 제출해주셔야 하는 서류입니다.
- [발신번호 이용 위임장](https://support-help.nhn-commerce.com/guide/sms/attorney.md): 발신번호 유형이 타인/타사인 경우 필수로 제출해주셔야 할 서류입니다.
- [신분증 사본](https://support-help.nhn-commerce.com/guide/sms/identification.md): 신분증 사본 제출 시 유의사항에 대해 설명해드려요.
- [관계 확인서](https://support-help.nhn-commerce.com/guide/sms/contract.md): 발신번호 유형이 타사(자회사, 계열사, 본점/지점 관계 포함)인 경우 필수로 제출해주셔야 할 서류입니다.
- [SMS 발신번호 등록 가이드 (서류 인증)](https://support-help.nhn-commerce.com/guide/sms/guide.md): 발신번호 등록이 어려우시다고요? 가이드를 참고해 보세요!


---

# 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://support-help.nhn-commerce.com/guide.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.
