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

# Workspaceを作成する

> Replit EnterpriseでチームWorkspaceを作成し、その概要を開いて新しい共有スペースを確認し、名前とロゴをカスタマイズします。

Replitに初めてサインインすると、まず個人のWorkspaceから始まります。チームで開発するには、コラボレーターを招待して共同作業を管理できるチームWorkspaceを作成します。

## Workspaceとは？

Workspaceは、あなたのプロジェクトが存在する場所です。プロジェクト、人、設定、統合、共有リソースを一箇所にまとめます。

<Frame caption="チームWorkspaceにおけるReplitのホームページ。アカウントの詳細は例に置き換えられています。">
  <img src="https://mintcdn.com/replit/4GRNrFZsQB2Pgalf/images/workspace/enterprise-workspace-home.jpg?fit=max&auto=format&n=4GRNrFZsQB2Pgalf&q=85&s=7b443ee8e303b2a681a8ba92f5ea36b1" alt="左上のナビゲーションに現在のWorkspaceが表示され、中央に会話プロンプトがあるReplitのホームページ。" width="1536" height="890" data-path="images/workspace/enterprise-workspace-home.jpg" />
</Frame>

現在のWorkspaceは左上隅に表示されます。ページ中央で会話を開始するか、左側のナビゲーションからLibrary、Routines、Integrationsを探せます。

**個人のWorkspace**は自分自身のプロジェクト用です。**チームWorkspace**は、コラボレーターが一緒に開発するための共有スペースを提供します。管理者として、プロジェクトごとに個別に招待するのではなく、Workspaceに人を招待して一元的にアクセスを管理できます。

詳細については、[Workspace](/ja/features/collaboration/workspaces)を参照してください。

## チームWorkspaceを作成する

<Steps>
  <Step title="Workspaceメニューを開いてCreate workspaceを選択する">
    左上隅のWorkspace名を選択してWorkspaceメニューを開きます。メニュー下部の\*\*+ Create workspace\*\*を選択します。

    <Frame caption="例の名前が入ったWorkspaceメニュー。チームWorkspaceを追加するには+ Create workspaceを選択します。">
      <img src="https://mintcdn.com/replit/4GRNrFZsQB2Pgalf/images/workspace/enterprise-workspace-selector.png?fit=max&auto=format&n=4GRNrFZsQB2Pgalf&q=85&s=d2ff4bd18fdf7cda028a1b7ab103daa0" alt="Finance、Marketing、Sales、Engineeringの例のWorkspaceと、下部にCreate workspaceの隣にプラスアイコンがあるWorkspaceメニュー。" width="728" height="586" data-path="images/workspace/enterprise-workspace-selector.png" />
    </Frame>
  </Step>

  <Step title="Workspaceを作成して名前を付ける">
    チームWorkspaceの名前を入力し、**Create workspace**を選択します。

    <Frame caption="新しいWorkspaceを作成する。このスクリーンショットではスタッフ専用のコントロールは省略されています。">
      <img src="https://mintcdn.com/replit/4GRNrFZsQB2Pgalf/images/workspace/enterprise-create-workspace.jpg?fit=max&auto=format&n=4GRNrFZsQB2Pgalf&q=85&s=a6690ac05a3f1c0c9e12da855cba49dd" alt="Workspace name、Invite team members、Workspace region、Create workspaceボタンがある新しいワークスペースの作成フォーム。" width="1536" height="840" data-path="images/workspace/enterprise-create-workspace.jpg" />
    </Frame>
  </Step>

  <Step title="Workspace概要を表示する">
    新しいWorkspaceで、Replitの左下隅にある**設定**の歯車アイコンを選択します。**Workspace**の下にある**Workspace概要**を選択します。

    ここでWorkspaceの名前とロゴを変更できます。**Workspace name**を編集して**Save changes**を選択すると名前を変更でき、現在のロゴの横にある鉛筆アイコンを選択すると画像を変更できます。

    <Frame caption="左下隅に設定の歯車アイコンがあるWorkspace概要。アカウントの詳細とWorkspace IDは例です。">
      <img src="https://mintcdn.com/replit/4GRNrFZsQB2Pgalf/images/workspace/enterprise-workspace-overview.jpg?fit=max&auto=format&n=4GRNrFZsQB2Pgalf&q=85&s=4654a37d80d63c95b74417aedc92d6e5" alt="編集可能なWorkspace名、編集用の鉛筆アイコン付きロゴ、Save changesボタン、左下の設定歯車アイコンが表示されたWorkspace概要。" width="1536" height="891" data-path="images/workspace/enterprise-workspace-overview.jpg" />
    </Frame>
  </Step>
</Steps>

## 次のステップ

<Card title="SAML SSOを設定する" icon="id-card" href="/ja/teams/configure-saml-sso">
  IDプロバイダーを接続して、チームが会社の認証情報でサインインできるようにします。
</Card>
