> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# 그룹 생성 및 관리

> 팀이나 부서별로 멤버를 그룹 관리하는 방법

export const FeedbackKo = () => <>
    <Tip>
      이 기능에 대한 아이디어나 요청은 <a href="/ko/product-feedback">Product Feedback</a>을 통해 팀에 보내주세요.
    </Tip>

    <h2>공식 링크</h2>

    <CardGroup cols={2}>
      <Card title="공식 웹사이트" icon="globe" href="https://voiceping.net/en/">
        공식 웹사이트 방문
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        X에서 팔로우
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Facebook에서 좋아요
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        LinkedIn에서 연결
      </Card>
    </CardGroup>
  </>;

## 그룹이란

사내 팀이나 부서별로 멤버를 그룹으로 할당할 수 있는 기능입니다.

## 1. 그룹 생성 방법 및 멤버 할당

1. 먼저 "그룹 관리" 페이지로 이동
2. "그룹 추가"를 클릭
3. 그룹명을 입력하고 멤버를 할당
4. "추가"를 클릭

<iframe src="https://www.loom.com/embed/01707fef2c5b47f28096824b4a570bde" width="100%" height="400" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## 2. 그룹 관리

먼저 "그룹 관리" 페이지에서 그룹을 선택합니다.

**동영상 가이드**

<iframe src="https://www.loom.com/embed/dae2d70956794137bcf946b2f3ad067d" width="100%" height="400" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

### 그룹 관리 페이지에서 할 수 있는 작업

**(위 동영상 참조)**

1. **그룹에 멤버 추가**
2. **그룹에서 멤버 삭제**
3. **그룹명 변경**
4. **그룹 삭제**

<FeedbackKo />
