> For the complete documentation index, see [llms.txt](https://adssoon.gitbook.io/adssoon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adssoon.gitbook.io/adssoon/getting-started/signup.md).

# 회원가입하기

## &#x20;회원가입 가이드 <a href="#signup" id="signup"></a>

애즈순을 처음 사용하시나요?\
이 가이드를 따라 **회원가입부터 조직 생성까지** 단계를 차근차근 진행해보세요.

***

### ✅ 가입 절차 <a href="#signup1" id="signup1"></a>

#### 1️⃣ 계정 생성

애즈순 회원가입을 위해 아래 준비물을 미리 준비해주세요:

* 사업자등록증 (국내 사업자)
* 계좌 사본
* 인증 가능한 이메일

<figure><img src="/files/EaEOengBABIlXpLo76gj" alt=""><figcaption><p><br><br><br></p></figcaption></figure>

가입 순서는 다음과 같습니다:

1. \[회원가입 시작] 버튼 클릭
2. 이메일 입력 및 인증번호 확인

<figure><img src="/files/oSazZ2Yl46lmH2HMKsHt" alt=""><figcaption><p><br><br></p></figcaption></figure>

3. 비밀번호 설정

   > 최소 8자 이상, **영문/숫자/특수문자 조합**을 권장합니다.
4. 약관 및 개인정보 수집 동의

   > 광고 운영에 필요한 최소한의 정보만 요청드려요.

<figure><img src="/files/xYQe7auJwUUn136u492Z" alt=""><figcaption><p><br><br><br></p></figcaption></figure>

***

#### 2️⃣ 조직 생성

회원가입이 완료되면 바로 **조직 생성 단계**로 이동합니다.

* 조직명, 대표자명, 정산 계좌 정보 입력
* 필요한 경우 멤버 초대도 가능해요

> 조직은 광고 예약, 결제, 정산의 단위입니다.\
> 하나의 기업에서 여러 조직을 만들어 관리할 수 있어요.

***

#### 3️⃣ 회원가입 완료

* 모든 입력이 완료되면 가입이 완료됩니다.
* 이후 로그인 시 자동으로 해당 조직에 연결됩니다.
* **조직 초대 링크로 가입한 경우**에는 조직 생성 없이 자동으로 소속됩니다.

***

### 💡 TIP <a href="#signup2" id="signup2"></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://adssoon.gitbook.io/adssoon/getting-started/signup.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.
