# Scoring & Ranking

There are 2 factors that you are scored on:

1. **Points**: earned by answering challenges correctly
2. **Accuracy**: total # of correct attempts divided by total # of attempts

Incorrect attempts will not deduct points. Some hints may cost points to unlock.&#x20;

{% hint style="info" %}
Hints will deduct points immediately but have no other impact on your score or ranking.
{% endhint %}

Separate from your Points and Accuracy, you have a **Rank** for competitive events or content packs.

Your **Rank** is determined primarily by points. A tie in Points is broken by Accuracy. A tie in Accuracy is broken by timestamp of last correct attempt. Your Rank is what determines your position on the Leaderboard for a competitive event.

{% hint style="info" %}
Completion does not impact your score or ranking directly. It is simply displayed to signal how much of the content have you or your team successfully completed.
{% endhint %}

## Unranked Play

Cyber Skyline also has a mode of unranked play for certain users who may be ineligible for ranking on the public leaderboard meaning that unranked users/teams will not show up on the leaderboard. All ranking displays will include a notation for unranked play.

![Ranking display on the Score Report page for unranked user](/files/-MJV2klvfF1TttqqpI1I)

For those users/teams, you will see your theoretical ranking reported. Someone else will actually occupy your theoretical rank, but if you were ranked, the reported rank would be your rank. This allows unranked users/teams to also compare their ranking against other ranked users/teams.&#x20;


---

# 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.cyberskyline.com/challenge-interface/scoring-and-ranking.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.
