# UserStatisticDrivingDetails

| Field             | Short Description                              |
| ----------------- | ---------------------------------------------- |
| devicetoken       | Token of user                                  |
| calcdate          | Date of calculation                            |
| scoreacceleration | 2-weeks acceleration score                     |
| scoredeceleration | 2-weeks deceleration score                     |
| scorespeeding     | 2-weeks overspeeding score                     |
| scoredistraction  | 2-weeks phone usage score                      |
| scoreturn         | 2-weeks turn score                             |
| score             | 2-weeks total score                            |
| accpoints         | acceleration penalty points for 2-weeks period |
| deaccpoints       | braking penalty points for 2-weeks period      |
| speedpoints       | overspeed penalty points for 2-weeks period    |
| phonepoints       | phone usage penalty points for 2-weeks period  |
| corneringpoints   | cornering penalty points for 2-weeks period    |
| totalpoints       | total penalty points for 2-weeks period        |


---

# 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/product-description/dataset/dataset-decription/enriched-telematics-data/userstatisticdrivingdetails.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.
