# 그룹 생성 및 관리

매니패스트의 워크스페이스 단위인 '그룹'을 추가하고, 설정하는 방법입니다.

{% stepper %}
{% step %}

### 그룹 생성

{% hint style="info" %}
계정 당 무료 그룹은 1개로 제한되어있습니다. 회원가입 시에 자동으로 1개의 무료 그룹이 생성됩니다.
{% endhint %}

* 최초 가입 시, **사용자 이름을 기반으로 한 그룹이 자동 생성**됩니다.
* 사용자는 **여러 개 그룹에 소속**될 수 있습니다.

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

* 왼쪽 사이드바 상단의 그룹 이름을 클릭하면, 소속한 모든 그룹의 목록이 표시됩니다.
  * 그룹을 클릭하면 해당 그룹으로 전환됩니다.
* 새로운 그룹을 만들려면 모달 하단의 **\[+그룹 만들기]** 버튼을 눌러주세요.

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

* 그룹 생성 모달에서 **그룹 이름**을 입력하면, 새 그룹이 바로 생성됩니다.

{% endstep %}

{% step %}

### 그룹 수정하기

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

* 그룹 정보를 수정하려면, 왼쪽 사이드바의 **'관리자'** 메뉴를 클릭하세요.

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

* **'그룹 정보'** 탭에서 그룹 이름, 그룹 이미지, 이메일, 연락처를 등록하거나 수정할 수 있습니다.
  * 그룹 ID는 자동으로 부여되며 수정할 수 없습니다.
  * 그룹에서 '관리자' 이상의 권한을 가진 이용자만 수정이 가능합니다. ([멤버 권한 자세히 보기](/start/member.md#undefined-4))

{% endstep %}

{% step %}

### 그룹 삭제

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

* 그룹 삭제는 **'그룹 오너'**&#xB9CC; 가능합니다. 그룹 정보 하단의 **\[그룹 삭제]** 버튼을 눌러 삭제할 수 있습니다.&#x20;
* 실수로 그룹이 삭제되는 것을 방지하기 위해, 팝업창에 해당 그룹의 이름을 정확히 입력해야 삭제 버튼이 활성화됩니다.

{% endstep %}

{% step %}

### 그룹 나가기

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

* 그룹 오너가 아닌 이용자에게는 삭제 대신 \[그룹 나가기] 버튼이 표시됩니다. 해당 버튼을 통해 그룹은 유지한 채, 본인의 계정만 해당 그룹의 워크스페이스에서 제외할 수 있습니다.
  {% endstep %}
  {% endstepper %}


---

# 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.manyfast.io/start/group-set-up.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.
