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

# 회원가입/로그인

{% hint style="info" %}
오늘상담의 첫 시작! 회원가입 및 로그인 방법을 안내해드릴게요.
{% endhint %}

## 📝 회원가입하기

![](/files/mbrVVnxQa99eOOLgwMuh)

{% stepper %}
{% step %}
로그인 화면 우측하단의 ‘가입하기’ 버튼을 눌러주세요.
{% endstep %}

{% step %}
약관동의를 모두 동의해주세요.
{% endstep %}

{% step %}
약관동의를 모두 동의하셨다면, ‘다음으로’ 버튼을 눌러주세요.
{% endstep %}

{% step %}
가입 방법을 선택해주세요. 구글/네이버 계정으로 가입하실 경우, 간편가입이 가능해요!
{% endstep %}
{% endstepper %}

### 방법 1️⃣ 구글/네이버 계정으로 가입하기 (추천 👍 )

![](/files/1NZnkfErtlhKQ6vyDQjf)

{% stepper %}
{% step %}
연동하고자 하는 구글/네이버 계정을 로그인해주세요.
{% endstep %}

{% step %}
개인정보를 모두 입력해주세요! 프로필 사진과 상세주소는 선택사항입니다.
{% endstep %}

{% step %}
모든 입력란을 입력하셨다면, ‘가입하기’ 버튼을 눌러주세요. 이제, 모든 회원가입 절차가 마무리 되었습니다!
{% endstep %}
{% endstepper %}

### 방법 2️⃣ 이메일로 가입하기

![](/files/U5RLIny9by9YDkGKskhu)

{% stepper %}
{% step %}
생성하고자 하시는 계정 정보를 입력해주세요. 아이디는 이메일로 입력하셔야 해요!
{% endstep %}

{% step %}
모든 입력란을 입력하셨다면, ‘가입하기’ 버튼을 눌러주세요.
{% endstep %}

{% step %}
개인정보를 모두 입력해주세요! 프로필 사진과 상세주소는 선택사항입니다.
{% endstep %}

{% step %}
모든 입력란을 입력하셨다면, ‘가입하기’ 버튼을 눌러주세요. 이제, 모든 회원가입 절차가 마무리 되었습니다!
{% endstep %}
{% endstepper %}

## ↩️ 로그인하기

![](/files/29ClaMMEuMeo1NHSn3hg)

{% stepper %}
{% step %}
‘이메일로 가입하기’로 회원가입을 하셨다면 가입하신 이메일, 비밀번호를 입력하시고 ‘로그인’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
‘구글/네이버 계정으로 가입하기’로 회원가입을 하셨다면 ‘Google/네이버 계정으로 로그인’ 버튼을 클릭해주시고 가입하신 계정으로 로그인 해주세요!

{% hint style="warning" %}
가입하신 방법에 따라 로그인 방법이 달라요!\
’이메일로 가입하기’ 로 회원가입을 하셨다면 1번의방법으로, \
’구글/네이버 계정으로 가입하기’ 로 회원가입을 하셨다면 2번의 방법으로 로그인해주세요.
{% endhint %}
{% 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://sangdamtoday.gitbook.io/intro/pcmanual/getting-started/signup-login.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.
