# Track

- [Track](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track/index.md): Contains API calls to interact with tracks and for getting all track points.
- [Waybill](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track/waybill.md)
- [Waybill](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track/waybill/index.md): This resource contains information to download waybill report for tracks.
- [Waybill settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track/waybill/settings.md): Contains API call to get the last waybill number.


---

# 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://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track.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.
