<!-- https://nuforce360.com/help/account-subscription/my-profile -->
# My Profile

Help article for /my-account/profile: view your NuForce profile summary and edit your name or photo.

# My Profile

This screen shows a summary of your NuForce account: your photo, name, contact details, and account status. It is a read-only overview, with a link to a separate screen for making changes.

## What you can do here

- See your profile photo, or your initials in a circle if you have not set one.
- View your display name and account type shown underneath it.
- Review your email address, mobile number, username, reference code, and account status.
- Select "Edit profile" to open the screen where you can update your name or photo.

While your profile is loading, you will see placeholder loading bars instead of your details. If it cannot load, you will see a message telling you to try again later.

## Steps

To update your name or photo:

1. From My Profile, select "Edit profile".
2. Update the "Name" field. A name is required, it cannot be left blank.
3. Optionally set or change "Photo URL" with a link to an image.
4. Select "Save changes".

You will get a confirmation that your profile was updated, or an error message if the save fails so you can try again.

## Related

- /help/my-account/change-password
- /help/my-account/settings
- /help/my-account/activity

<!-- REVIEW NOTES (drafting agent could not verify):
  1. The on-screen card title for this route reads "Profile" (CardTitle), not "My Profile"; "My Profile" is the working title given in the task, so the article title may not exactly match on-screen text.
  2. The section grouping "Account & subscription" was given as task context, not found in the code read (no sidebar/nav labels were inspected), so it is not confirmed where this screen sits in the app's navigation menu.
  3. The "account type" text shown under the display name (from the `user_type` field) has no visible on-screen label; it is just plain capitalized text, so I described it generically rather than asserting a field label.
  4. The three /help/... links under Related are inferred from sibling app routes (change-password, settings, activity) that exist under /my-account/profile in the codebase; no actual /help article pages were found in the repo (only app/help/page.tsx exists), so these paths are guesses at future article locations, not confirmed live URLs.
  5. Photo is set via a raw "Photo URL" text input (no file upload control was found in the edit-profile page), which I've reflected as "a link to an image".
-->
