> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/kr/onboarding/step1.md).

# 계정 만들기

다음 단계에 따라 사용자 초대를 수락하고, 새 사용자로 등록한 뒤 Beachside에 로그인하세요.

***

## 대화형 튜토리얼

Beachside Docs에서는 단계별로 안내하는 인터랙티브 튜토리얼을 찾을 수 있습니다. 선택 <kbd><mark style="color:$primary;">**시작하려면 여기를 클릭하세요**<mark style="color:$primary;"></kbd> 그리고 안내를 따르세요. 모든 튜토리얼은 기본적으로 영어로 설정되어 있으며, 매번 언어를 변경해야 합니다.

{% hint style="info" icon="language" %}
**튜토리얼 언어를 변경하는 방법**\
튜토리얼은 기본적으로 영어로 표시됩니다. 이 튜토리얼을 다른 언어로 보려면 오른쪽 상단 모서리에 마우스를 올리고 다음을 선택하세요 <i class="fa-language">:language:</i> **언어**.
{% endhint %}

{% @arcade/embed flowId="MYd48rM3iXIMFqqkMtKX" url="<https://app.arcade.software/share/MYd48rM3iXIMFqqkMtKX>" %}

***

## 단계별로 따라하기

{% stepper %}
{% step %}

#### 초대 이메일 열기

등록을 시작하려면 이메일에서 Beachside 초대 링크를 여세요.

이메일 제목은 ***Beachside 초대***. \
이메일이 보이지 않으면 정크 메일 폴더를 확인하세요.
{% endstep %}

{% step %}

#### 선택 사항: 표시 언어 변경

{% hint style="info" icon="language" %}
**Beachside 표시 언어를 변경하는 방법:**

변경하려면 **표시 언어**, 화면 오른쪽 상단을 클릭하고 드롭다운 메뉴를 선택한 다음 설정을 조정하세요.
{% endhint %}
{% endstep %}

{% step %}

#### 계정 정보 입력

입력하세요 ***전체 이름*** 및 ***비밀번호*** 를 등록 양식에.
{% endstep %}

{% step %}

#### 서비스 약관에 동의하기

다음을 선택하세요 <i class="fa-square-check" style="color:$primary;">:square-check:</i> Beachside의 서비스 약관 및 개인정보 처리방침에 동의하려면 체크박스.
{% endstep %}

{% step %}

#### "Beachside에 가입"을 선택하세요

모든 정보를 확인한 후 선택하세요 <kbd><mark style="color:$primary;">**Beachside에 가입**<mark style="color:$primary;"></kbd>.

로그인 화면으로 리디렉션됩니다.
{% endstep %}

{% step %}

#### 로그인

입력하세요 ***이메일*** 및 ***비밀번호*** Beachside에 접속하려면

조직의 관리자가 다단계 인증(MFA)을 켠 경우, 추가 단계 하나를 거쳐야 합니다

{% content-ref url="/pages/4edf703906566149ae8ede4b486ef2d4a78a1803" %}
[다단계 인증(MFA)](/main/kr/others/mfa.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

***

## 다음 단계

인터페이스 둘러보기

{% content-ref url="/pages/9f8b37ed68f4ead7af66be04e08949754c52c5ad" %}
[Beachside 인터페이스](/main/kr/onboarding/interface.md)
{% endcontent-ref %}


---

# 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://docs.theseaai.com/main/kr/onboarding/step1.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.
