# Export Events from Patch My PC Cloud

*Applies to: Patch My PC Cloud*

{% hint style="danger" %}
**Important**

Events are only held in the portal for 30 days, after which they are automatically groomed from the database. If you wish to keep events longer than 30 days, you need to export them.
{% endhint %}

To export today's events from Patch My PC (PMPC) Cloud, plus the past 29 days of events, click **Export** in the header of the **Events** page.

<figure><img src="/files/E53hJU71eLkcUwUOBgrl" alt="Clicking “Export” in the header of the “Events” page"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note**

The number in parentheses beside the **Export** button shows how many events will be exported.
{% endhint %}

A CSV file called **events\_log\_entries.csv** is downloaded to your computer. This contains the number of entries shown in parentheses and can then serve as an archive or be imported to another application for onward manipulation.

We export the following:

* Date
* Title
* Architecture
* &#x20;Installer Type
* User
* Category
* Operation
* Type
* Version
* Description

Here is an example:

<figure><img src="/files/4M3uXen8f5o1n8pRGrnG" alt="Example of the “events_log_entries.csv” file" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
**Tip**

You can use Filters to control which events you export, rather than exporting all events. See [Filter Events](/patch-my-pc-cloud/events/filter.md) for more information.
{% endhint %}


---

# 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.patchmypc.com/patch-my-pc-cloud/events/export.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.
