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

# Reports and export

**In short:** on Enterprise, you can export your analytics as a CSV or a printable PDF report from the Reports tab. Other plans can view their analytics in the app but not export them.

Find **Reports** as a tab in Analytics.

### What you can export

* **CSV**: your analytics data as a spreadsheet, for your own analysis or records.
* **PDF report**: a printable, presentable report of your performance.

The Report builder assembles the report from your real analytics data, so it reflects what you see in the Overview.

### Who can export

{% hint style="info" %}
Export is an **Enterprise** feature (and it is included in the trial, which runs at the Enterprise experience). On Free, Creator, and Pro, the Reports tab shows an upgrade card instead of an export button.
{% endhint %}

### Why export sits on Enterprise

Exports and client-ready reports are mainly useful for people managing accounts for others or reporting to a team or client, which is the Enterprise use case. Solo creators generally live in the in-app Overview, which every paid plan gets.

### Common questions

**Can I export on Pro?** No. Export is Enterprise (and the trial). Pro gets the full in-app analytics, including deeper breakdowns and audenAI Intelligence, but not file export.

**What is in the CSV?** Your post-level analytics data, so you can slice it yourself or keep records outside VoiceMoat.

**Is the PDF branded for clients?** It is a clean, printable report of your performance, suitable for sharing.


---

# 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.voicemoat.com/reports-and-export.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.
