> 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/key-concepts.md).

# Workspaces, Projects, और Models

Roboflow में सब कुछ इस संरचना का पालन करता है:

Workspace → Projects → Dataset Versions → Models → Workflows → Deployments

### **Workspaces**

एक [Workspace](/roboflow/roboflow-hi/workspaces/roboflow-workspaces.md) सबसे ऊपरी-स्तर का कंटेनर है।

* यहीं आप और आपकी टीम मिलकर काम करते हैं।
* सभी Projects और Workflows एक Workspace के अंदर होते हैं
* Billing और [subscription plans](https://roboflow.com/pricing) Workspace स्तर पर प्रबंधित किए जाते हैं

इसे एक कंपनी फ़ोल्डर की तरह समझें, जिसमें आपका सारा computer vision काम रखा होता है।

### Projects

एक [Project](/roboflow/roboflow-hi/datasets/create-a-project.md) यह एक Workspace के अंदर होता है। हर Project एक computer vision dataset के आसपास बनाया जाता है। यहीं आप प्रबंधित करते हैं:

* इमेजेज़
* Annotations
* समय के साथ Dataset updates

जब आप एक Project बनाते हैं, तो आपको Project type चुनना होता है — computer vision task type में से एक:

* Object detection
* Classification
* Instance segmentation
* Keypoint detection
* Semantic segmentation
* Multimodal

यह तय करता है कि आपका data कैसे संरचित होगा और आप किन model architectures को train कर सकते हैं।

### **Dataset Versions**

एक [Dataset Version](/roboflow/roboflow-hi/datasets/dataset-versions.md) आपके dataset का किसी विशेष समय पर लिया गया snapshot है।

* आप अपने Project की वर्तमान स्थिति से एक Version बनाते हैं
* एक बार बनने के बाद, यह नहीं बदलता
* भविष्य में images या annotations में किए गए कोई भी बदलाव मौजूदा Versions को प्रभावित नहीं करेंगे

जिससे reproducibility, स्पष्ट tracking, और model comparison में मदद मिलती है।

### Models

[Models](/roboflow/roboflow-hi/train/train.md) को Dataset Versions का उपयोग करके train किए जाते हैं।

* आप एक विशिष्ट Dataset Version चुनते हैं जिसका उपयोग एक model को train करने के लिए किया जाएगा
* वह model स्थायी रूप से उस version से जुड़ा रहता है
* training के लिए उपलब्ध model architectures आपके Project type पर निर्भर करेंगे

आप यह भी कर सकते हैं [trained models को Roboflow पर upload करें](/roboflow/roboflow-hi/deploy/upload-custom-weights.md).

जब आपके पास एक model हो, [एक workflow बनाएं](/roboflow/roboflow-hi/workflows/create-a-workflow.md), या जाएँ [सीधे deploy करें](/roboflow/roboflow-hi/deploy/deployment-overview.md)!


---

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

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/workspaces/key-concepts.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.
