# Duplicate user

### Duplicate user management

You can manage duplicate users (emails) by following these steps:

1. Open the admin panel.
2. Navigate to Users → Duplicate users.
3. Manage the duplicate users within your environment.

The system retains data from the leading user, while data from the other user is removed:

* Standard user fields (e.g., first name): If the leading user lacks certain information, it will be inherited from the non-leading user.
* Connections (e.g., tags): Any connections linked to the non-leading user will be transferred to the leading user.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfxS9q7Jtmks8zd74GHdDbSt5zZlw-9r1EdOVWLnby9B_Rd8xyeIgP_mVpiMBIwD_n3pCaJogT729IM9MLOgNTtsTzR9TGLTcvPaxGf3TLnWFpEWA838lMfPwG_iSmbq7Yz1xaOfQ?key=4S40qjlA46VF8CAsB-hx4m10" alt=""><figcaption><p>Duplicate users overview</p></figcaption></figure>

<br>


---

# 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://knowledge-base.letsgetdigital.com/the-admin-panel/users/duplicate-user.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.
