# pio account > Manage your PlatformIO account. > More information: . - Register a new PlatformIO account: `pio account register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}} --firstname {{firstname}} --lastname {{lastname}}` - Permanently delete your PlatformIO account and related data: `pio account destroy` - Log in to your PlatformIO account: `pio account login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}` - Log out of your PlatformIO account: `pio account logout` - Update your PlatformIO profile: `pio account update {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} --firstname {{firstname}} --lastname {{lastname}} --current-password {{password}}` - Show detailed information about your PlatformIO account: `pio account show` - Reset your password using your username or email: `pio account forgot {{[-u|--username]}} {{username_or_email}}`