# RichTrackDetails

| Field           | Short Description                         |
| --------------- | ----------------------------------------- |
| Richtrackid     | Id of rich track                          |
| id              | id of detail                              |
| devicetoken     | user’s devicetoken                        |
| avglat          | Average Latitude of track                 |
| avglon          | Average Longitude of track                |
| startlat        | Start Latitude of track                   |
| startlon        | Start Longitude of track                  |
| finishlat       | Finish Latitude of track                  |
| finishlon       | Finish Longitude of track                 |
| starts2index    | Google s2 start index of track (16 level) |
| finishs2index   | Google s2 end index of track (16 level)   |
| accpoints       | Acceleration penalty points               |
| deaccpoints     | Deceleration penalty points               |
| speedpoints     | Overspeeding penalty points               |
| phonepoints     | Phone Usage penalty points                |
| corneringpoints | Cornering penalty points                  |
| totalpoints     | Total penalty points                      |


---

# 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/richtrackdetails.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.
