# 1. 미팅 유형 선택

<figure><img src="/files/uWAOt3StwD2TcwtTI4mn" alt=""><figcaption><p>미팅 예약 페이지를 생성하려면 가장 먼저 미팅 유형을 선택해야합니다.</p></figcaption></figure>

* **1:1 미팅:** 한명의 담당자가 한 명의 예약자와 만나는 미팅에 적합합니다.

{% hint style="info" %}
💡 **이런 상황에 이용해 보세요!**

* 한명의 담당자와 한명의 예약자가 만나는 비즈니스 미팅의 경우.

* 가장 기본적이고 간단한 상황의 미팅인 경우.
  {% endhint %}

* **그룹 미팅**: 한 명의 담당자가 여러 명의 고객들을 한번에 만나는 미팅 적합합니다.

{% hint style="info" %}
💡 **이런 상황에 이용해 보세요!**

* 한명의 담당자가 고객사의 담당자를 포함한 관계자들과 한번에 만나는 경우

* 한 명의 시연자가 여러 고객 앞에서 강연이나 세미나를 진행하는 경우
  {% endhint %}

* **순환 주최 미팅** - 하나의 주제로 열리는 미팅을 여러 명의 담당자가 돌아가며 수행하는 미팅에 적합합니다.

{% hint style="info" %}
💡 **이런 상황에 이용해 보세요!**

* 도입 문의, 정기 미팅처럼 동일한 주제로 반복적으로 이뤄지는 미팅의 경우
  {% endhint %}


---

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