# Navixy platform API

Welcome to the Navixy User Interface API documentation. This section contains all the sections for requesting information\
that users have access to in the user interface.

Here are the following sections:

* [**Raw IoT Data API**](/docs/navixy-api/user-api/data-warehouse-api.md): In this section, you will learn how to access raw\
  data from trackers received by the platform.
* [**Backend functionality**](/docs/navixy-api/user-api/backend-api.md): In this section, you will find API calls that allow you to retrieve all the information available to users on the platform. This includes data and actions related to trackers,\
  their trips, sensor and counter data, reports, vehicles, drivers and employees, tasks, and much more information that your integrations may need.
* [**Frontend extentions**](/docs/navixy-api/user-api/frontend.md): In this section, you will find information on how to add your application to the Navixy web interface, as well as how to add the Navixy interface to your website.
* [**Eco-Fleet API**](/docs/navixy-api/user-api/eco-fleet-api.md): In this section, you will find calls to determine the accuracy\
  of your fuel sensors.


---

# 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/getting-started.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.
