> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/voicetrends/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/voicetrends/call-volume/call-volume-graphs.md).

# Call Volume Graphs

The y-axis on each graph depicts the statistical value indicated by the graph name. The x-axis displays the specified period (day, week, month).

To enlarge each graph, click the thumbnail of the graph from within the page, or select it from the sub-menu under the Call Volume section.

To change the period interval on this graph, select one of the Day/Week/Month buttons located in the top right of this menu. Selecting one of these changes the period of the x-axis on the graph.

To view the data for a specific phone number, select the desired phone number from the drop-down menu in the top left. “*All Phone Numbers*” is the default setting for this menu until changed by the user.

## **# Minutes**

VoiceTrends displays minutes with a precision of 1 decimal place. Hover over the data points to display help text that displays the exact amount for the given point.<br>

![](/files/-M5hKPQIL9Hu8cn8kqyW)

## **# Calls**

This displays the total number calls, either inbound or outbound, from your account.<br>

![](/files/-M5hKPQ0ooV4popScjrK)

## **# Transfers**

This displays the total number of transfers out of your applications. For applications that have multiple internal transfers, this total includes all of those transfers.<br>

![](/files/-M5hKPQR7aMnD_NeB4Xm)

## **Transfer Rate**

To calculate the transfer rate, VoiceTrends divides the total number of transfers divided by the total number of calls. The transfer rate is displayed on a scale of 0 - 100, where 100 indicates that a transfer occurred in every call and 0 indicates very few or no transfers occurred across all calls.<br>

![](/files/-M5hKPPvMKaj7qsF2CaG)

## **Average Call Length**

For the specified date range, the average call length is calculated as the total number of call minutes divided by the total number of calls. This is displayed in seconds with a precision of 1 decimal place.<br>

![](/files/-M5hKPPsbd7bmzUXfe3O)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plumvoice.com/voicetrends/call-volume/call-volume-graphs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
