> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/maintain-records/export-record-data.md).

# Export record data

You can export the data associated with selected records, or the entire collection, to a PDF, Excel, or CSV file to share the data with others.

## Export individual records

1. Perform one of the following steps to display the module pane:
   * In the navigation pane, click the  **Account Switcher** <img src="/files/HHAqVbznZspClbgDBPVz" alt="Account Switcher icon" data-size="line"> and then select the appropriate account and module.
   * Click <i class="fa-house">:house:</i> to display the module pane.
2. Select the collection for which you want to export data.
3. Select the check box for each record to be exported into a single file.
4. Select **Export** and then select the output format (PDF, Excel, or CSV). A popup indicates when the report export has finished.
5. Click **Download Link** in the popup to download the exported report.

{% hint style="info" %}
You can also click **Notifications** <i class="fa-bell">:bell:</i> and click **Download** in the export notification to download the file.
{% endhint %}

***

## Export a collection

You can export the data for an entire collection to be shared externally.

1. Click <i class="fa-house">:house:</i> to display the module pane.
2. Select the collection for which you want to export data.
3. To display a summary row with totals for numeric fields, click <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i> and then select **Row Summary**. The summary (<i class="fa-sigma">:sigma:</i>) row is displayed above the records.
4. In the header, click **Export** <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>. The export menu is displayed.
5. Perform one of the following steps:

   * To export the collection data, select the output format (PDF, Excel, or CSV).&#x20;
   * To export only the summation row with totals for numeric data fields, select **Export summary** for the output format (PDF, Excel, or CSV).

   A popup indicates when the report export has finished.
6. Click **Download Link** in the popup to download the exported report.&#x20;

{% hint style="info" %}
You can also click **Notifications** <i class="fa-bell">:bell:</i> and click **Download** in the export notification to download the file.
{% endhint %}


---

# 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://prohelp.assetpanda.com/maintain-records/export-record-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.
