> For the complete documentation index, see [llms.txt](https://wowtalkies.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wowtalkies.gitbook.io/main/mobile-app/explore-your-profile-page-in-depth..md).

# Explore your profile page in depth.

**Under profile, there are 2 sections,**&#x20;

### My profile

&#x20;Under My profile we can view the following things:

1. **Profile Picture:** We can upload images using the gallery on our device or from a camera. You can change your profile picture at any time.
2. &#x20;**Referral Points:** You can review the total points you've earned for introducing your friends to our wowtalkies mobile app.
3. **Total Points:** You can view the user's overall point totals from referring friends, creating content, and completing the quiz.
4. **Total Referrals Accepted & Referrals**: Here user will be able to see the total number of successful referrals.
5. **Badges Earned:** The "CREATOR BADGE" will be awarded to users who have earned the most points. Please be sure to regularly check the leaderboard so you can advance to the top three positions and receive the badge. This makes it easier to determine whether you have the badge or not.
6. **About section:** Add about yourselves and your passion towards movies.
7. **Referred by:** Here user will be able to see the details of his referee.
8. **My Communities:** You can see a list of all the communities you are a part of.

### Leaderboard:&#x20;

Here at wowTalkies we’re aiming to build a platform where fans have to prove their fandom to be part of the community. These are quizzes and trivias that one should pass to be a part of these communities. Leaderboard is the sum-up of all tasks done by the community member to prove their Fandom. Leaderboard takes the user from a fan to superfan journey. We can view the top three creators who earned the maximum points. \ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wowtalkies.gitbook.io/main/mobile-app/explore-your-profile-page-in-depth..md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
