> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/global/channel/createchannel/licenses.md).

# 비즈니스 채널 업종별 추가 서류

### **1. 미국 사업자의 카카오 채널을 비즈니스 채널로 전환하기 위한 필수 서류**&#x20;

<신청인과 해당 사업자 간의 관계에 따른 제출 서류>\
a. 개인사업자 대표 : 신청자 여권 사본, 사업자등록증\
b. 법인사업자 대표 : 신청자 여권 사본, 사업자등록증\
c. 직원: 신청자 여권 사본, 사업자등록증, 재직 증명서\
d. 채널 운영 대행사: 신청자 여권 사본, 신청자 재직 증명서, 광고주 사업자등록증, 대행사 사업자등록증, 업무 대행 계약서

### 2. 인허가 필요 대표 업종

| 업종 구분 (미국)  | 인허가 서류 (미국)                                                                            |
| ----------- | -------------------------------------------------------------------------------------- |
| 의료기기 판매(임대) | FDA 의료기기 등록증(Medical Device Registration Certificate) 등                                |
| FDA 관련 컨설팅  | 510(k) Premarket Notification 승인 등                                                     |
| 의료기관        | 주 의료기관 면허(State Medical Facility License), NIP no. 등                                   |
| 부동산업        | 주 부동산 중개사 면허(Real Estate Broker License), 투자자문사 등록증(Investment Adviser Registration) 등 |
| 은행          | 주 은행업 면허 등                                                                             |
| 방송 관련 사업자   | FCC 방송 면허(FCC Broadcast License) 등                                                     |


---

# 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://kakaobusiness.gitbook.io/global/channel/createchannel/licenses.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.
