> 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/performance/performance-raw-data.md).

# Performance Raw Data

![Figure 1: In-call application performance data displayed under the Raw Data tab.](/files/Jke9Fa13vZg1w43yRiN5)

The Raw Data tab provides a table with the underlying data used to generate all of the graphs in the Performance section. This table displays application performance 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/rfDjTxnZJfmQhmGS5xgR" alt="" data-size="line"> or **Export Totals CSV** <img src="/files/ercOQNjEmtcw855nFTp3" alt="" data-size="line">, which generates a CSV file (a spreadsheet) in the following formats:

* **Export CSV** <img src="/files/rfDjTxnZJfmQhmGS5xgR" alt="" data-size="line">: Data is sorted by date. Same format shown in Figure 1 above.
* **Export Totals CSV** <img src="/files/ercOQNjEmtcw855nFTp3" 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
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/performance/performance-raw-data.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.
