Edit your profile
Your Latte profile is your picture, your display name, and your unique username — the handle friends use to add you. You can change all three at any time.
- 🖥 Web
- 📱 Mobile
-
Click Profile in the navigation to open your profile page.
Screenshot coming soonThe profile page with the avatar, name/username card, and friends panelCapture spec (for maintainers)
{ "id": "web.profile-and-friends.edit-your-profile.profile-page", "platform": "web", "route": "/users/me", "actions": [ { "pom": { "page": "FriendsPage", "call": "open" } } ] } -
Click your avatar to change your picture, then choose or upload an image.
-
Click the card showing your name and username to open the edit dialog. Update the Display Name and Username fields, then click Confirm.
Screenshot coming soonThe edit dialog with the Display Name and Username fields and the Confirm buttonCapture spec (for maintainers)
{ "id": "web.profile-and-friends.edit-your-profile.edit-names-dialog", "platform": "web", "route": "/users/me", "actions": [ { "pom": { "page": "FriendsPage", "call": "open" } }, { "click": { "text": "Copy username", "nth": 0, "note": "click the name card above the Copy username button to open the edit dialog" } } ], "clip": { "selector": "[role=dialog]", "pad": 16 } } -
Click Copy username to copy your unique username so you can share it with a friend.
The desktop app shows the same profile page — edits sync everywhere you're signed in.
-
Open your profile.
-
Tap your profile picture to pick or upload a new one.
-
Under Display name, tap the text, edit it, and tap the check button to save. Do the same under Username.
Screenshot coming soonThe mobile profile screen showing the editable picture, Display name, and UsernameCapture spec (for maintainers)
{ "id": "mobile.profile-and-friends.edit-your-profile.profile-screen", "platform": "mobile", "route": "/users/me", "actions": [ { "assertVisible": { "text": "Display name" } } ] }
Your Username is always lowercase and unique — it's how friends find you and send you a request. Your Display name is the name others see, and it doesn't have to be unique.