> For the complete documentation index, see [llms.txt](https://naviprotocol.gitbook.io/navi-protocol-developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://naviprotocol.gitbook.io/navi-protocol-developer-docs/build-with-navi-protocol.md).

# Build with NAVI Protocol

**Build with NAVI Protocol** is a comprehensive guide for developers looking to integrate and interact with NAVI’s smart contracts. This guide offers in-depth explanations of key modules such as `lending_core`, `flashloan`, and `oracles`, detailing their functionalities and use cases.

Additionally, the documentation includes step-by-step instructions for:

* Retrieving Pool data and Oracle Price Feeds
* Interacting with NAVI Protocol through the SDK
* Managing user-specific data, including account caps and rewards

This guide aims to streamline the development process, designed with developers in mind, enabling efficient and seamless integration with NAVI’s decentralized financial infrastructure.

## Getting started

{% content-ref url="/pages/8rw6S4ZGJk32v7DJQbns" %}
[Smart Contract Overview](/navi-protocol-developer-docs/smart-contract-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/9DtGDqqHujTBF98LDkMW" %}
[Decentralized Oracle](/navi-protocol-developer-docs/decentralized-oracle.md)
{% endcontent-ref %}

{% content-ref url="/pages/LdFWF8ZvlVPXmw0IHp1J" %}
[Contract Configuration](/navi-protocol-developer-docs/contract-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/FedRuH0w9PaWf8o7NwLP" %}
[Broken mention](broken://pages/FedRuH0w9PaWf8o7NwLP)
{% endcontent-ref %}

{% content-ref url="/pages/y9NFOxTiy1uGVxnF7rFO" %}
[Contract Integration with NAVI](/navi-protocol-developer-docs/contract-integration-with-navi.md)
{% endcontent-ref %}

{% content-ref url="/pages/lMpALAeJ9OP6yOkWbmDg" %}
[FAQ](/navi-protocol-developer-docs/faq.md)
{% endcontent-ref %}

All NAVI Smart Contract and SDK below are fully audited by Sui's official auditing firm partner OtterSec. Audit Report:

{% embed url="<https://naviprotocol.gitbook.io/navi-protocol-docs/security/audit-report>" %}


---

# 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:

```
GET https://naviprotocol.gitbook.io/navi-protocol-developer-docs/build-with-navi-protocol.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.
