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

# 팀 워크스페이스 만들기

> Replit에서 팀 워크스페이스를 만들고, 설정 중에 멤버를 초대하고, 팀 프로젝트에 대한 접근 권한을 관리하세요.

이 과정을 마치면 내부 프로젝트 전체에서 협업할 수 있는 멤버가 있는 팀 워크스페이스를 갖게 됩니다.

**팀 워크스페이스**를 사용하면 스타트업 팀, 학급, 클라이언트 프로젝트 등 고정된 그룹이 여러 프로젝트에서 함께 작업할 수 있습니다. 멤버는 워크스페이스의 모든 프로젝트에 접근할 수 있어 한 명씩 초대할 필요가 없습니다. 관리자는 청구와 설정을 중앙에서 관리합니다.

<Note>
  팀 워크스페이스가 적합한지 확실하지 않다면, [개인 및 팀 워크스페이스](/references/collaboration/team-workspaces)에서 두 가지의 차이, 각각을 사용하는 시기, 플랜 이용 가능 여부를 확인하세요.
</Note>

## 팀 워크스페이스 만들기

<Frame>
  <video autoPlay muted loop playsInline>
    <source src="https://cdn.replit.com/sanity/create_new_team_workspace.mp4" type="video/mp4" />
  </video>
</Frame>

<Steps>
  <Step title="워크스페이스 전환기 열기">
    홈 페이지에서 왼쪽 상단의 워크스페이스 이름을 클릭하세요.
  </Step>

  <Step title="새 워크스페이스 만들기">
    **Create workspace**를 선택하고 팀 워크스페이스의 이름을 선택하세요.
  </Step>

  <Step title="멤버 초대">
    초대 필드에 하나 이상의 이메일 주소를 쉼표로 구분하여 입력하세요. 초대받은 사람은 초대장을 받고 수락하면 워크스페이스의 모든 프로젝트에 접근할 수 있게 됩니다.
  </Step>
</Steps>

## 멤버 관리

설정 중에 멤버를 초대하지 않았거나 나중에 더 추가해야 하는 경우, 팀 워크스페이스의 **Settings**로 이동하여 이메일 또는 Replit 사용자명으로 멤버를 초대하세요.

<Frame>
  <video autoPlay muted loop playsInline>
    <source src="https://cdn.replit.com/sanity/add_team_to_workspace_compressed.mp4" type="video/mp4" />
  </video>
</Frame>

**Settings** 페이지에서 다음도 할 수 있습니다:

* **멤버 제거** — 모든 워크스페이스 프로젝트에 대한 접근 권한을 철회합니다.
* **앱 이전** — 개인 워크스페이스에서 팀 워크스페이스로 앱을 이전합니다 — [팀으로 앱 이전](/teams/identity-and-access-management/transfer-app-to-teams)을 참조하세요.

고급 ID 관리, 역할 기반 접근, 그룹 권한은 [Pro and Enterprise](/category/teams)를 참조하세요.

## 다음 단계

<CardGroup cols={2}>
  <Card title="팀원 초대하기" icon="user-plus" href="/build/invite-teammates">
    특정 프로젝트에 사람들을 초대하고 Agent와 함께 빌드하세요.
  </Card>

  <Card title="개인 및 팀 워크스페이스" icon="users" href="/references/collaboration/team-workspaces">
    차이점을 이해하고, 올바른 유형을 선택하고, 플랜 이용 가능 여부를 확인하세요.
  </Card>

  <Card title="Pro and Enterprise" icon="building" href="/category/teams">
    엔터프라이즈 기능: SSO/SAML, 그룹, 권한, 감사 로그.
  </Card>
</CardGroup>
