# Rename, Copy or Remove Project

## Copy a Project

![](/files/-MaOK0V_D8erhVUjwNUj)

A Web Admin may copy an existing project on the server. This copy function, performs a complete copy of the database (as opposed to using branching in [Project Hierarchy](/aligned-elements-web-client-user-manual/2.5.148.19484/settings/project-hierarchy.md#branching) which only includes the latest revisions of selected objects) and you are requested to give the copy a new name before starting the operation.&#x20;

To copy a project, select a project in the **Select a Project** dropdown.

Then check the **Copy the Project** checkbox.

Give the copied project a new name.

Finally, click **OK** to initiate the copy operation. Wait for the confirmation message that indicates the success of the operation.

{% hint style="info" %}
Since the source project will be temporarily unavailable for other users during the copying operation, make sure affected users are notified before the copy action is initiated so they can log off in due time!&#x20;
{% endhint %}

Any objects in the created copied project will be internally updated to reflect the new name, including objects in Word Documents. &#x20;

## Rename a Project

A Web Admin may also rename any existing project. This operation is very similar to **Copy Project**, with the difference that only the new copy will remain. Any objects in the created copy will be internally updated to reflect the new name, including objects in Word Documents.

To rename a project, select a project in the **Select a Project** dropdown.

Then check the **Rename the Project** checkbox.

Enter the new name.

Finally, click **OK** to initiate the rename operation. Wait for the confirmation message that indicates the success of the operation.

{% hint style="info" %}
Since the source project will be temporarily unavailable for other users during the renaming operation, make sure affected users are notified before the rename action is initiated so they can log off in due time!&#x20;
{% endhint %}

For safety, the source project database files (with the original names, mdf, ldf), are kept on the server and would need to be manually deleted or removed. To restore the source project again, an 'Attach Database'  operation could be performed using e.g. SQL Management Studio.

## Remove a Project

To remove any project, the Web Admin may do so using the **Remove the Project from the Server** operation.&#x20;

To remove a project, select a project in the **Select a Project** dropdown.

Then check the **Remove the Project from the Server** checkbox.

Finally, click **OK** to initiate the removal operation. Wait for the confirmation message that indicates the success of the operation.

{% hint style="info" %}
Note that any user currently working in project is completly ignored when the remove action starts. Make sure affected users are notified before the remove action is initiated so they can log off in due time!
{% endhint %}

For safety, the source project database files, are kept on the server and would need to be manually deleted or removed. To restore the source project again, an 'Attach Database'  operation could be performed using e.g. SQL Management Studio.


---

# 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.aligned.ch/aligned-elements-web-client-user-manual/2.5.148.19484/web-administrator-tools/rename-copy-or-remove-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.
