# Designing Your Profile Page

### Accessing Your Profile

Connect your wallet, click the profile icon in the top-right corner, and select **My Profile** to view your public profile, or **Edit Profile** to customize it.

***

### Editing Your Profile

Go to **Edit Profile** to configure the following fields:

**Cover photo** — the banner image displayed across the top of your profile. Recommended dimensions: 1400 × 400px or wider. Supports JPG, PNG, GIF.

**Profile image** — your avatar, shown on your profile page and next to your username across the marketplace. Square format recommended.

**Username** — your display name on PrimePort. Visible on NFT listings, activity feeds, and the Holders tab on collection pages.

**Bio** — a free-text description. Use it to describe your focus as a collector or creator, link to your work, or leave it blank.

**Email address** — not public. Used by PrimePort to send notifications for bids received, sales completed, and other account activity.

**Social links** — add links to Twitter, Discord, Instagram, Facebook, and your website. These appear on your public profile.

Once all fields are filled in, click **Update Profile** to save.

***

### What Your Profile Shows

Your public profile displays:

* **Owned** — all NFTs currently in your wallet across supported chains
* **Created** — NFTs minted under contracts you deployed on PrimePort
* **Activity** — your transaction history: purchases, sales, bids, and offers
* **Offers** — active offers you have made or received

***

### Notifications

PrimePort sends email notifications to the address on your profile for:

* A bid placed on one of your auctions
* An offer made on one of your listed NFTs
* A sale completed on a fixed-price listing
* An outbid event on an auction you are participating in

To manage notifications, keep your email address current in Edit Profile.

***

### See Also

* How to Sell an NFT
* Using the Auction System
* Minting NFTs on PrimePort


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeport.xyz/using-primeport/designing-your-primeport-profile-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
