# 예약자 설문

## 예약자에게 시간 선택 후 간단한 설문을 진행할 수 있습니다.

1. 이름은 예약 시 필수 기재 사항입니다.
2. 이메일, 전화번호는 선택사항으로 지정할 수 있습니다.

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

3. 질문 추가를 통해 원하는 질문을 하고 예약자의 답변을 받을 수 있습니다.

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

4. 받으신 정보는 \[예약된 일정] - \[다가오는 일정]에서 확인하실 수 있습니다.

<figure><img src="/files/2HkalejAuHcEuz8xZezc" alt=""><figcaption></figcaption></figure>

***

## 설문에 약관 추가할 수 있습니다.

1. \[편집] - \[예약자 설문] - \[질문 추가] -\[답변 종류] -\[약관]
2. 이름, 이메일, 전화번호 등 개인 정보 입력에 대한 약관 수락이 필요하다면 약관을 추가 할 수 있습니다.
3. 선택사항으로 약관의 링크를 삽입할 수도 있습니다.

![](/files/huh20FzJxpskWWOGo86A)

***

## 예약 페이지 자동 완성 시키기 <a href="#autocomplete" id="autocomplete"></a>

1. \[편집] - \[예약자 설문] - \[질문 추가] -\[답변 종류] -\[자동완성형]
2. 이름, 이메일, 전화번호 각종 설문 내용을 미리 자동완성 해서 고객에게 전송 할수 있습니다.

### 자동 완성 제공 파라미터 리스트

| 리스트           | 내역          | 비고            |
| ------------- | ----------- | ------------- |
| name          | 이름          |               |
| email         | 이메일         |               |
| phone         | 전화번호        |               |
| questions     | 설문 응답 순서    | 답변1, 답변2      |
| guest\_uid    | 유저 식별 아이디   | 자체 서비스 아이디 구분 |
| utm\_campaign | UTM 마케팅 캠페인 |               |
| utm\_source   | UTM 마케팅 소스  |               |
| utm\_medium   |             |               |
| utm\_term     |             |               |

### 예약자 개인정보 미리 완성 시켜서 보내기

1. 예약자의 개인정보를 미리 완성 시켜서 예약 페이지를 보낼 수 있습니다.
2. <예약페이지주소>?name=<고객이름>\&email=<고객이메일>\&phone=<고객전화번호>
   * (예)[https://whattime.co.kr/jay/interview?email=jay@whattime.co.kr\&name=test\&phone=01011112222](https://whattime.co.kr/jay/interview?email=\[jay@whattime.co.kr]\(mailto:jay@whattime.co.kr\)\&name=test\&phone=01011112222)

### \[자동완성형] 링크로 설문 자동 완성 하기

1. 링크로 설문을 자동 완성 시킬수 있습니다.
2. <예약페이지주소>?questions=<답변1>,<답변2>
   * 설문 순서대로 <답변1>,<답변2> 형태로 입력해 주시면 됩니다.
   * (예)<https://whattime.co.kr/jay/interview?questions=메모입니다>.

### 자체 서비스 ID 로 예약 구별하기

1. 자체 서비스 ID를 가지고 있는 경우 예약자를 쉽게 구별할 수 있습니다.
2. <예약페이지주소>?guest\_uid=<서비스 ID>
   * (예)<https://whattime.co.kr/jay/interview?guest_uid=123>
3. 예약된 일정 정보에서 guest\_uid 를 통해 구별이 가능합니다.


---

# 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/make-page/survey.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.
