---
title: "Current User In Editor"
description: "By adding Current user you can identify who is using Topol directly. We use this information for indetification of Autosaves."
url: https://docs.topol.io/email-editor/guide/current-user.html
---

# Current User

By adding Current user to the Topol Options you can identify who is using Topol directly. We use this information for identifying [Autosaves](https://docs.topol.io/email-editor/guide/autosaves.html).

Add following code inside Topol Options:

```ts
currentUser: {
  userId: "current user user_id",
  name: "current user name",
  profilePhotoUrl:
    "link to the current user's profile picture",
},
```
