# Profile

1. Hover on the user avatar on the right top of the page, a drop-down menu will pop out, you can click on “My Profile” to redirect to the profile page.
2. Edit basic profile: Click on the edit icon on the right top in the left panel, a modal will pop out. You can update your name, phone number, city, skills and etc under the “Profile” tab, you can also update your password under the “Account” tab. Click “Update” after finishing editing.
3. Edit social media: Click on the edit icon beside the social media, a modal will pop out, you can update your LinkedIn, Facebook, Github, Instagram and etc. Click “Update” when you finish editing.
4. Upload Resume: Click on “Upload Resume” on the left panel, a modal will pop out, you can drag and drop your resume file and upload.
5. After uploading your resume, on the left panel, you can click the “DownLoad Resume” to download the latest uploaded resume or click “Update Resume” to update your resume.
6. On the right panel of the profile, you can view your resume, HackHub projects, Github projects, uploaded projects and attended events by clicking on the corresponding tabs.


---

# 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://help.hackhub.com/participant/profile.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.
