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

# Welcome!

라운드를 조금 더 다양하게 활용하실 수 있도록 API 와 Webhook 을 제공해드리고 있습니다. 향후 더 많은 데이터를 제공해 드리기 위해 꾸준히 업데이트 될 예정입니다.

## 라운드 API 바로 가기

{% content-ref url="/pages/HDcfDriYMRKjlwQUNp7G" %}
[라운드 API 개요](/round-api/api.md)
{% endcontent-ref %}

## 라운드 Webhook 바로 가기

{% content-ref url="/pages/IlosgrUKqtaWekHPUfoU" %}
[라운드 Webhook 개요](/round-webhook/webhook.md)
{% endcontent-ref %}


---

# 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://api-docs.roundhr.com/readme.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.
