# Project का नाम बदलें

आप अपने Roboflow Workspace में मौजूदा Projects का नाम बदल सकते हैं।

{% hint style="danger" %}
यदि आप किसी Project का नाम बदलते हैं, तो आपका Project URL बदल जाएगा। इसका मतलब है कि आपको अपने Project model APIs को कॉल करने वाली किसी भी script को अपडेट करना होगा ताकि वे आपके नए Project ID का उपयोग करें।
{% endhint %}

किसी Project का नाम बदलने के लिए, Roboflow में एक Project खोलें। फिर, application sidebar में Project नाम के पास मौजूद तीन dots पर क्लिक करें:

<figure><img src="/files/9dcfbd00febf589bae39a88697757d72a123fd91" alt=""><figcaption></figcaption></figure>

"Rename Project" पर क्लिक करें। एक window दिखाई देगी, जिससे आप अपने Project का नाम बदल सकते हैं:

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

अपने Project का नाम बदलने के लिए "Rename Project" पर क्लिक करें। यह action अपरिवर्तनीय है।

आपके Project का नाम तुरंत बदल जाएगा। आपके पुराने project ID का संदर्भ देने वाली कोई भी script काम करना बंद कर देगी।


---

# 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/datasets/rename-a-project.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.
