> For the complete documentation index, see [llms.txt](https://sharelink-docs.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharelink-docs.toss.im/start.md).

# 가입하기

내 사업자 유형에 맞는 가입 방법과 준비할 정보를 확인해요.

사업자가 아니어도 가입할 수 있어요. **만 19세 이상만 가입할 수 있으며, 현재 외국인은 가입할 수 없어요.**

웹에서 가입하려면 **토스 비즈니스 가입이 별도로 필요해요.** 본인 계정으로 로그인하고, 가입 안내가 나오면 먼저 완료해 주세요. 토스 비즈니스 가입 완료 알림만으로 쉐어링크 신청까지 끝난 것은 아니에요.

{% @toss-shopping-sharelink-app-link/sharelink-signup-link %}

### 내 유형에 맞는 가입 안내 <a href="#start-section-1" id="start-section-1"></a>

준비물과 웹 화면의 가입 순서를 확인해 보세요. 앱에서는 같은 유형을 선택하고 화면 안내를 따라 주세요.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>사업자가 아니에요</strong></td><td>수익금을 받을 본인 명의 계좌를 준비해 주세요.</td><td><a href="/start/individual.md">개인 · 비사업자</a></td></tr><tr><td><strong>개인사업자 (간이)</strong></td><td>사업자등록증 업로드 없이 본인 명의 계좌로 신청해요.</td><td><a href="/start/sole-simplified.md">개인사업자 · 간이과세자</a></td></tr><tr><td><strong>개인사업자 (일반)</strong></td><td>사업자등록증·사업자 명의 계좌·이메일을 준비해 주세요.</td><td><a href="/start/sole-general.md">개인사업자 · 일반과세자</a></td></tr><tr><td><strong>법인사업자</strong></td><td>사업자등록증·법인 명의 계좌·이메일을 준비해 주세요.</td><td><a href="/start/corporation.md">법인사업자</a></td></tr></tbody></table>

과세 유형을 모르겠다면 **사업자등록증의 일반·간이과세자 표시**를 확인해 주세요.

이미 가입했다면 [크리에이터명과 채널을 등록](/start/channels.md)해 주세요.

활동 정보 등록까지 마쳤다면 [첫 링크를 만들어 보세요](/create-sharelink.md).

가입 후 계좌나 활동 정보를 바꾸려면 [내 정보 수정 방법](/help/troubleshooting.md#account)을 확인해 주세요. 토스 앱에서도 수정할 수 있어요.

<a href="/help/troubleshooting.md#signup" class="button secondary">가입 중 문제 해결하기</a>


---

# 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://sharelink-docs.toss.im/start.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.
