# Focus

## **Focus (Global filters)**

The **Focus** allows configuration of global filters that can be applied across the entire system. It enables defining predefined system filters as well as creating and managing user filters. Focus also offers the ability to automate actions based on filtering criteria. This feature is available in the **Tools → Settings**.

### **Main sections of the view**

<img src="/files/3d599ce2e6477ecadbff87ad8a0fb035ff39bcca" alt="" width="375">

Each filter is displayed as a tile containing:

* **Filter name.**
* **A short list of parameters.** If there are more parameters, the full list can be displayed by clicking “+ \[number]”.
* **Available actions:** duplicate, edit, delete.

<figure><img src="/files/3578da44a6931c942e15ad39da9379fa83b0c449" alt="" width="289"><figcaption></figcaption></figure>

#### **System presets**

Predefined filters delivered with the system are ready to use in various scenarios. Predefined filters are for use only – they cannot be edited or deleted. If duplicable – creates a new filter in the User Presets section with the suffix (copy).

* **Servers** – Displays devices running Windows Server.
* **Desktops** – Displays PC-class devices.

{% hint style="info" %}
**\[System presets]** We are working on this functionality. We will announce its deployment in the changelog as soon as it becomes available.
{% endhint %}

#### User presets

Filters created by the user, which can be edited, deleted, and duplicated.

## **Adding a new filter (**&#x55;ser preset&#x73;**)**

After clicking the button **“Add New Preset”** opens a configuration panel in a side menu on the right.

<figure><img src="/files/5b25a692af1918a6e929a5656a065e206575d9f6" alt="" width="375"><figcaption></figcaption></figure>

### **Filter configuration:**

* **Filter Name** – Text field for entering a unique filter name.
* **Description (optional)** – Additional information about the filter.
* **Adding parameters to the filter**:
  1. Select parameters describing devices from the dropdown list.

<img src="/files/bda9f8e911a9b4ec1b381d1229986a542751f5be" alt="" width="95">

Available parameters:

1. **Computer IP** - device IP address
2. **Organizational unit** - device's organizational affiliation
3. **Computer** - device name detected in BIOS by the agent
4. **Location** - assigned device location
5. **Computer status** - current device status Online or Offline
6. **Device type** - device classification, e.g., physical computer or virtual machine
7. **Operating system** - operating system name and version
8. **User** - selected user available in the system; when Focus is activated, data related only to that specific user are displayed.
9. <mark style="background-color:$info;">**Tag**</mark> <mark style="background-color:$info;"></mark><mark style="background-color:$info;">- filtering based on tags assigned to items in the system, such as users, computers, or devices.</mark>
10. **Computer name** - device name visible in the eAuditor cloud system.
11. **Intel vPro** - information whether the device has a processor with Intel vPro technology
12. <mark style="background-color:$info;">**Agent ID**</mark> <mark style="background-color:$info;"></mark><mark style="background-color:$info;">- unique identifier assigned to the agent installed on the device</mark>

* **Parameter configuration**:
  1. For each parameter you can select a value from the list.
  2. Ability to add any number of parameters.

<img src="/files/5ae0151737f0b5d4da5f559c06e379f73727a5ef" alt="" width="375">

{% hint style="info" %}
**Filter logic:**

* **AND** – Relationship between different parameters (e.g., operating system AND user).
  {% endhint %}

#### **Completion:**

* **Cancel** – Discard changes.
* **Save changes** – Save the filter.

## **Editing and duplicating filters**

<img src="/files/7ad74081d9315d214332068dc56f621ebe41b96d" alt="" width="375">

### **Duplicating:**

1. Click the **copy** ![](/files/fa24dbbb6b250f0afc90c74bbfb2033f64889a8b)icon on the filter tile.
2. The duplicate will be saved as a new filter in the **User presets** section with the suffix **Copy**.

### **Editing:**

1. Click the **pencil** ![](/files/d4f9893ee9b1644e5b515b68de28b5ce197d5277) icon on the filter tile.
2. Make changes to the configuration.
3. Save the changes or discard them.

### **Deleting:**

1. Click the **trash** ![](/files/c92c64d50954f26d0fd59f729d43cb89cf652806) icon on the filter tile.
2. Save the changes or discard them.

<figure><img src="/files/b57ce0fd88a56d2779b587b86ce976fb482e4517" alt="" width="288"><figcaption></figcaption></figure>

## **Focus operation in the top bar**

Focus available in the system top bar enables application of global filters across the entire system.

### **Modes of operation**

#### **Quick Focus**

Simplified, one-time filtering based on selected parameters.

<img src="/files/bd6c39521af9490d8ab3aa218dd631a9d3c59e30" alt="" width="341">

#### **Focus presets**

Selection of saved filter templates with the option to apply them in bulk.

<img src="/files/85fd5b530f802f4052591bde89a0eb2e92ef7620" alt="" width="340">

### **Filter activation:**

* Click the Focus icon to select and activate the filter.
* When the filter is active, the Focus button is highlighted in orange.

![](/files/8ef1beb36e1b5ddfb1350c54053a005e20ce665d)

* Disabling the filter deactivates the highlight.

<img src="/files/5b0459825622f9135f331706bf67aa75b9533ae2" alt="" width="89">

## **Summary**

The **Focus** in the eAuditor system enables creation of advanced global filters that can be applied across the entire system. The intuitive interface allows users to easily manage filters, and the extended filter logic permits precise criteria matching. Focus provides an efficient tool for organizing and analyzing data.


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/focus.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.
