> 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-hi/workspaces/roboflow-workspaces.md).

# एक Workspace बनाएँ

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

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

लॉग इन करने के बाद, एक नया Workspace बनाने के लिए, बाएँ side panel में अपने workspace के नाम पर क्लिक करें। फिर, "+" icon पर क्लिक करें:

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

निर्दिष्ट roles वाले workspace invitations प्राप्त करने के लिए व्यक्तियों के लिए ईमेल, comma-separated रूप में दर्ज करें (`Admin` या `Labeler` roles)

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

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

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

workspace के लिए Agent page पर workspace name के पास वाले pencil-shaped icon पर क्लिक करें।

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

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

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

### **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 के अन्य विकल्प
* **Usage** - Workspace Features और Usage (all-time और month के अनुसार)
  * Team Members, Projects, Source Images, Generated Images, Inference Usage (charts देखें और डाउनलोड करें)
* **Members** - workspace members, member roles, और workspace invitations की स्थिति देखें
* **Roboflow API** - Public और Private API Keys देखें, कॉपी करें और revoke करें
* **Third Party Keys** - Microsoft Azure, Amazon Web Services (AWS), Google Cloud Platforms (GCP) और OpenAI के साथ integrations
* **Rename Workspace** - workspace को एक नया नाम दें। इससे अपडेट होगा `workspace ID`
* **Delete Workspace** - deletion की पुष्टि करने के बाद यह action अपरिवर्तनीय है। सावधानी से आगे बढ़ें।
* **Transfer of Ownership** - 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 पर क्लिक करें और क्लिक करें **Delete Workspace**. नीचे दिखाए अनुसार, आपको इस action की पुष्टि करनी होगी - deletion **वापस नहीं किया जा सकता**.

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