> 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.md).

# 서비스 설정

- [지원자 마이페이지](https://guide.roundhr.com/service/potal.md): 지원자 마이페이지는 지원자가 면접 일정을 확인하고, 양식을 제출하며, 채용 진행 상황을 확인하는 공간입니다.
- [지원자 마이페이지 화면 구성](https://guide.roundhr.com/service/potal/portal_view.md): 지원자별 맞춤 페이지로 지원자에게 더 많은 채용 정보를 제공할 수 있습니다.
- [마이페이지 팀별 설정](https://guide.roundhr.com/service/potal/team_setting.md): 팀에 속한 공고별로 마이페이지를 다르게 설정할 수 있습니다
- [라운드폼](https://guide.roundhr.com/service/form.md): 라운드폼을 생성하여 레퍼런스 체크, 설문 조사 등 다양한 양식을 지원자나 관계자에게 발송할 수 있습니다.
- [라운드폼 구조](https://guide.roundhr.com/service/form/structure.md): 라운드폼의 구조 및 기능에 대해 설명합니다.
- [라운드폼 생성 및 수정](https://guide.roundhr.com/service/form/form.md): 라운드폼을 생성하여 자료 요청, 과제 제출, 레퍼런스 체크 등 다양한 용도의 설문 폼을 만들 수 있습니다. 17가지 항목 유형을 지원하며, 샘플 템플릿으로 빠르게 시작할 수 있습니다.


---

# 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.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.
