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

# What is Navi

*Navi is the AI of Earth LinC — not one model behind a button, but an open layer that keeps reaching for the best way to bring your station to life.*

## An agent that goes looking

Most AI tools hand you a single model and stop there. Navi is built the other way around. It is an **open AI-agent layer** that **actively and continuously goes out to find the best AI** — tools, apps, models — and puts them to work composing your **station**. As better AI appears in the world, Navi reaches for it. It is not a passive aggregator, and it is not a one-click web-page generator; it is an agent whose whole job is to compose the truest expression of what you bring.

**Claude is one current provider inside Navi — not the only one.** Which AI Navi reaches for is an open, moving set, named in disclosure, never fixed to a single vendor.

## Two faces: NaviCanvas and Naviscape

* **NaviCanvas** *composes.* It is where your **station** is made: you bring what is yours, and NaviCanvas gives it living form.
* **Naviscape** *surfaces.* It is how your **Realm** is seen: a living sky that surfaces the NaviStars cast to you, radiating outward from you at the center. It never moves you through a dashboard — it surfaces what is alive.

## An open invitation

Navi is open by design, and the openness is an **invitation**. If you build AI — and especially if you are an individual AI creator — **you are welcome to bring your own model or API and become part of Navi**, so that everyone's station composes a little better and the connection keeps improving. That invitation is the engine: the more good AI joins, the better Navi becomes for everyone.

## Who builds it

Navi — NaviCanvas and Naviscape — is **built and operated by Kong Group LLC**, the commercial company behind Earth LinC's tools. Bringing an API, or building on the open layer, starts there.

→ [Learn more about Navi and Kong](https://kongrealm.io)

***

*Navi belongs to Earth LinC in the telling; Kong Group LLC builds and operates it. The protocol it serves is owned by no one.*


---

# 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://earthlinc.gitbook.io/protocol/using-earth-linc/what-is-navi.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.
