How do I see a query behind a view in nao?
How do I see a query behind a view in nao?
You need to open a folder in nao so the agent creates files
You need to open a folder in nao so the agent creates files
How to open terminal in nao?
How to open terminal in nao?
How can I analyze a CSV in nao?
How can I analyze a CSV in nao?
- Connect to DuckDB (which supports CSV files directly)
- Import your CSV file into DuckDB
- Use the agent to query and analyze the data
- Alternatively, you can use SQL worksheets to write queries against your CSV data
nao can't work with dbt cloud, only dbt core
nao can't work with dbt cloud, only dbt core
Why should I configure dbt in nao?
Why should I configure dbt in nao?
- Execute & preview dbt models directly in the IDE
- Auto-complete for model columns plus quick navigation to refs
- Column-level lineage in the agent experience
Where can I find my nao chat history?
Where can I find my nao chat history?
- Access previous conversations from the chat history
- Continue conversations from where you left off
- Reference past conversations and their context
Is there a shortcut to execute SQL?
Is there a shortcut to execute SQL?
nao can't work with remote env
nao can't work with remote env
How to update nao?
How to update nao?
- macOS: Download the latest version from the download page and install it
- Windows: Download the latest version from the download page and install it
Where can I get my nao invoices?
Where can I get my nao invoices?
Is there a Linux version?
Is there a Linux version?
- macOS (Apple Silicon and Intel)
- Windows
How do I connect multiple databases?
How do I connect multiple databases?
Can I use nao without a data connection?
Can I use nao without a data connection?
How does nao handle my data privacy?
How does nao handle my data privacy?
- Only table schemas (metadata) are sent to the agent, not actual data
- You control what data is shared with the LLM through the share/preview options
- Codebase indexing only stores embeddings, not your actual code
- Your data content is never accessed during indexing
What AI models can I use with nao?
What AI models can I use with nao?
- Claude (3.5 Sonnet, 3.7 Sonnet, 3 Opus, 3.5 Haiku)
- GPT (GPT-4o, GPT-4o-mini, GPT-5, GPT-5.1, gpt-oss)
- Gemini (2.5 Flash, 2.5 Pro)
- Mistral (Large, Small)
- AWS Bedrock (various models)
How do I customize the agent's behavior?
How do I customize the agent's behavior?
.naorules file in your project root. This file allows you to set:- Code style preferences (SQL formatting, naming conventions)
- Agent behavior (language, tone, documentation habits)
- Project-specific standards and best practices
claude.md files for additional guidelines. See Customize your agent with nao rules for details.Can I use my own API keys?
Can I use my own API keys?
How do I share query results with the agent?
How do I share query results with the agent?
What databases does nao support?
What databases does nao support?
- BigQuery (Service Account, SSO)
- Snowflake (User Password, SSO, Key Pair)
- Postgres (SSH, SSL, TLS)
- Redshift (SSH, SSL, TLS)
- ClickHouse (HTTPS)
- Databricks (Personal Access Token, OAuth U2M)
- DuckDB (Local file)
- MotherDuck
- Amazon Athena (AWS Access Keys)
How do I preview dbt models?
How do I preview dbt models?
Can I use nao with multiple workspaces?
Can I use nao with multiple workspaces?
- Data connections
- dbt configuration
- Chat history
- Indexed codebase
How do I see the lineage of a dbt model?
How do I see the lineage of a dbt model?
What happens if my BigQuery connection times out?
What happens if my BigQuery connection times out?
Can I export query results?
Can I export query results?
How do I set query size limits for BigQuery?
How do I set query size limits for BigQuery?
- Go to Settings > Warehouse Connections
- Select your BigQuery connection
- Set the query size limits in the connection settings
What is the difference between Free, Trial, and Pro plans?
What is the difference between Free, Trial, and Pro plans?
- Free Plan: 5 prompts per day, basic features, limited AI models
- Free Trial: 20 prompts per 3 hours, full feature access, all AI models (converts to Free after trial)
- Pro Plan: Unlimited prompts, all features, all AI models, team collaboration, priority support
How do I add team members to my Pro plan?
How do I add team members to my Pro plan?
- Go to Settings > Team Management
- Click “Add Team Member”
- Enter their email address
- They’ll receive an invitation to join your workspace
Can I use nao offline?
Can I use nao offline?
How do I troubleshoot connection issues?
How do I troubleshoot connection issues?
- Verify your credentials are correct
- Check that your firewall/network allows connections
- For BigQuery, ensure your refresh token hasn’t expired
- For Snowflake, verify your account, warehouse, and role settings
- Check the connection status in Settings > Warehouse Connections
What file types does nao index?
What file types does nao index?
.gitignore or .naoignore. This includes:- SQL files
- dbt models
- Python scripts
- Configuration files (YAML, JSON, etc.)
- Documentation files
- Any other text-based files
.gitignore or .naoignore are excluded from indexing.How do I exclude files from indexing?
How do I exclude files from indexing?
- Adding them to your
.gitignorefile (they’ll be automatically excluded) - Creating a
.naoignorefile in your project root with patterns for files/folders to exclude
.naoignore file uses the same syntax as .gitignore.Can I use nao with Git?
Can I use nao with Git?
- Run Git commands in the terminal (git add, commit, push, etc.)
- Have the agent execute Git operations
- View diffs and changes
- The agent can help with Git workflows
How do I see what the agent is doing?
How do I see what the agent is doing?
- A blue dot indicator on the active chat tab
- Real-time reasoning display (for reasoning models like GPT-5, Gemini 2.5 Pro)
- Tool execution status in the chat
- File changes as they’re suggested
What are MCPs and how do I use them?
What are MCPs and how do I use them?
How do I change the AI model in a chat?
How do I change the AI model in a chat?
Can the agent create charts from my data?
Can the agent create charts from my data?
- Bar charts
- Line charts
- Pie charts
How do I know if my dbt setup is working?
How do I know if my dbt setup is working?
What is the sandbox and how do I use it?
What is the sandbox and how do I use it?
- A sample dbt project (jaffle shop)
- DuckDB connection with sample data
- Full access to all nao features
Can I use nao with Jupyter notebooks?
Can I use nao with Jupyter notebooks?
How do I see the cost of a BigQuery query before running it?
How do I see the cost of a BigQuery query before running it?
What keyboard shortcuts are available?
What keyboard shortcuts are available?
- ⌘ + ⏎: Execute SQL query
- ⌘ + L: Send selected code/results to agent
- ⌘ + ⇧ + J: Open/close data preview
- ⌘ + J: Open terminal
- ⌘ + click: Jump to definition
How do I rename a chat?
How do I rename a chat?
Can I use nao without opening a repository?
Can I use nao without opening a repository?
- Create SQL worksheets
- Execute queries
- Use the agent for data analysis
- Preview tables
What happens when I reach my prompt limit?
What happens when I reach my prompt limit?
- Wait for the limit to reset (midnight for Free, 3 hours for Trial)
- Upgrade to Pro for unlimited prompts
How do I enable auto-apply for agent changes?
How do I enable auto-apply for agent changes?