# Workspaces, Projects, and 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 के आसपास बनाया जाता है। यहीं आप प्रबंधित करते हैं:

* Images
* 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 में आगे किए गए कोई भी बदलाव existing 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 पर निर्भर करेंगे

आप यह भी कर सकते हैं [Roboflow पर trained models 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: 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.
