> For the complete documentation index, see [llms.txt](https://www.analytics-docs.laplacetec.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.analytics-docs.laplacetec.com/guide/startguide/signin.md).

# 회원가입 하기

{% hint style="info" %}
라플라스 사용을 위해 회원가입을 진행해 주세요.

회원가입을 하면 라플라스의 [**이용약관**](https://www.analytics.laplacetec.com/terms_of_service) 및 [**개인정보처리방침**](https://www.analytics.laplacetec.com/privacy_policy)에 동의하게 됩니다.
{% endhint %}

이메일 계정으로 다음과 같은 메일을 받을 수 있습니다.

<details>

<summary>이메일 계정으로 다음과 같은 메일을 받을 수 있습니다.</summary>

* 라플라스 설치/설정 안내
* 라플라스 이벤트, 프로모션 안내
* 라플라스 기능 업데이트 알림
* 커머스 데이터 분석 관련 아티클 및 고객 사례

</details>

## 라플라스 계정 만들기 (회원가입하기)

1. 라플라스 홈페이지(<https://www.analytics.laplacetec.com/>)에서 **`무료 시작하기`** 를 클릭합니다.

   <figure><img src="/files/nKY4JI1RKFuc1xMQFyi8" alt=""><figcaption></figcaption></figure>
2. 회사명, 이름, 전화번호, 이메일, 비밀번호를 입력하여 계정을 생성하거나, 하단의 Google 계정으로 회원가입 버튼을 눌러 회원가입을 진행해 주세요.

   <figure><img src="/files/7sZApQ5Kdv7ts9x0phjb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
휴대폰 번호는 왜 필수 입력인가요?

* 데이터 이슈, 장애 및 혜택 등의 중요한 공지사항을 이메일로 전달드렸을 때 놓치시는 경우가 많아, 신속하게 알려 드리기 위함입니다.
* 또한 매출, 광고 등의 일별 성과를 알림톡으로 보내드리기 위함입니다.
  {% endhint %}

3. 가입 시 입력한 이메일로 받으신 인증번호를 입력해 주시면 회원가입이 완료됩니다.

   <figure><img src="/files/ILOK59NK79P8fZDoz5So" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
인증 메일의 인증번호는 2시간 동안 유효 합니다.

* 여러 건이 발송된 경우, 가장 최근에 발송된 메일의 완료하기 버튼을 클릭해 주세요.
* 이메일이 않오실 경우 **스팸메일함**을 확인해 주세요.
  {% endhint %}

**👇 이어지는 데이터연결 가이드를 참고하여 데이터 분석을 시작해 보세요! 🎉**


---

# 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://www.analytics-docs.laplacetec.com/guide/startguide/signin.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.
