# Rename Projects

Unfortunately, a project cannot be renamed directly.

You could [**clone your project** ](/web-application/clone-project.md)and give the cloned one a different name, then delete the old one.

{% hint style="danger" %}
**Be aware: data will NOT be ported over.**

Make a backup of your data before deleting a project.
{% endhint %}


---

# 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.epicollect.net/web-application/rename-projects.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.
