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

# Ntropii Documentation

> Build automated fund-operations workflows on Ntropii — e.g. document extraction, NAV calculations, waterfall distributions, GL classification and more.

Ntropii lets fund administrators, accountants and asset managers automate their operations using LLMs that *generate* deterministic, programmatic workflow code — not relying on probabilistic LLMs as the execution engine. The result is auditable, reproducible, regulator-friendly automation for private markets fund ops.

You interact with Ntropii through three surfaces:

* **Ntro CLI** — the command-line for humans driving Ntropii from a terminal
* **Ntro MCP** — exposes Ntropii to coding agents like Claude Code or Microsoft Copilot Studio
* **Ntro SDK** — the library (e.g. ntro-python) imported inside runbooks (the workflows that actually execute on Ntropii Tenant)

A **workflow** is a binding of a **runbook** (the deterministic Python templates that drive the process) to an **entity**, optionally on a schedule. A runbook may invoke external **agents** (Claude Managed, Copilot, …) from inside its steps when it needs LLM-driven artefact generation that doesn't fit the deterministic capabilities surface.

<CardGroup cols={2}>
  <Card title="Get Started" icon="rocket" href="/get-started/how-it-works">
    Understand the platform, set up your environment, and get an API key.
  </Card>

  <Card title="Tooling" icon="terminal" href="/tooling/ntro-cli">
    CLI, MCP server, and how to wire Ntropii into your coding agent.
  </Card>

  <Card title="Building workflows" icon="diagram-project" href="/workflows/get-started">
    Pick a template or build a runbook from scratch. Register external agents to drive specific steps.
  </Card>

  <Card title="Ntro SDK" icon="python" href="/sdk/installation">
    Reference for the Python capabilities you compose into runbooks.
  </Card>

  <Card title="Deploy & Run" icon="circle-play" href="/deploy-and-run/testing-locally">
    Test runbooks locally, then deploy with `ntro workflow create --path`.
  </Card>
</CardGroup>
