# Merge Projects

### Merging&#x20;

When merging a branch back to the origin project, Document Object changes in the branch are added to the origin. If any conflicts exist between changes in the origin and the branch, they will be displayed to you and you can decide which version to use; i.e., the origin change or the branch change.

Note that the following elements are not merged back to the origin:&#x20;

* Test Runs&#x20;
* Signatures&#x20;
* Trace Tables&#x20;
* Queries&#x20;
* Charts&#x20;
* Tags&#x20;
* Locked Document Objects&#x20;
* Snapshots&#x20;
* Reviews&#x20;
* Users and User Groups

**Template Paths** – The Template path for the original and the branch project must be exactly the same at the time of merge.

**Users** – The users in both the original and branch project must be the same at the time of merge.

{% hint style="info" %}
**Note** that the branch project still exists after merging. Although it is possible to continue working on the branch and merge additional changes back to the origin, only changes after the last merge occasion will be considered during a subsequent merge.
{% endhint %}

{% hint style="info" %}
**Note!** At merge, the locking status of Document Objects in the target project are ignored i.e. when applicable locked objects are going to be overwritten by data from branched project during th emerge project. Therefore, it is best practice to make sure that no-one is working in to the target project when the merge action takes place.  &#x20;
{% 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.aligned.ch/aligned-elements-web-client-user-manual/3.2.287.25450/settings/project-hierarchy/merge-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.
