> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/6.12/installation-and-upgrade/event-log.md).

# Event log

As of Flow 6.6, system security events will be logged and possible to view in the Windows Event Viewer.

A log, NCFLog, is created under Applications and Services Logs.

The following applications are supported:

* Flow Studio Application
* Client - Web Application and Mobile Applications (iOS, Android, UWP)
* Portal Application

![](/files/-M-oWufje0BSeA79lE0N)

### Types of Events <a href="#types-of-events" id="types-of-events"></a>

The following types of events will be logged:

1. USER\_CREATED
   * Event Id - 1
   * Parameters: Login, Access Level, Type, Roles
2. USER\_UPDATED
   * Event Id - 2
   * Parameters: Login, Access Level, Type, Roles
3. USER\_DELETED
   * Event Id - 3
   * Parameters: Login
4. USER\_LOGGED\_IN
   * Event Id - 4
   * Parameters: Login
5. USER\_LOGGED\_OUT
   * Event Id - 5
   * Parameters: Login
6. ACCESS\_DENIED
   * Event Id - 6
   * Parameters: Login
7. DEVICE\_APPROVED
   * Event Id - 7
   * Parameters: Device Id, Device Name, Last user login
8. DEVICE\_BLOCKED
   * Event Id - 8
   * Parameters: Device Id, Device Name, Last user login
9. MENU\_CHANGE
   * Event Id - 9
   * Parameters: Menu name, Roles
10. ROLES\_CHANGE
    * Event Id - 10
    * Parameters: Login, Roles
11. PASSWORD\_CHANGE
    * Event Id - 11
    * Parameters: Login


---

# 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:

```
GET https://help.novacuraflow.com/6.12/installation-and-upgrade/event-log.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.
