mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
31 lines
957 B
Plaintext
31 lines
957 B
Plaintext
---
|
|
title: Edit your profile
|
|
---
|
|
|
|
import FlattenedSteps from "../../components/FlattenedSteps.astro";
|
|
import NavigationSteps from "../../components/NavigationSteps.astro";
|
|
|
|
By default, your profile includes your name, email, the date you joined, and
|
|
when you were last active.
|
|
|
|
Organization administrators can also
|
|
[add custom profile fields](/help/custom-profile-fields#add-a-custom-profile-field). Custom profile
|
|
fields are always optional, and will not appear in your profile unless you
|
|
fill them out.
|
|
|
|
### Edit your profile
|
|
|
|
<FlattenedSteps>
|
|
<NavigationSteps target="settings/profile" />
|
|
|
|
1. Edit the fields under **Profile**.
|
|
</FlattenedSteps>
|
|
|
|
## Related articles
|
|
|
|
* [Set up your account](/help/set-up-your-account)
|
|
* [Change your name](/help/change-your-name)
|
|
* [Change your email address](/help/change-your-email-address)
|
|
* [Change your profile picture](/help/change-your-profile-picture)
|
|
* [View someone's profile](/help/view-someones-profile)
|