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

# 페어리 기본 안내

- [0. FAIRY 이해하기](https://hustation.gitbook.io/fairy/undefined/understanding.md)
- [FAIRY 구조](https://hustation.gitbook.io/fairy/undefined/understanding/structure.md)
- [워크스페이스](https://hustation.gitbook.io/fairy/undefined/understanding/workspace.md)
- [조직](https://hustation.gitbook.io/fairy/undefined/understanding/organizations.md)
- [프로젝트](https://hustation.gitbook.io/fairy/undefined/understanding/projects.md)
- [권한](https://hustation.gitbook.io/fairy/undefined/understanding/authority.md)
- [1. 사용준비 및 기본설정 시작하기](https://hustation.gitbook.io/fairy/undefined/start.md)
- [1-1. 회원가입](https://hustation.gitbook.io/fairy/undefined/start/join.md)
- [1-2. 워크스페이스(workspaces) 생성](https://hustation.gitbook.io/fairy/undefined/start/create-workspace.md)
- [1-3. 조직(organization) 생성](https://hustation.gitbook.io/fairy/undefined/start/create-group.md)
- [1-4. 사용자 초대](https://hustation.gitbook.io/fairy/undefined/start/invite.md)
- [1-5. 프로젝트 생성](https://hustation.gitbook.io/fairy/undefined/start/create-project.md)
- [2. 페어리 따라 하기](https://hustation.gitbook.io/fairy/undefined/onboarding.md)
- [2-1. 채용 공고 오픈하기](https://hustation.gitbook.io/fairy/undefined/onboarding/2-1..md): 성공적인 채용 프로젝트 오픈을 위하여 꼭 수행하셔야 하는 내용을 흐름 별로 안내드립니다.
- [2-2. 전형 진행 하기](https://hustation.gitbook.io/fairy/undefined/onboarding/2-2..md): 공고 접수 마감 이후 진행할 각 전형 단계 구성 및 운영 안내 페이지입니다.


---

# 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://hustation.gitbook.io/fairy/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.
