# Leaderboard and profiles

Code4rena's leaderboard displays up-to-date rankings for every warden and team who has earned awards from a competition.&#x20;

<figure><img src="/files/3SJWuwJVUCjOYXOTWpbk" alt=""><figcaption></figcaption></figure>

## Filtering leaderboard results

The leaderboard's date range can be adjusted through the `Date range` menu:

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

The search bar provides quick access to any warden or team ranked on the leaderboard.

## User profiles

To view a user's profile, click on their name in the leaderboard:

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

### Editing your public Code4rena profile

Wardens have the option to customize their Code4rena profile by adding:

* Bio
* Links to X/Twitter and/or Github

<figure><img src="/files/SVvF6axNLo7Temm6PVNq" alt=""><figcaption><p>A customized C4 profile, showing highlights, links, and the "Helped Secure" section.</p></figcaption></figure>

You can edit these settings on your profile page.


---

# 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.code4rena.com/platform-guide/platform-guide-for-wardens/leaderboard-and-profiles.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.
