> For the complete documentation index, see [llms.txt](https://guide.marketap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.marketap.io/smartstore-api/preparation/setting/signup.md).

# 회원가입

{% hint style="success" %}

### [마켓탭 콘솔](https://console.marketap.io/login)에 접속한 후 아래 절차를 진행해주세요.

{% endhint %}

### **1.  회원 가입 하기**

{% stepper %}
{% step %}
**회원 가입할 이메일을 입력하고, 인증 메일 전송 버튼을 클릭합니다.**

{% hint style="warning" %}
수신할 이메일을 정확하게 입력해 주시기 바랍니다. 가능하면 업무용 이메일을 사용해 주시는 것이 좋습니다.
{% endhint %}

<figure><img src="/files/pXHElOXNQRTeB41zcaTK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**입력한 이메일로 인증 메일이 발송됩니다.**

{% hint style="warning" %}
인증 이메일은 즉시 발송됩니다. 혹시 이메일이 보이지 않는다면 스팸 메일함도 확인해 주세요.
{% endhint %}

<figure><img src="/files/LdbJiYwLuZj1XO9GqFS6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**이메일을 확인하여, "회원 가입 완료하기" 버튼을 클릭하면, 가입 페이지로 이동합니다.**
{% endstep %}

{% step %}
**전화번호를 입력하면 인증번호가 전송되며, 이를 통해 본인 인증을 진행합니다.**

{% hint style="warning" %}
인증번호는 카카오톡을 통해 전송됩니다.
{% endhint %}

<figure><img src="/files/9LI4XgefIawQk6YVznDW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**이름과 비밀번호를 입력하고, "가입 완료하기" 버튼을 클릭하여 가입 절차를 마무리 합니다.**

{% hint style="warning" %}
&#x20;‘가입 완료하기’ 버튼을 클릭하면 마켓탭 이용 약관과 개인정보 처리 방침이 자동으로 적용됩니다. 해당 내용을 클릭하여 사전 확인하시기 바랍니다.
{% endhint %}
{% endstep %}

{% step %}
**회원가입한 이메일 / 비밀번로 로그인하여 프로젝트 생성 (계정 생성)을 준비합니다.**

{% hint style="warning" %}
회원가입이 완료된 후, 다시 로그인 하시면 프로젝트 생성 단계로 진행할 수 있습니다.
{% endhint %}

<figure><img src="/files/LEIw59P8gilb9wwQznlm" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://guide.marketap.io/smartstore-api/preparation/setting/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.
