> For the complete documentation index, see [llms.txt](https://makevu.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://makevu.gitbook.io/guide/self-service/sign-up.md).

# 가입 및 로그인

> 메이크뷰는 프로그램 설치할 필요 없이 웹사이트에서 회원가입하고 바로 이용하실 수 있습니다. 누구든지 가입만 하면 10페이지 무료 포인트가 부여됩니다.

[**가입하러가기**](http://my.makevu.com)

***

### **회원가입 및 로그인 가이드**

**1. 회원가입 진행**

메이크뷰 홈페이지 [**https://my.makevu.com/**](https://my.makevu.com/**) 에서 `회원가입`을 클릭합니다.

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

**2. 회원정보 입력**

회원가입 페이지에서 이메일주소, 비밀번호를 입력하고 인증방식을 선택한 후 `회원가입`을 클릭합니다.

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

**3. 인증 및 로그인**

인증 후, 가입한 계정정보를 입력하고 `로그인`을 클릭합니다.

<figure><img src="/files/8SRb6kGRJnLJi8kabQMw" alt=""><figcaption></figcaption></figure>

***

### **무료 포인트 안내**

회원가입 후, 로그인하면 왼쪽에 50,000포인트가 자동으로 충전된 것을 확인할 수 있습니다. 콘텐츠를 직접 제작 후, 10페이지를 무료로 배포(URL 생성)할 수 있습니다. 포인트 충전 관련 내용은 메이크뷰 플랜의 셀프 카테고리에서 확인하실 수 있습니다.

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


---

# 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://makevu.gitbook.io/guide/self-service/sign-up.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.
