> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/workspaces/roboflow-workspaces.md).

# 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 名を入力してください。これも `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>

### **Workspaces の名前変更**

Workspace の Agent page で、workspace 名の横にある鉛筆形のアイコンをクリックします。

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

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

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

### **Workspace Settings**

選択 `Settings` 左側サイドバーで Workspace Settings メニューを開くには。

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

* **プランと請求** - 現在の Workspace プラン、Billing Info の追加方法、その他の Workspace アップグレードオプションを確認できます
* **使用状況** - Workspace の機能と使用状況（全期間および月別）
  * チームメンバー、Projects、ソース画像、生成画像、Inference 使用量（グラフの表示とダウンロード）
* **Members** - Workspace メンバー、メンバーの役割、Workspace 招待のステータスを確認できます
* **Roboflow API** - Public API Keys と Private API Keys を表示、コピー、無効化できます
* **Third Party Keys** - Microsoft Azure、Amazon Web Services (AWS)、Google Cloud Platforms (GCP)、OpenAI との連携
* **Workspace の名前変更** - Workspace に新しい名前を付けます。これにより、 `workspace ID`
* **Workspace を削除** - 削除を確認すると、この操作は元に戻せません。注意して進めてください。
* **所有権の移行** - creator role は移行できません。creator role は admin と同等の署名権限を持つ役割ですが、削除することはできません。新しい指定 admin を設定するには、Workspace の作成者にユーザーを admin に昇格させてもらうか、作成者のメールアドレスを有効なままにしてください。

### Workspace の削除

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/workspaces/roboflow-workspaces.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
