# Navixy AI assistant

The Navixy AI assistant is a chat interface that answers questions about the platform using documentation, blog articles, and device information. You can type your question or speak it aloud. The assistant streams answers in real time and shows you the sources it used.

### What the assistant can always do

Regardless of where you open the assistant, you can ask it about:

* **API documentation:** Endpoints, authentication, parameters, responses, and error codes for both the User API and Admin Panel API.
* **Device specifications:** GPS trackers and IoT devices compatible with the Navixy platform.
* **User guides and how-tos:** Step-by-step instructions for using Navixy features, configuring devices, setting up geofences, generating reports, and more.
* **Platform features:** Tracking, reporting, notifications, user management, device management, and other platform capabilities.
* **Integration and development:** Integrating the Navixy API into your applications, code examples, and best practices.
* **Technical FAQs:** Common questions about the platform, on-premise installations, security, and credentials management.

The assistant searches official Navixy documentation, the knowledge base, blog posts, API references, and technical guides to find accurate answers, and includes source links in its responses.

{% hint style="info" %}
You can ask questions by typing or by speaking. Select the microphone icon in the input field to switch to voice input.
{% endhint %}

You can also open the assistant directly at [assistant.navixy.com](https://assistant.navixy.com/) without signing in. In standalone mode, all the topics above are fully available: API documentation, device specifications, user guides, platform features, integration help, and technical FAQs. Only live account data requires an active session.

<p align="center"><a href="https://assistant.navixy.com/" class="button primary">Ask Navixy AI Assistant</a></p>

### What you can ask about your account

{% hint style="info" %}
To use the assistant from within the Navixy interface, it needs to be added to your account via the [User Applications](/docs/user/guide/account/user-applications.md) feature. Contact your service provider if the assistant is not visible in your interface.
{% endhint %}

When you open the assistant from within the Navixy interface, it connects to your account automatically. In addition to documentation, it can query your live fleet data and respond with information specific to your account.

With an active session, the assistant can access:

* **Trackers and vehicles:** List your trackers, check current states and locations, look up sensor readings, or find a specific object by name.
* **Groups and tags:** List tracker groups, find a group by name, or browse your tags.
* **Track history:** Ask for the route a tracker took during a specific time period.
* **Addresses:** Convert GPS coordinates to a readable address.

For example:

* "Which of my trackers haven't reported in the last hour?"
* "Show me the track for Vehicle 7 from yesterday afternoon."
* "What sensors does tracker 'Truck 12' have?"
* "List all trackers in the Warehouse group."

The assistant combines documentation and your live data in the same conversation, so you can ask follow-up questions freely.


---

# 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/user/guide/navixy-ai-assistant.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.
