# Workspace を作成

Roboflow のすべてのコンピュータビジョンプロジェクトは、Workspace に属します。新しい Workspace を作成すると、別のチームメンバーグループを招待してプロジェクトで共同作業できるようになり、各 Workspace は独自のリソースと API キーで個別に請求されます。

### 新しい Workspace を作成する

ログイン後、新しい Workspace を作成するには、左側パネルの Workspace 名をクリックします。次に、「+」アイコンをクリックします:

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

### Workspace のセットアップ

新しい Workspace を作成する際は、Workspace のプランを選択する必要があります。利用可能なプランの詳細については、こちらをご覧ください。 [価格](https://roboflow.com/pricing) ページ。

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

Workspace ID の一部にもなる Workspace 名を入力してください `workspace ID`

<figure><img src="/files/63ba6f6161c71ab0925a8ace5129f5e1c4378814" alt=""><figcaption></figcaption></figure>

指定したロール（`Admin` または `Labeler` ロール）で Workspace の招待を受け取る個人のメールアドレスを、カンマ区切りで入力してください

* 選択 `戻る` Workspace 名または使用タイプを変更するには
* 選択 `スキップ` してチームへの招待をスキップします。

<figure><img src="/files/36de338a14ba2cc46e6e6010c84fa6eff5e4578e" alt="Workspace Invitations: Workspace Creation Menu"><figcaption><p>Workspace 内のプロジェクトで共同作業するために、チームメイトを招待します。</p></figcaption></figure>

### **Workspace の名前を変更する**

Workspace のメインランディングページで、Workspace 名の横にある鉛筆型アイコンをクリックします。

新しい Workspace 名を入力し、「Save」をクリックします

<figure><img src="/files/e0140d9d28a3d154bc1a9e317cffb8ebd7403b12" alt="Renaming a workspace"><figcaption><p>Workspace の名前を変更する</p></figcaption></figure>

***注意:*****&#x20;Workspace の名前を変更すると、Workspace ID も更新されます。**

### **Workspace 設定**

選択 `Settings` を左側のサイドバーでクリックして、Workspace Settings メニューを開きます。

<figure><img src="/files/a18a5ba17de655ab238e3f9ee45d06a427d82cac" alt=""><figcaption><p>Workspace Settings メニュー</p></figcaption></figure>

* **プランと請求** - 現在の Workspace プラン、Billing Info の追加方法、その他の Workspace アップグレードオプションを表示できます
* **使用状況** - Workspace の機能と使用状況（通算および月別）
  * チームメンバー、Projects、Source Images、Generated Images、Inference の使用状況（チャートの表示とダウンロード）
* **メンバー** - Workspace メンバー、メンバーロール、Workspace 招待のステータスを表示します
* **Roboflow API** - Public および Private API Keys の表示、コピー、取り消しができます
* **サードパーティキー** - Microsoft Azure、Amazon Web Services（AWS）、Google Cloud Platforms（GCP）、OpenAI との連携
* **Workspace の名前を変更** - Workspace に新しい名前を付けます。これにより `workspace ID`
* **Workspace を削除** - この操作は、削除を確認すると元に戻せません。慎重に進めてください。
* **所有権の移譲** - creator ロールを移譲することはできません。creator ロールは署名権限ロールで、admin と同等ですが削除することはできません。新しい指定 admin を設定するには、Workspace の creator がユーザーを admin に昇格させるか、creator のメールアドレスを有効なままにしてください。

### Workspace の削除

Roboflow でプロジェクトをすべて完了したら、Workspace を削除できます。Workspace の削除は永続的な操作です。Workspace を削除するには、Workspace Settings メニューをクリックし、 **Workspace を削除**をクリックします。以下に示すように、この操作の確認が求められます - 削除は **元に戻せません**.

<figure><img src="/files/7c9131468f45b81fb130c6a7ad75ac501cc9ec89" alt=""><figcaption><p>削除を確認するには、Workspace 名を入力してください。</p></figcaption></figure>


---

# 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.roboflow.com/roboflow/roboflow-jp/workspaces/roboflow-workspaces.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.
