# Chat

Nova Chat works like any messaging app you've used before. Open it, type your question, and get an answer.

## How to Start a New Conversation

1. Navigate to **Nova Chat** from your sidebar
2. Click the **+ New Chat** button in the top left
3. A dialog appears — choose an agent or start a general chat
   * **Sales Assistant** — helps with customers, quotes, and orders
   * **Accountant** — helps with invoices, payments, and reports
   * **General** — can help with anything in your system
4. Type your question in the message box at the bottom
5. Press **Enter** or click **Send**

![nova chat home](/files/N0GfmvfMgSdQf7siWcWf)

## Suggestion Buttons

When you start a new chat, you'll see suggestion buttons with common tasks like:

* "Create a new customer"
* "Show me recent invoices"
* "What jobs are scheduled today?"
* "Look up customer by phone number"

Click any suggestion to get started without typing.

## Finding Past Conversations

Your previous chats appear in the sidebar, grouped by:

* **Today**
* **Yesterday**
* **Previous 7 Days**
* **Older**

Click any conversation to pick up where you left off.

## Related Pages

* [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)


---

# 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/starting-a-chat.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.
