# Voice & Files

You don't always have to type — Nova supports voice dictation and file uploads so you can work hands-free or share documents.

## Voice Input

1. Click the **microphone icon** in the chat input area
2. Your browser will ask for microphone permission — click **Allow**
3. Start speaking your question or request
4. A timer shows how long you've been recording
5. Click **Stop** when you're done (or press **Escape** to cancel)
6. Your speech is automatically converted to text in the message box
7. Review or edit the text if needed, then click **Send**

![microphone icon](/files/sGIgQIya5iRwSvuDpcyY)

![paperclip icon](/files/Zt4u6aUeXKAKjTqq1q09)

## File Attachments

1. Click the **paperclip icon** in the chat input area (or drag and drop a file)
2. Select one or more files from your computer
3. The file uploads to your Proforge system
4. Your message shows the attached file name
5. Send your message — Nova can read and reference the file in its response

Supported file types include PDFs, images, spreadsheets, and documents.

## Related Pages

* [Starting a Chat](/nova-ai-assistant/nova/starting-a-chat.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/voice-and-files.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.
