# 예약 페이지 공유

## 예약 홈 공유 링크 활용

1. 링크를 활용해 주최자의 모든 일정을 예약할 수 있는 페이지로 이동할 수 있습니다.

<figure><img src="/files/46Lg1u0y7k3FH9n0ClBn" alt=""><figcaption></figcaption></figure>

2. 예약자는 원하는 일자와 시간을 선택해 예약을 완료할 수 있습니다.
   * 예약자에게 특정 예약페이지만 허용하고 싶다면 해당 예약 페이지의 링크만 공유해 보세요.

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

## 이름 이메일 전화번호 정보 자동 완성

* 이름 자동 완성 : <예약페이지 주소>?name=<이름>
* 이메일 자동 완성 : <예약페이지 주소>?email=<이메일>
* 전화번호 자동 완성 : <예약페이지 주소>?phone=<전화번호>
* 설문 자동 완성 : <예약페이지 주소>?questions=<답변1,답변2,답변3>
* ex)&#x20;
  * 예약페이지 주소 :  <https://whattime.co.kr/jay/meeting>
  * 이름 : 김재영,&#x20;
  * 이메일 : <rangken@gmail.com>
  * &#x20;<https://whattime.co.kr/jay/meeting?name=김재영\\&email=rangken@gmail.com>

## 예약 링크를 공유하는 다양한 방법

1. 이메일 서명란에 링크를 첨부해 보세요.
2. SMS 문자 및 카카오톡으로 링크를 첨부해 보세요.
3. 링크드인, 페이스북, 인스타그램 등 내 프로필에 페이지 링크를 첨부해 보세요.


---

# Agent Instructions: 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/share/page.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.
