# Nova

Nova is your AI-powered assistant built right into Proforge. Think of it as a team member who knows your entire system — ask it questions, have it look up information, create records, or run reports, all through a simple chat interface.

## What Can Nova Do?

* **Answer questions** about your customers, invoices, projects, and more
* **Create and update records** — customers, invoices, service requests — just by asking
* **Look up information** — "Show me all unpaid invoices over $5,000"
* **Attach files** — drag and drop documents into the chat for context
* **Voice input** — click the microphone and talk instead of typing
* **Share conversations** — send a read-only link to your team or clients

## Getting Started

1. Click **Nova Chat** in your sidebar (or go to `/app/nova-chat`)
2. Click **+ New Chat**
3. Choose an agent (like "Sales Assistant" or "Accountant") or start a general chat
4. Type your question or click one of the suggestion buttons
5. Nova responds in real time — you'll see it thinking and working

## In This Section

* [Starting a Chat](/nova-ai-assistant/nova/starting-a-chat.md)
* [Voice Input & File Attachments](/nova-ai-assistant/nova/starting-a-chat/voice-and-files.md)
* [Sharing Conversations](/nova-ai-assistant/nova/starting-a-chat/sharing-conversations.md)
* [Understanding Tool Calls](/nova-ai-assistant/nova/starting-a-chat/tool-calls.md)
* [Agent Configuration](/nova-ai-assistant/nova/configuring-agents.md) *(Admin)*
* [Managing Tools](/nova-ai-assistant/nova/managing-tools.md) *(Admin)*
* [Nova Settings](/nova-ai-assistant/nova/settings.md) *(Admin)*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proforgeerp.com/nova-ai-assistant/nova.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
