# 2. 미팅 기본정보 입력

<figure><img src="/files/oRWvARdiy6m7s9XFSIN3" alt="" width="375"><figcaption></figcaption></figure>

* **미팅 이름**: 해당 미팅 예약 페이지를 통해서 만들어지는 미팅 예약의 이름입니다.
* **미팅 진행 시간**: 미팅의 예정 소요 시간입니다.
* **미팅 방법**: 시간을 선택하는 과정에 고객이 직접 선택할 미팅 방법의 선택지를 생성하는 메뉴입니다.
  * 대면 미팅 - 고객과 대면으로 만나는 미팅일 경우에 선택합니다. 대면 미팅을 선택하면 우편번호 검색을 통해 정확한 약속 장소의 주소를 고객에게 전달 할 수 있습니다.
  * Google Meet - 고객과 Google Meet을 이용한 화상 미팅을 진행할 경우에 선택합니다. 해당 방법을 선택하면 해당 약속시간에 Google Meet가 생성됩니다.
  * 화상 미팅 - Google Meet 이외의 화상 미팅 서비스를 이용할 때 선택할 수 있습니다. 서비스에서 제공하는 화상회의 주소를 입력해서 이를 고객에게 전달할 수 있습니다.
  * 전화 미팅 - 전화로 고객과의 미팅을 진행할 때 선택합니다. 연락처를 고객에게 전달할 수 있습니다.
  * 자유롭게 입력 - 이외의 다른 방법으로 미팅을 진행하려고 할 때 선택할 수 있습니다. 줄글로 자유롭게 적어서 고객에게 안내할 수 있습니다.&#x20;
* **담당자**: 미팅을 담당할 담당자를 선택합니다.
* **설명**: 고객에게 전달되는 미팅 폼에 설명으로 들어가는 택스트입니다. 미팅의 목적과 내용, 약속 시간을 확정하기 전 고객에게 전달할 내용 등을 담을 수 있습니다.


---

# 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://docs.salesmap.kr/task/meeting/create-meeting/2.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.
