# Call Volume Raw Data

![Figure 1: Call volume data displayed under the Raw Data tab.](/files/iODXvzgQD9CSqi1AWL0r)

The Raw Data tab provides a table with the underlying data used to generate all of the graphs in the Call Volume section. This table displays call volume data by date within the selected date range. Table entries are grouped by your period selection (e.g., day, month, year).

You can export this data by selecting either **Export CSV** <img src="/files/YWmmlrrPXU8bPuddB13w" alt="" data-size="line"> or **Export Totals CSV** <img src="/files/wHoWz2AnwFBolF2BNDYB" alt="" data-size="line">, which generates a CSV file (a spreadsheet) in the following formats:

* **Export CSV** <img src="/files/YWmmlrrPXU8bPuddB13w" alt="" data-size="line">: Data is sorted by date. Same format shown in Figure 1 above.
* **Export Totals CSV** <img src="/files/wHoWz2AnwFBolF2BNDYB" alt="" data-size="line">: Data is sorted by phone number. The **Phone Number** column will replace the default Date column in the CSV file.

Exported CSV files can be viewed and edited with Microsoft Excel, Google Sheets, or any other similar spreadsheet software.

For programmatic access to this data, see our [VoiceTrends API](/voicetrends/voicetrends-api.md) documentation.


---

# 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.plumvoice.com/voicetrends/call-volume/call-volume-raw-data.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.
