> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/data-loss-prevention/dlp-policies-and-rules/triggers/working-hours-exceeded.md).

# Working hours exceeded

## Exceeded Working Time Trigger

Trigger **Exceeded working time** allows monitoring of user activity outside specified working hours. The system records violations when a user uses a computer outside the defined schedule or on days when work is not permitted.

## Trigger configuration

{% stepper %}
{% step %}

#### Selection of working days

* Using **checkboxes** specify the days on which work is permitted.
* If a day is not selected, any activity on that day will be treated as a violation.
  {% endstep %}

{% step %}

#### Defining the time range

* Working time is defined as time intervals in the 24-hour system (e.g., 08:00–18:00).
* You can set any number of time intervals that will define the permitted hours of user activity.
  {% endstep %}
  {% endstepper %}

<figure><img src="/files/78ec51729d702ccc887ac26c1f11981a915efc76" alt="" width="93"><figcaption></figcaption></figure>

## Example of use

**Objective:** Control of work outside 08:00–18:00.

* **Configuration:**
  * Permitted working days: Monday through Friday.
  * Time range: 08:00–18:00.
* **Actions:**
  * Display a message to the user about working outside permitted hours.
  * Automatic shutdown of the computer.
  * Screen recording of the user's activity for verification.

## **Summary**

Trigger **Exceeded working time** provides precise monitoring of user activity during specified hours and working days. By enabling definition of actions in case of violations, it supports enforcement of security policies and management of working time within the organization.


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/data-loss-prevention/dlp-policies-and-rules/triggers/working-hours-exceeded.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.
