# How to merge users?

Sometimes, while importing users from Git, there may be a duplication of users because developers commit using their personal email ids or use the same personal access token on a different machine. In such cases you can merge multiple users into one primary user.

{% hint style="info" %}
Please note: **This action cannot be undone.** If you have mistakenly merged users together please contact [<mark style="color:purple;">support@hivel.ai</mark>](mailto:support@hivel.ai) for assistance.&#x20;
{% endhint %}

#### Here is how to merge users in Hivel:

1\. Go to **Settings** **→** **Users**

2\. Select the users you want to merge

<figure><img src="/files/Lh8zFof9m9kvsKzfjXF7" alt="" width="375"><figcaption></figcaption></figure>

3\. Click on the **Merge** icon.

<figure><img src="/files/ilux5ZZhBuX5ylMMfpau" alt="" width="149"><figcaption></figcaption></figure>

4\. Select a primary user

<figure><img src="/files/3GTrsK1tqVmFSX6cwqi2" alt="" width="375"><figcaption></figcaption></figure>

5\. Click **Merge**


---

# 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.hivel.ai/set-up/users/how-to-merge-users.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.
