# Rename a Project

You can rename existing Projects in your Roboflow Workspace.

{% hint style="danger" %}
If you rename a Project, your Project URL will change. This means that you will need to update any scripts that call your Project model APIs to use your new Project ID.
{% endhint %}

To rename a Project, open a Project in Roboflow. Then, click the three dots next to the Project name in the application sidebar:

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

Click "Rename Project". A window will appear from which you can rename your Project:

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

Click "Rename Project" to rename your Project. This action is irreversible.

Your Project name will change immediately. Any scripts that reference your old project ID will stop working.


---

# 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/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.
