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

# Build-Up 이용 가이드

## Build-Up **이용가이드 목차**

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>01. <strong>BUILD-UP 소개</strong></td><td data-object-fit="cover"><a href="/files/rIXT8uHq1VBC6z6ea6IZ">/files/rIXT8uHq1VBC6z6ea6IZ</a></td><td><a href="/pages/XO9meS2eRvjRBOy0pQHB">/pages/XO9meS2eRvjRBOy0pQHB</a></td></tr><tr><td>02. <strong>회원가입 및 로그인</strong></td><td><a href="/files/kMSwZROtJYqJgGlaSclL">/files/kMSwZROtJYqJgGlaSclL</a></td><td><a href="/pages/XrRfGKJWbAOnF33Gb6RG">/pages/XrRfGKJWbAOnF33Gb6RG</a></td></tr><tr><td>03. <strong>마이페이지와 설정</strong></td><td><a href="/files/IuSTT18pBRHOBroGsS79">/files/IuSTT18pBRHOBroGsS79</a></td><td><a href="/pages/uGdn7xY74Md21DgaO8w6">/pages/uGdn7xY74Md21DgaO8w6</a></td></tr><tr><td>04. <strong>프로젝트 참여</strong></td><td><a href="/files/cUQ4Rz7wqC5jXPthSKqU">/files/cUQ4Rz7wqC5jXPthSKqU</a></td><td><a href="/pages/FpN8HB3ovjCD3SZU4C3D">/pages/FpN8HB3ovjCD3SZU4C3D</a></td></tr><tr><td><strong>05. 프로젝트 피드백 보내기</strong></td><td><a href="/files/bHRF3YdgmDqiP5iY8sez">/files/bHRF3YdgmDqiP5iY8sez</a></td><td><a href="/pages/rXizF0RTUjxeD21g0Jmf">/pages/rXizF0RTUjxeD21g0Jmf</a></td></tr><tr><td><strong>06. BUP 포인트 획득</strong></td><td><a href="/files/WGHPXGCMHyfapmPIf9jm">/files/WGHPXGCMHyfapmPIf9jm</a></td><td><a href="/pages/DCgE9Y648LBf7AWgFlIx">/pages/DCgE9Y648LBf7AWgFlIx</a></td></tr><tr><td><strong>07. 토큰 에어드랍 받기</strong></td><td><a href="/files/MP2AF2udGAhQJRv6BmS0">/files/MP2AF2udGAhQJRv6BmS0</a></td><td><a href="/pages/YfcCSi2KHnwatAGo3bAk">/pages/YfcCSi2KHnwatAGo3bAk</a></td></tr><tr><td><strong>08. 커뮤니티 참여</strong></td><td><a href="/files/ioYDqNjZuMdrVdQjmYUc">/files/ioYDqNjZuMdrVdQjmYUc</a></td><td><a href="/pages/ipCsD7ZdGEHMjqTazA5E">/pages/ipCsD7ZdGEHMjqTazA5E</a></td></tr><tr><td><strong>09. 자주 묻는 질문(FAQ)</strong></td><td><a href="/files/wZgIu9kF4LBdfoQZ0dfE">/files/wZgIu9kF4LBdfoQZ0dfE</a></td><td><a href="/pages/XILyTiQ1PiO5LcBdWl7q">/pages/XILyTiQ1PiO5LcBdWl7q</a></td></tr><tr><td><ol start="10"><li><strong>정식 서비스를 준비하며</strong></li></ol></td><td><a href="/files/zsJeH0vG3TOlIhy9MwHD">/files/zsJeH0vG3TOlIhy9MwHD</a></td><td><a href="/pages/qWxKJ1MCvB2CRklEzXJV">/pages/qWxKJ1MCvB2CRklEzXJV</a></td></tr></tbody></table>


---

# 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://build-up.gitbook.io/userguide/readme.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.
