> For the complete documentation index, see [llms.txt](https://guide.derpbirds.io/derp-birds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.derpbirds.io/derp-birds/ecosystem/the-derp-app/profiles.md).

# Profiles

Profiles allow users to keep track of their journey through Derpetonia as well as view the journey of other Derpetonians as well.

<div align="center"><figure><img src="/files/OMmzJhR4c9CLFuncBVuw" alt=""><figcaption><p>Profile Tab</p></figcaption></figure></div>

###

### 📦 Traits

The traits tab allows users to see which traits they have collected and which ones they are still missing. Players earn 1 additional Trait Score point for each new unique trait that they collect. There is a Trait Score [leaderboard](/derp-birds/ecosystem/the-derp-app/leaderboards.md) where players can see how stack up against other citizens of Derpetonia.

<figure><img src="/files/WUBJv5cXlSwM5CmxIFtj" alt=""><figcaption><p>Traits tab</p></figcaption></figure>

{% hint style="info" %}
You can learn even more about trait collection and trait scores here: <https://twitter.com/DerpBirdsNFT/status/1636082424005427200>
{% endhint %}

### :bird: Collection

A user's entire Derp collection can be viewed on the collection tab. By clicking on a Derp, the character details are displayed, including on and off-chain metadata that tells the complete story of the Derp.

### :trophy: Achievements

To view which achievements have been earned, navigate to the achievements tab. If a player is viewing another player's profile, a comparison between the 2 players is displayed that allows the player to see who has unlocked more achievements.

<figure><img src="/files/irhaHdcOflNbeHRdAbU5" alt=""><figcaption></figcaption></figure>

Visit the [Achievements](/derp-birds/ecosystem/the-derp-app/achievements.md) page to learn more about achievements.


---

# 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://guide.derpbirds.io/derp-birds/ecosystem/the-derp-app/profiles.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.
