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

# Welcome to Nia by Nozomio Labs

> API for technical, up-to-date context

<Frame>
  <iframe src="https://www.youtube.com/embed/kBAt5JeirzQ?si=6frxLq5M0BtMHpx1" title="Welcome to Nozomio Labs" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen />
</Frame>

## What is Nia?

Nia is an API layer that gives agents up-to-date, continuously monitored context across repositories, documentation, PDFs, datasets, Slack, Google Drive, and local knowledge sources.

It handles indexing, search, reading, research, and handoffs so coding agents can work from real source material instead of guesswork. You can also use it with agents like Cursor or Claude as an MCP server.

***

## Get Started

<Card title="Quick Install" icon="terminal">
  ```bash theme={null}
  npx nia-wizard@latest
  ```
</Card>

<CardGroup cols={2}>
  <Card title="Installation Guide" icon="rocket" href="/integrations/installation/overview">
    Detailed setup for all IDEs and manual configuration
  </Card>

  <Card title="Capabilities" icon="wand-magic-sparkles" href="/capabilities">
    Browse Nia by what it does: index, search, read, research, sync, and share context
  </Card>

  <Card title="Source Types" icon="folder" href="/source-types">
    Browse Nia by what you have: code, docs, PDFs, datasets, spreadsheets, Slack, Google Drive, and local sources
  </Card>

  <Card title="Local Sync" icon="folder-sync" href="/local-sync">
    Sync local folders, databases, and chat history to Nia
  </Card>

  <Card title="Oracle Research Agent" icon="flask" href="/oracle-research">
    Deep autonomous research across codebases and documentation
  </Card>

  <Card title="Example Workflows" icon="book-open" href="/example-workflows/overview">
    Learn how to use Nia effectively with real examples
  </Card>
</CardGroup>

***

## Quick Links

<CardGroup cols={4}>
  <Card title="API Reference" icon="code" href="/api-reference">
    Complete API documentation
  </Card>

  <Card title="Troubleshooting" icon="life-ring" href="/troubleshooting">
    Common issues and solutions
  </Card>

  <Card title="Community" icon="discord" href="https://discord.gg/BBSwUMrrfn">
    Join our Discord community
  </Card>

  <Card title="Plugins" icon="plug" href="/plugins/overview">
    Browse OpenCode, OpenClaw, and Claude Code integrations
  </Card>
</CardGroup>
