# 회원가입 프로세스

- [이메일 인증코드 전송](https://rand-chat.gitbook.io/rand_chat-docs/api-v1/undefined/undefined.md): 회원가입   시 이메일 인증코드 전송
- [이메일 인증코드 검증(인증)](https://rand-chat.gitbook.io/rand_chat-docs/api-v1/undefined/undefined-1.md): 회원가입  시 전송된 이메일 인증코드를 검증
- [회원 가입](https://rand-chat.gitbook.io/rand_chat-docs/api-v1/undefined/undefined-2.md): 회원가입


---

# Agent Instructions: 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:

```
GET https://rand-chat.gitbook.io/rand_chat-docs/api-v1/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
