> For the complete documentation index, see [llms.txt](https://guide.roundhr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.roundhr.com/service/form/structure.md).

# 라운드폼 구조

## 라운드폼 구조

***

* 라운드폼은 지원자에게 요청할 정보인 \[질문]과 응답 결과를 모아 볼 수 있는 \[응답] 그리고 열람 권한 및 제출 기한을 설정 할 수 있는 \[설정]으로 구성되어 있습니다.

### 1. 질문 <a href="#questions" id="questions"></a>

* 폼 제목 및 폼 양식을 작성합니다.
* 항목별로 필수 입력 여부 및 추가 설명을 작성할 수 있습니다.

{% hint style="warning" %}
\[현재 연봉], \[희망 연봉] 항목은 폼 열람 권한과 상관 없이 워크스페이스 관리자 이상만 열람할 수 있습니다.
{% endhint %}

### 2. 응답 <a href="#submissions" id="submissions"></a>

* 해당 폼으로 제출한 모든 지원자의 응답 결과를 모아 볼 수 있습니다.
* 면접 만족도 설문과 같이 지원자 기준이 아닌 응답을 한 번에 볼 때 유용합니다.

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

### 3. 설정 <a href="#setting" id="setting"></a>

* 폼의 결과를 볼 수 있는 \[열람 권한], 폼 요청 후 마감 기한을 설정 할 수 있는 \[회신 기한 설정], 마감일 전 미제출 시 자동 리마인드를 보내는 \[리마인드 알림] 설정을 할 수 있습니다.

<figure><img src="/files/WB77SUK9z4Pnm8MybitP" 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:

```
GET https://guide.roundhr.com/service/form/structure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
