# 미팅 생성하기

<figure><img src="/files/MulDla4Cuv52nBhiHvbu" alt=""><figcaption><p>메인화면의 우측 상단의 버튼으로 미팅 예약 페이지를 만들 수 있습니다.</p></figcaption></figure>

세일즈맵의 미팅폼을 만드는 과정은 총 5단계로 나뉩니다.

1. **미팅 유형 선택:** 세일즈맵은 **일대일 미팅**, **일대다 미팅**, **순환 주최 미팅** 3가지 유형의 미팅 예약 페이지를 지원합니다. 이 중 상황에 맞는 유형을 선택해서 효율적으로 담당자를 분배할 수 있습니다.
2. **미팅 기본 정보 입력**: 미팅 예약 페이지의 기본 정보를 입력하는 단계입니다. 이 단계에서는 이름, 미팅 시간, 미팅 방법 등 가장 기초적이고 핵심적인 정보들을 입력합니다.
3. **미팅 일정 입력**: 고객에게 제공될 가능한 시간대를 선택하는 단계입니다. 해당 단계에서 가능한 날짜와 시간의 범위를 정해놓으면 해당 미팅 예약 페이지를 이용하는 고객이 범위 내에서 일정을 선택할 수 있습니다.
4. **미팅 설문 입력**: 고객이 미팅을 예약할 때 고객으로부터 수집해야하는 정보가 있을 때 해당 문항을 입력하는 단계입니다.
5. **추가 설정 입력**: 미팅 예약 페이지를 통해 예약을 완료했을 때 표시할 텍스트나, 미팅 시작 전 알림 설정 등 기타 설정을 위한 단계입니다.


---

# 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.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.
