> For the complete documentation index, see [llms.txt](https://guide.whattime.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.whattime.co.kr/make-page/make/group.md).

# 그룹 유형

## 하나의 일정에 한 명 이상의 예약자를 받을 수 있습니다.

1. \[홈] - \[예약 만들기] - \[그룹]
2. 1명의 주최자가 같은 시간에 여러 명과 미팅할 경우 사용할 수 있습니다.
   * (예) 단체 교육 일정 잡을 때 사용할 수 있습니다.
   * (예) 그룹 컨설팅 일정 잡을 때 사용할 수 있습니다.
3. 미팅할 수 있는 인원의 명수를 설정할 수 있습니다.
4. 미팅 방법은 1개로 고정됩니다.

![](/files/28D4uiMTHP6ApB964Ttm)

***

## 그룹 인원 설정하기

1. \[홈] - \[예약 만들기] - \[그룹] - \[기본 정보] - \[최대 정원수]
2. 그룹 미팅에 참여할 인원수를 설정합니다.

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

![](/files/3ErHmISPRuNutzq563r2)

***

## 고객이 예약 후 그룹 인원 변경하기

1. 고객이 예약 전에는 \[편집]에서 인원수를 자유롭게 변경할 수 있습니다.
2. 고객이 예약 후에는 \[편집]에서 변경할 수 없습니다.
   * \[홈] - \[예약된 일정] - \[최대 정원 편집]에서 변경할 수 있습니다.
3. 현재 예약 중인 인원수로 변경하시면 예약이 마감됩니다.

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.whattime.co.kr/make-page/make/group.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
