AchiralAchiral

Docs · LLMs and developers

Version3.10.0

Account settings

Manage your profile, profile photo, notification preferences, personal memory, and account controls.

Open Account Settings from your avatar menu. The account page is personal to you; changes here do not affect other members of your organization.

Profile

The Profile tab stores your name, designation, and profile photo.

Profile photo

Use Upload Photo or Change Photo to set your profile picture. Accepted formats are JPEG, PNG, WebP, and GIF. Uploaded images are cropped to a square and stored as WebP.

Use Remove to delete the uploaded profile photo and return to initials.

The upload request is POST /api/users/{userId}/profile/avatar. Removal uses DELETE /api/users/{userId}/profile/avatar. Display fetches go through GET /api/users/{userId}/profile/photo so cached avatars update cleanly after a change.

Security

Accounts use email-based magic link authentication. There is no password to manage from this page.

Notifications

The Notifications tab controls email categories such as:

  • organization events;
  • billing;
  • AI and automations;
  • connector status;
  • personal EA updates;
  • knowledge and memory;
  • security; and
  • account updates.

Some security-critical or legally required emails can still be sent even when related categories are turned off.

Memories

The Memories tab shows your user-scoped memory profile: tier distribution, top memories, learned preferences, EA observations, pending memory candidates, and data export controls.

Personal Settings

The Personal Settings tab links to personal preferences, knowledge and notes, assistant settings, and team-related preferences. These are user-level settings and do not change organization-wide defaults.

Danger Zone

The Danger Zone contains account deactivation. Organization owners cannot deactivate their account while they remain owner of an active organization; contact support first.