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

# Welcome to nao

> The \#1 Open-Source Analytics Agent

nao is a framework to build and deploy analytics agents.

Create the context of your analytics agent with nao-core CLI: data, metadata, modeling, rules, etc.\
Deploy a UI for anyone to chat with your agent and run analytics on your data.

<Card title="View on GitHub" icon="github" href="https://github.com/getnao/nao">
  Star us on GitHub and contribute to the project
</Card>

## Key Features

### For Data Teams

<CardGroup cols={2}>
  <Card title="Open Context Builder" icon="cube">
    Create a file-system like context for your agent. Add anything you want: data, metadata, docs, tools, MCPs. No limit.
  </Card>

  <Card title="Data Stack Agnostic" icon="layer-group">
    Works with any data warehouse, stack, type of context, LLM.
  </Card>

  <Card title="Agent Reliability Visibility" icon="chart-line">
    Unit test your agent performance before deploying. Version the context and track performance over time.
  </Card>

  <Card title="Self-hosted & Secure" icon="lock">
    Self-host your analytics agent and use your own LLM keys to guarantee maximum security.
  </Card>
</CardGroup>

### For Business Users

<CardGroup cols={2}>
  <Card title="Natural Language to Insights" icon="comments">
    Ask questions in plain English, get analytics straight away.
  </Card>

  <Card title="Native Data Visualization" icon="chart-bar">
    Create and customize visualizations directly in the chat interface.
  </Card>

  <Card title="Transparent Reasoning" icon="eye">
    See the agent reasoning and sources clearly.
  </Card>

  <Card title="Easy Feedback" icon="thumbs-up">
    Send feedback to the data team when an answer is right or wrong.
  </Card>
</CardGroup>

## Get Started

<Card title="Quickstart Guide" icon="rocket" href="/nao-agent/quickstart">
  Deploy your first analytics agent in 1 minute
</Card>
