> 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/understanding/structure.md).

# FAIRY 구조

{% hint style="info" %}
FAIRY는 **백오피스, 평가 시스템, 채용사이트로 구성**되어 있으며 채용 시작부터 공고 작성, 입사지원서 작성, 채용 사이트 제작 등 채용에 필요한 기능들을 모두 한 곳에 모아 놓았습니다.
{% endhint %}

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

### 1-1. 백오피스

> 백오피스는 평가 시스템, 채용사이트부터 사용자와 지원자 관리 등 **모든 내용과 설정을 관리**하는 페이지입니다.&#x20;

<figure><img src="/files/1Jww3ezOutI0TYU7e1Qc" alt=""><figcaption><p>백오피스 로그인 화면</p></figcaption></figure>

### 1-2. 평가 시스템

> 평가 시스템은 각 전형 진행 시, 평가위원이 지원자의 입사지원서를 보며 **실시간으로 평가를 진행**할 수 있는 시스템입니다. 평가와 관련된 설정은 백오피스를 통해 가능합니다.

<figure><img src="/files/JbDtTjZ20p2R4xLNf3eY" alt=""><figcaption><p>평가시스템 평가 개요 화면</p></figcaption></figure>

### 1-3. 채용사이트

> 채용사이트는 지원자들이 채용에 대한 모든 내용을 확인할 수 있는 곳입니다.&#x20;
>
> 채용사이트 설정은 백오피스를 통해 가능합니다.
>
> * 채용공고 / 입사지원 / 전형 진행 내역 / 합격자 발표
> * 공지사항 / FAQ / Q\&A / 회사 소개

<figure><img src="/files/AjGmt7yeny0BF4AiknRz" alt=""><figcaption><p>채용사이트 예시 화면</p></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://hustation.gitbook.io/fairy/undefined/understanding/structure.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.
