# Status

- [Working status](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/index.md): Contains status object and API calls to interact with them.
- [Tracker's working status](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/tracker.md): This resource contains methods to read and assign working status of a particular tracker.
- [Listing](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/listing.md)
- [Working status list](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/listing/index.md): Contains status listing object and API calls to interact with working status list.
- [Tracker's working status list](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/listing/tracker.md): Contains API call which link together trackers and working status lists.


---

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