# Tool Calls

When Nova answers your questions, it sometimes needs to look things up or take actions in your system. You'll see these as **tool calls** in the chat — they show you exactly what Nova is doing behind the scenes.

## What Tool Calls Look Like

When Nova uses a tool, you'll see a collapsible block that shows:

* **Tool name** — what action it's performing (e.g., "Get Document", "Search Records")
* **Input** — what it's looking for (e.g., searching for a customer by name)
* **Output** — what it found (e.g., the customer record with phone number and address)

Click the block to expand or collapse the details.

## Common Tool Actions

| Tool                | What It Does                                            |
| ------------------- | ------------------------------------------------------- |
| **Get Document**    | Looks up a specific record (customer, invoice, project) |
| **Search Records**  | Finds records matching your criteria                    |
| **Create Document** | Creates a new record in your system                     |
| **Update Document** | Changes an existing record                              |
| **Run Report**      | Pulls report data for you                               |

## If Something Goes Wrong

If a tool call fails (for example, looking up a customer that doesn't exist), Nova will:

1. Show the error in the tool output (highlighted in red)
2. Try a different approach or ask you for clarification
3. Never leave you hanging — it will always respond with next steps

## Related Pages

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


---

# 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/tool-calls.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.
