> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-for-users/sharepoint/how-to-view-access-logs-for-an-encrypted-file.md).

# How to view access logs for an encrypted file

## Viewing File Access Logs

FenixPyre provides detailed access logs to help administrators and users monitor file activities, ensuring transparency and security. These logs capture key events, such as file ENCRYPT, OPEN, DOWNLOAD, etc, along with information about who accessed the file and when the access occurred.

> **Note**: Ensure the end-user has a valid FenixPyre account before using the "Access Logs" feature in our OneDrive/SharePoint/Teams integration.

## **Steps to View File Access Logs:**

In SharePoint, OneDrive, and Teams, FenixPyre integrates seamlessly, adding an option to view file access logs directly through the context menu.

1. **Right-click on the File**: In SharePoint, OneDrive, or Teams, navigate to the file for which you want to view the access logs. Right-click on the file to open the context menu.
2. **Navigate to FenixPyre**: In the context menu, look for the "FenixPyre" option. Hover over it to reveal the nested options.
3. **Select "Access Logs"**: Click on the "Access Logs" option. This will redirect you to the FenixPyre file access page.\ <br>

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

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

   <div data-full-width="true"><figure><img src="/files/wIuEYc6JFiI3tCCLkXAV" alt=""><figcaption></figcaption></figure></div>
4. **Review the Logs**: On the FenixPyre access page, you will find detailed logs displaying:
   * User Information: The email of the user who accessed the file.
   * Action Performed: The specific action taken (e.g., ANCHOR, OPEN etc).
   * Timestamp: The exact date and time when the action was performed.
   * Device/Location: If available, details about the device or IP address used for access.

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


---

# 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.fenixpyre.com/fenixpyre-for-users/sharepoint/how-to-view-access-logs-for-an-encrypted-file.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.
