Open in AthenaHQ
app.athenahq.ai/settings/profilePurpose
The Profile settings page is where a user manages their personal identity within the Athena product. It allows them to set their name and profile picture, view their current role and email address, and tailor their navigation experience by choosing a sidebar layout preset. For users who wish to permanently leave the platform, this page also houses the account deletion controls.What’s on the page
Personal information This section handles the user’s basic identity.- Profile picture: A clickable circular avatar area showing the user’s current photo, their initials, or an “Add photo” prompt. Clicking this opens the Profile picture dialog.
- First name & Last name: Text fields for the user’s name.
- Email: A read-only field displaying the email address the user signs in with.
- Role: A read-only field displaying the user’s permission level for the current active website (e.g., “Viewer” or “Admin”). Explanatory text below notes that only organization admins can change roles in the People section.
- Sidebar preset: A dropdown menu that allows the user to change their default left-hand navigation layout. Options include General, Content Marketer, SEO, Executive, PR, and Custom. Text below explains that presets update the default layout, but items can still be customized directly from the sidebar.
- Delete account: When the section is expanded, a card appears with a button to permanently delete the user’s account and all associated personal data.
- Regular: Shows the user’s standard uploaded photo. Includes options to “Upload photo” or, if they are signed in via Google, “Import from Google”. Also includes a small “X” icon to delete the photo.
- Greek: Shows an AI-generated portrait of the user styled as a marble Greek statue. Includes a button to “Create Greek avatar” (or regenerate it) and an “X” icon to delete it.
What you can do here
- Change name: Type in the First name or Last name fields. Changes are saved automatically when the user clicks or tabs out of the field (on blur).
- Upload or change profile picture: Click the avatar circle to open the Profile picture dialog, then use the “Upload photo” or “Import from Google” buttons.
- Remove profile picture: In the Profile picture dialog, hover over the current photo and click the “X” icon in the top right.
- Generate Greek avatar: In the Profile picture dialog, switch to the Greek tab and click “Create Greek avatar” or the rotate icon to generate a marble statue version of the profile picture.
- Change sidebar preset: Open the Sidebar preset dropdown and select a new role-based layout. The navigation sidebar will instantly update to reflect the new layout priorities.
- Delete account: Click the Danger Zone toggle to expand it, click the red “Delete account” button, type “DELETE” in the prompt, and click the final “Delete account” button. This permanently deletes the user’s account and signs them out.
Data shown
- The First name, Last name, and Email fields pull from the user’s global account profile.
- The Role field reflects the user’s effective permission level for the organization or website they are currently viewing.
- The Sidebar preset dropdown reflects the last saved navigation layout choice.
- The Profile picture area displays images saved to the user’s account storage.
Common workflows
1. Updating your profile picture- Click the circular avatar placeholder (or your current photo) under “Personal information”.
- The “Profile picture” dialog opens.
- Click “Upload photo” to choose a file from your computer, or “Import from Google” if you signed in with a Google account.
- Once the upload finishes, the app saves the photo and automatically flips to the “Greek” tab to generate an AI marble variant. You can close the dialog if you just wanted the standard photo.
- Scroll down to the “Sidebar” section.
- Click the “Sidebar preset” dropdown menu.
- Select a preset that matches your role (e.g., “SEO” or “Content Marketer”).
- A success toast appears, and the left-hand navigation sidebar immediately updates its visible items and order to match your choice.
- Scroll to the bottom of the page and click “Danger Zone” to expand it.
- Click the red “Delete account” button.
- A confirmation dialog appears. Type
DELETEinto the text box. - Click the red “Delete account” button in the dialog to finalize the deletion. You will be signed out and redirected to the login screen.
Empty, loading, and error states
- Empty avatar: If a user hasn’t uploaded a photo, the avatar circle displays their initials on a gray background, and an animated arrow points to it reading “Add your photo”.
- Loading: If the page’s data takes longer than 5 seconds to load, a telemetry event is fired for monitoring, but no disruptive full-page spinners block the view. During avatar generation or upload, a small spinner replaces the image area.
- Errors: If saving a name change or updating a sidebar preset fails, a red error toast appears at the top of the screen (e.g., “Failed to update profile” or “Failed to update preferences”). Avatar upload limits (like file size or type) trigger immediate error toasts.
Linked from / links to
- Linked from: The main Settings navigation menu (under “Profile”). The legacy
/accountroute also redirects here. - Links to: The “Delete account” flow redirects the user to the
/loginscreen after successful deletion.