> For the complete documentation index, see [llms.txt](https://help.getmobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getmobly.com/help-center/account-and-team/how-to-change-profile-information.md).

# How to change profile information

You can edit your own profile from the **mobile app**. The Hub is admin-only for user management — if you need a teammate to fix a name typo or update an email, see the [admin path](#hub-admin-path).

## Edit your profile from the mobile app

1. Open the mobile app. From the **Events** tab, tap your profile picture in the top right corner. Tap **Edit Profile**.

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b31f42a280f057e03025d1/file-0NrM5vttzw.jpg)
2. Edit the fields you want to update:

   * First Name, Last Name
   * Email, Phone Number
   * Address
   * Company, Job Title
   * Meeting calendar links (Calendly, Chili Piper, etc.) — see [How to book meetings](/help-center/the-mobly-app/engaging-with-leads/how-to-book-meetings.md)
   * LinkedIn, Facebook, X (Twitter), other link

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b31f559c0a2d7ca870f4ed/file-AIk7ruGfgu.png)
3. To update your profile picture, tap the **Edit** icon at the bottom right of the current profile image and choose a new photo.
4. Tap **Save** to persist your changes.

## What feeds your My Card

The information on your profile feeds your **My Card** — the digital business card you can share with anyone at the event. When you update your profile, your My Card updates too. See [Sharing your business card](/help-center/the-mobly-app/team-and-personal-tools/sharing-your-business-card.md) for how to share it.

## What syncs where

* Your name and profile picture appear on leads you scan (the "captured by" reference in the Hub).
* Your calendar links power the **Book a meeting** button on the lead-details page across all your assigned events.
* Your name, title, company, contact info, and links feed your **My Card** for in-app sharing.
* Your social links appear nowhere visible in the rep flow today — they're stored for future use.

## Hub admin path

The Hub doesn't have a personal profile editor for everyday users. If you're a **Mobly Admin**, you can edit any user's information from the Hub Users table:

1. Go to **Users** in the Hub.
2. Click into the user.
3. Edit the fields (name, email, phone, calendars).
4. Save.

Use this when:

* A rep can't sign in to fix their own email
* You're cleaning up profile data in bulk

Role changes (Client ↔ Mobly Admin) are handled by your CSM, not from the Hub directly — see [User roles in Mobly](/help-center/account-and-team/user-roles.md).

For everyday self-service edits, the mobile app is the right place. The mobile changes sync to the Hub automatically.

## Deleting your account

You can delete your own account from the mobile app's profile screen. This soft-disables your account — you stop being able to sign in, but your captured leads remain in Mobly for your team. See [What happens when a user is disabled](/help-center/account-and-team/what-happens-when-a-user-is-disabled.md) for the full picture.

## Related articles

* [How to book meetings](/help-center/the-mobly-app/engaging-with-leads/how-to-book-meetings.md) — calendar link setup
* [What happens when a user is disabled](/help-center/account-and-team/what-happens-when-a-user-is-disabled.md)
* [Having login issues?](/help-center/account-and-team/having-login-issues.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.getmobly.com/help-center/account-and-team/how-to-change-profile-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
