# Workspace बनाएँ

Roboflow में सभी computer vision projects एक workspace से संबंधित होते हैं। एक नया workspace बनाने से आप projects पर सहयोग करने के लिए teammates के एक अलग समूह को आमंत्रित कर सकते हैं, और हर workspace का बिल उसके अपने resources और API keys के साथ अलग-अलग किया जाता है।

### एक नया Workspace बनाएं

Log in करने के बाद, एक नया Workspace बनाने के लिए, left side panel में अपने workspace के नाम पर click करें। फिर, "+" icon पर click करें:

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

### Workspace Setup

जब आप एक नया Workspace बनाते हैं, तो आपको Workspace के लिए एक plan चुनना होता है। उपलब्ध plans के बारे में अधिक जानने के लिए आप हमारा [Pricing](https://roboflow.com/pricing) page देख सकते हैं।

<figure><img src="/files/339f3149e86ec615a6130cf4ff575d1055b1aecd" alt=""><figcaption></figcaption></figure>

एक Workspace Name दर्ज करें, जो इसका हिस्सा भी बनेगा `workspace ID`

<figure><img src="/files/593f75b3002e733e6e33c830380eb27799d5ef7e" alt=""><figcaption></figcaption></figure>

उन व्यक्तियों के लिए emails दर्ज करें, comma-separated, ताकि उन्हें निर्दिष्ट roles के साथ workspace invitations मिलें (`Admin` या `Labeler` roles)

* Select करें `Back` Workspace Name या Usage Type बदलने के लिए
* Select करें `Skip करें` team invitations छोड़ने के लिए।

<figure><img src="/files/e38234f9030c41a4fba7c1a777e5829cbeb3c320" alt="Workspace Invitations: Workspace Creation Menu"><figcaption><p>अपने workspace में projects पर सहयोग करने के लिए teammates को invite करें।</p></figcaption></figure>

### **Workspaces का नाम बदलना**

workspace के main landing page पर workspace name के बगल में मौजूद pencil-shaped icon पर click करें।

नया workspace name दर्ज करें और "Save" पर click करें

<figure><img src="/files/848c4333fd9a330bdc3d58966b0fecd8492654f3" alt="Renaming a workspace"><figcaption><p>एक workspace का नाम बदलना</p></figcaption></figure>

***Note:*****&#x20;एक workspace का नाम बदलने से workspace ID update हो जाएगी।**

### **Workspace Settings**

Select करें `Settings` Workspace Settings menu खोलने के लिए left sidebar में।

<figure><img src="/files/2e76aa4cc93d2984df86c090059e80d2219912c7" alt=""><figcaption><p>Workspace Settings Menu</p></figcaption></figure>

* **Plan and Billing** - अपना current workspace plan, Billing Info कैसे जोड़ें, और workspace upgrade के अन्य options देखें
* **Usage** - Workspace Features and Usage (all-time और month के अनुसार)
  * Team Members, Projects, Source Images, Generated Images, Inference Usage (charts देखें और download करें)
* **Members** - workspace members, member roles, workspace invitations की status देखें
* **Roboflow API** - Public और Private API Keys देखें, copy करें और revoke करें
* **Third Party Keys** - Microsoft Azure, Amazon Web Services (AWS), Google Cloud Platforms (GCP) और OpenAI के साथ integrations
* **Workspace का नाम बदलें** - workspace को एक नया नाम दें। इससे `workspace ID`
* **Workspace Delete करें** - deletion confirm करने के बाद यह action irreversible है। सावधानी से आगे बढ़ें।
* **Ownership का Transfer** - creator role को transfer करना संभव नहीं है। creator role एक signatory role है जो admin के बराबर होता है, लेकिन उसे हटाया नहीं जा सकता। नया designated admin बनाने के लिए, workspace के creator से किसी user को admin promote करवाएं या creator email को active रखें।

### एक Workspace को Delete करना

Roboflow में अपने projects के साथ काम पूरा करने के बाद, आप अपना workspace delete कर सकते हैं। किसी workspace को delete करना एक permanent action है। अपना workspace delete करने के लिए, workspace settings menu पर click करें और click करें **Workspace Delete करें**. जैसा कि नीचे दिखाया गया है, आपको इस action की पुष्टि करनी होगी - deletion **को reverse नहीं किया जा सकता**.

<figure><img src="/files/d61278caf71d2426af8de970cabb5b01f4f218ce" alt=""><figcaption><p>Deletion की पुष्टि करने के लिए workspace का नाम type करें।</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-hi/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.
