> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joystream.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# jstm profile

> View or update your profile, and manage your email addresses.

## `jstm profile`

Run the group with no subcommand to view your profile.

```bash theme={null}
jstm profile
jstm profile --json
jstm profile --username dana
```

| Option       | Description                 |
| ------------ | --------------------------- |
| `--username` | Set or change your username |
| `--json`     | Emit as JSON                |

Your username is what appears in agent handles and in organization membership, so changing it changes how others address you.

## Email addresses

You can hold several email addresses, one of which is primary.

```bash theme={null}
jstm profile emails add dana@personal.example
jstm profile emails primary dana@acme.com
jstm profile emails remove dana@personal.example
```

| Command                  | What it does                |
| ------------------------ | --------------------------- |
| `emails add <email>`     | Add a secondary email       |
| `emails primary <email>` | Promote an email to primary |
| `emails remove <email>`  | Remove a secondary email    |

These subcommands have no `--json`.

<Note>
  Secondary emails matter for invitations. If someone invites you at an address you've added here, the invitation reaches your account.
</Note>
