# \*Leaderboard

## Overview

There are two types of leaderboard available: Summary Leaderboard and Factors Leaderboard

{% hint style="info" %}
A user's leaderboard position is calculated within a single instance where the user record is located.
{% endhint %}

{% hint style="info" %}
A user's leaderboard position is calculated based on data for previous 14 days.
{% endhint %}

## Conditions

{% hint style="success" %}
Users participate in Leaderboard if they match **2 conditions**:

1. Minimum Mileage during latest 15 days >=10km.
2. Users have processed trips during latest 15 days.

These parameters are customisable, please feel free to contact us to setup that.
{% endhint %}

## Summary Leaderboard

The API consists the overview for single user in comparison with other users within a single instance

![](/files/-M5rUCEqJruV4MuDR2sR)

* 1 - Acceleration score; 2 - Braking score; 3 - phone usage score; 4 - Speeding score; 5 - Cornering score; 6 - Overall score; 7 - Distance; 8 - Number of Trips; 9 - Driving time

{% content-ref url="/pages/-M5rWTVPJMn1sgVScfJL" %}
[\*Summary Leaderboard](/platform-features/leaderboard-1/summary-leaderboard.md)
{% endcontent-ref %}

## Leaderboard by factors

The API contains a list of users and thier position by factors. There are 9 available factors

![](/files/-M5rYQbA2rvxx55zWx0Z)

{% content-ref url="/pages/-M2OY3xP20n8sGwzJbPo" %}
[\*Leaderboard by factors](/platform-features/leaderboard-1/leaderboard.md)
{% endcontent-ref %}


---

# 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-old.telematicssdk.com/platform-features/leaderboard-1.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.
