> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/developers/navixy-developer-hub.md).

# Navixy Developer Hub

Feel free to use our comprehensive REST API to integrate Navixy with CRMs, ERPs, or any other 3rd-party tools. You can also use it to build your custom web applications.

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4>Navixy API</h4><p>Access all core data and functionality through Navixy's powerful REST API. Build custom applications and integrations.</p><ul><li>RESTful endpoints</li><li>HTTP-based access</li><li>Comprehensive docs</li></ul></td><td><a href="/spaces/6dtcPLayxXVB2qaaiuIL">/spaces/6dtcPLayxXVB2qaaiuIL</a></td><td><a href="/files/dia6yFPVeGf1Bz6l5DFQ">/files/dia6yFPVeGf1Bz6l5DFQ</a></td></tr><tr><td><h4>IoT Logic API</h4><p>Programmatically manage telematics workflows using Navixy's IoT Logic tools. Ideal for automation and custom logic flows.</p><ul><li>Flow configuration</li><li>Custom logic nodes</li><li>Schema definitions</li></ul></td><td><a href="/spaces/tx3J5BxnWyPV0nP2xr0z">/spaces/tx3J5BxnWyPV0nP2xr0z</a></td><td><a href="/files/QoTT1vhzGhcYS4hjgnup">/files/QoTT1vhzGhcYS4hjgnup</a></td></tr><tr><td><h4>Navixy Repository API</h4><p>Build customized trackable assets, manage GPS device inventories, and create logical connections to model your business operations.</p><ul><li>Custom asset types</li><li>Device management</li><li>Asset relationships</li></ul></td><td><a href="/spaces/eaPUYn5ATRhY1fALtOkq/pages/OLveeA7syB0mdbBr70CQ">/spaces/eaPUYn5ATRhY1fALtOkq/pages/OLveeA7syB0mdbBr70CQ</a></td><td><a href="/files/sumAWsqLjfN1Blevhdxq">/files/sumAWsqLjfN1Blevhdxq</a></td></tr></tbody></table>

#### <i class="fa-message-question">:message-question:</i> Get help anytime

{% columns fullWidth="false" %}
{% column width="50%" %}
Available support options and channels.

* Looking for quick answers? [Ask Navixy AI](https://assistant.navixy.com/)
* Need technical help? [Contact support](mailto:support@navixy.com)
* Have business questions? [Contact Sales](https://www.navixy.com/contact)
  {% endcolumn %}

{% column width="50%" %}
{% hint style="info" icon="robot" %}
Want more accurate answers from AI? Use the built-in doc shortcuts, then connect MCP so your assistant can read the docs directly.

<p align="center"><a href="/spaces/gh5cGQ23uFYTcp7Fj7Yd/pages/5CME79GEiKyMmLq179as" class="button primary">Use the docs with AI</a></p>
{% endhint %}
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/developers/navixy-developer-hub.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
