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

# 크루즈

안녕하세요! 크루즈 팀입니다 😃

크루즈는 <mark style="color:blue;">**서강대학교 컴퓨터공학과 3인**</mark>이 팀을 이루어 <mark style="color:blue;">**교내 모집 관련 활동의 생산성 향상**</mark>을 위해 제작한 서비스입니다. 누구나 쉽게 모집과 지원을 진행할 수 있도록 다양한 기능을 지원하고 있으며, 사용성을 위해 꾸준한 업데이트를 진행할 예정입니다.

본 문서는, 크루즈의 기능들에 대한 상세 설명을 담고 있습니다. 크루즈의 사용자는 **모집자**와 **지원자**로 나뉘며, 사용자 별로 활용하는 기능들이 크게 다른 만큼 본 문서 역시 두 개의 섹션으로 분리되어 있습니다.&#x20;

### 시작하기

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/z2zLmFD1c5YNwErbiBsH">/pages/z2zLmFD1c5YNwErbiBsH</a></td><td>동아리﹒학회 운영진</td><td><a href="/pages/2L2o0OYq8Mu1hy9dn6K8">/pages/2L2o0OYq8Mu1hy9dn6K8</a></td></tr><tr><td><a href="/pages/dXLy2GXci0z4dIpo8Xp2">/pages/dXLy2GXci0z4dIpo8Xp2</a></td><td>동아리﹒학회 지원자 </td><td><a href="/pages/m4cRyOCcSn9nGYWb59aZ">/pages/m4cRyOCcSn9nGYWb59aZ</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://team-crews.gitbook.io/crews-doc/undefined.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.
