> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nikaplanet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> NIKA Desktop is an autonomous AI location analyst — it reads your files, runs the geospatial analysis, and hands back interactive maps, dashboards, and reports.

<img src="https://mintcdn.com/nika/ylSFZ5WH2TFtSw7p/nika-desktop/nika-desktop-app.jpg?fit=max&auto=format&n=ylSFZ5WH2TFtSw7p&q=85&s=ac91feddb62fa94dd04d709725731e40" alt="NIKA Desktop Agent" width="1435" height="996" data-path="nika-desktop/nika-desktop-app.jpg" />

## Your Autonomous Location Analyst

NIKA — **<u>N</u>exus <u>I</u>nteractive <u>K</u>artographic <u>A</u>gent** — is a desktop application that puts an autonomous AI data analyst at the centre of your geospatial work. Point it at your files and the data sources your industry already uses; it reads them, searches external and satellite data, runs the spatial analysis on its own, and hands back the report, dashboard, or interactive map. For decision-makers without a GIS background, it's the entry point to location analysis — and it all happens in a single, chat-driven conversation.

<Frame caption="NIKA Desktop runs a multi-step analysis and renders an interactive map artifact directly in the conversation.">
  <img src="https://mintcdn.com/nika/t8KRI6aDv-lebjbB/images/nika-desktop/analyst-spotlight.jpg?fit=max&auto=format&n=t8KRI6aDv-lebjbB&q=85&s=16dd874040bd428c977a06f8ea0bd6d5" alt="NIKA Desktop autonomous location analyst — chat-driven geospatial analysis rendering an interactive map" width="1435" height="996" data-path="images/nika-desktop/analyst-spotlight.jpg" />
</Frame>

## What NIKA Does

<Columns cols={2}>
  <Card title="Autonomous analysis" icon="wand-magic-sparkles" href="/nika-desktop/autonomous-analysis">
    Works in an agentic tool loop — reads your files, runs geospatial operations, inspects the results, and iterates until the task is done, streaming every tool call in real time so you can watch the analysis happen.
  </Card>

  <Card title="Connect files & data sources" icon="database" href="/nika-desktop/data-and-conversion">
    Bring your own reports, PDFs, drawings, field photos, and spreadsheets, pull in external and satellite data, and inspect or convert across 100+ geospatial formats.
  </Card>

  <Card title="Live maps, dashboards & reports" icon="chart-column" href="/nika-desktop/visualizations">
    Interactive maps, charts, dashboards, 3D viewers, and shareable reports — all generated directly in the conversation as the agent works.
  </Card>

  <Card title="NIKA Memory Core" icon="brain" href="/nika-desktop/memory-core">
    Your organization's enterprise brain: ingest your documents once, then anyone can query decades of institutional knowledge in plain language, grounded in your own data.
  </Card>
</Columns>

## Location-Aware by Design

NIKA is a superset of general chat agents like ChatGPT, Claude, and Gemini. It does everything they do with text — then goes further, understanding real coordinates and tying every result back to real-world assets, places, and geometries, not just words on a page. That is what lets a plain-language question return a sourced answer *and* a map of exactly where it applies.

## Your Organization's Knowledge, On Tap

Enterprises accumulate vast amounts of geospatial data over years — environmental reports, survey PDFs, regulatory filings, satellite imagery metadata, field notes, and engineering documents — scattered across drives, databases, and inboxes. The institutional knowledge locked inside these files often lives only in the heads of senior staff.

**NIKA Memory Core** changes that. Ingest your organization's documents and NIKA transforms them into a spatially-aware knowledge base that any team member can query through natural language. Questions that previously required decades of experience to answer — *"Have we surveyed for protected species near this river corridor before?"* or *"What soil conditions were reported across our northern sites?"* — are now accessible to everyone on the team, instantly.

<a href="/nika-desktop/memory-core">Learn more about NIKA Memory Core →</a>

## Extensibility

### Plugin System

Drop plugins into the plugins directory with a `plugin.json` manifest. Each plugin registers tools with input schemas that the AI agent can discover and call automatically.

### MCP Server Integration

Connect external tools via the **Model Context Protocol (MCP)**. Configure MCP servers and NIKA dynamically discovers their tools, making them available to the agent alongside built-in capabilities.

### Skill Templates

Save reusable prompt templates as skills. Skills provide domain-specific instructions that guide the agent's behavior for recurring workflows — from standard data processing pipelines to compliance report generation.

## AI Chat with Multi-Provider Support

NIKA's chat interface connects to multiple LLM providers, so you can choose the model that best fits your task and budget.

| Provider           | Models                                           |
| ------------------ | ------------------------------------------------ |
| **Anthropic**      | Claude Sonnet 4.5, Claude Opus 4, Claude Haiku 4 |
| **OpenAI**         | GPT-4.1, GPT-4.1 Mini, o3, o4-mini               |
| **Google Gemini**  | Gemini 2.5 Pro, Gemini 2.5 Flash                 |
| **Ollama (Local)** | Llama 3.3, Mistral, Mixtral, CodeLlama, Qwen 2.5 |

Multiple chat sessions are persisted to disk, so you can pick up any prior conversation exactly where you left off.
