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

# Edit Profile

> Customize your PeerPop profile information

## Profile Photo

<CardGroup cols={2}>
  <Card title="Current Photo" icon="circle-user">
    Your profile picture helps people recognize you
  </Card>

  <Card title="Change Photo" icon="camera">
    Click "Change Photo" button to upload a new image
  </Card>
</CardGroup>

## Profile Information

<AccordionGroup>
  <Accordion title="Basic Details" icon="user" defaultOpen>
    <Steps>
      <Step title="Name">
        * First Name
        * Last Name
        * Username (@handle)
      </Step>

      <Step title="Contact">
        * Phone Number
        * Location
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Social Accounts" icon="share-nodes">
    Connect your social media:

    * Instagram (@username)
    * TikTok (@username)
  </Accordion>

  <Accordion title="Interests" icon="hashtag">
    Select interests that match your preferences:

    * Add hashtags (e.g., #rap, #edm, #house)
    * Click 'x' to remove tags
    * Choose from suggested interests
    * Add custom interests
  </Accordion>
</AccordionGroup>

## Save Changes

<Note>
  Don't forget to click "Save Changes" to update your profile. Click "Cancel" to discard changes.
</Note>

<CardGroup cols={2}>
  <Card title="Cancel" icon="xmark">
    Discard changes and return to profile
  </Card>

  <Card title="Save Changes" icon="check">
    Update your profile with new information
  </Card>
</CardGroup>

## Profile Privacy

<Tip>
  Your profile information helps others find and connect with you on PeerPop. You can manage your privacy settings in [Account Settings](/profile/account-settings).
</Tip>
