> For the complete documentation index, see [llms.txt](https://guide.whattime.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.whattime.co.kr/getting-started.md).

# 되는시간 시작하기

- [예약 페이지 공유](https://guide.whattime.co.kr/getting-started/share.md)
- [예약 페이지 공유](https://guide.whattime.co.kr/getting-started/share/page.md)
- [이메일로 예약 가능한 시간 공유](https://guide.whattime.co.kr/getting-started/share/email.md)
- [UTM 고객 유입 확인하기](https://guide.whattime.co.kr/getting-started/share/utm.md)
- [웹사이트에 예약 기능 넣기](https://guide.whattime.co.kr/getting-started/share/embed.md)
- [개발 연동 하기](https://guide.whattime.co.kr/getting-started/share/embed/dev.md): 개발 연동하여 자체 서비스 내에 예약 기능을 구축하기
- [아임웹 예약 기능 넣기](https://guide.whattime.co.kr/getting-started/share/embed/iamweb.md)
- [Wix 예약 기능 넣기](https://guide.whattime.co.kr/getting-started/share/embed/wix.md)
- [Notion 링크 임베드](https://guide.whattime.co.kr/getting-started/share/embed/notion.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:

```
GET https://guide.whattime.co.kr/getting-started.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.
