> For the complete documentation index, see [llms.txt](https://docs.zeedrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeedrive.com/feature-guide/view-recent-file-editing-activity.md).

# View Recent File Editing Activity

Recent file editing activity (creating, renaming, moving, editing and deleting) can be viewed directly from the Windows File Explorer context menu. When choosing the recent activity command from the context menu, <code class="expression">space.vars.PRODUCT\_NAME</code> will show the last 7 days of activity by you and your colleagues in the selected folder. This can be helpful to discover quickly who has changed or deleted particular documents.

You can extend the scope of the activity to the entire folder structure if you can't find what you are looking for directly in the folder selected. The activity can be exported to a CSV file which can allow you to filter and review the activity in more detail.

Right click a folder in Windows File Explorer, expand the <code class="expression">space.vars.PRODUCT\_NAME</code> menu and choose the recent activity command.

<figure><img src="/files/KD2xMBifKbDWLn176fE7" alt=""><figcaption></figcaption></figure>

<code class="expression">space.vars.PRODUCT\_NAME</code> will show the recent activity in the folder.

<figure><img src="/files/k46Qk5blsUAryETqKlMk" alt=""><figcaption></figcaption></figure>

Click the More actions button to export the results to a CSV file or view all activity in the folder hierarchy.

<figure><img src="/files/aCKUIWtYrHbnxPCnUKBJ" alt=""><figcaption></figcaption></figure>

For a step-by-step guide, refer to [View Activity In A Folder](/user-guide/view-activity-in-a-folder.md)


---

# 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.zeedrive.com/feature-guide/view-recent-file-editing-activity.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.
