# Public Profile Page

Zephyr provides users a way to display and link to their public profile. Disabled by default, you can **enable your public profile** by:

1. Logging in to your account on zephyr-sim.com
2. Click your profile picture to summon the User Settings window
3. Click "Public Profile"
4. Toggle "Enable Public Profile" to "ON"

**To edit and view your public profile settings**, click "View Public Profile" under the User Settings/Public Profile pane or click "Public Profile" underneath the profile picture on your dashboard.

<figure><img src="/files/wx80ZxMu4ve5LRLu7Nwy" alt=""><figcaption><p>Edit User Public Profile Page</p></figcaption></figure>

### Privacy Settings

* First Name: displays the user's first name on the public profile page
* Last Name: displays the user's last name on the public profile page
* Email: displays the user's email on the public profile page
* Certifications: displays the user's certifications (if applicable) on the public profile page

Note: when you enable/disable a privacy setting, you must click "Apply Changes" for the change to take effect on your live page.

### Live Page

To view your live page, click the "View Live" button under "Actions."&#x20;

To share your live profile, simply visit your "Manage Public Profile" page and copy the URL from your browser. The structure should look like `https://zephyr-sim.com/public-profile/{Random_ID}`

You can share this URL with anyone and they can view your public profile page. If you decide to stop sharing your profile, simply return to the User Settings/Public Profile pane from your zephyr-sim.com dashboard and set the "Enable Public Profile" toggle to "OFF."

<figure><img src="/files/p4Aqjfm2Ziz7ujqOCOeO" alt=""><figcaption><p>Live Profile Page</p></figcaption></figure>

### **Certifications**

<figure><img src="/files/S57GCJ8ZjI2VM0f6e1Pt" alt=""><figcaption><p>Public Profile Certifications Section</p></figcaption></figure>

The certifications section, if enabled, will display the user's certifications associated with their Zephyr account. A green check mark indicates that the certification is approved and in good standing.

From the "Manage Public Profile" view, the three options underneath each certification are:

* Go to [Verification Page](/certifications/verify-a-certification.md)
* Copy [Verification Page Link](/certifications/verify-a-certification.md)
* Copy Badge Embed Code

### Copy Badge Embed Code

This will summon a window that allows you to copy an HTML code snippet that will allow you to paste and display your certification page with a link to its verification page on your website or online profile that supports custom HTML snippets

<figure><img src="/files/VwvA8bjFjhulKNIak5OU" alt="" width="375"><figcaption><p>Badge Embed Code Snippet</p></figcaption></figure>


---

# 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://wiki.zephyr-sim.com/account-management/public-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.
