> For the complete documentation index, see [llms.txt](https://docs.ag5.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ag5.com/employees/alert-list.md).

# Alert list

### **1. What is the alert list?**

The alert list is a list with details of:

* Skill gaps
* Skill **warnings** (soon to be gaps)
* and the skills that are **fine** (no gaps)

### **2. What is the purpose of the alert list?** <a href="#h_fcdd4d4d4e" id="h_fcdd4d4d4e"></a>

The purpose of the alert list is to provide insight into:

**Gap** skills that are:

* Expired
* Revoked and required
* Failed
* Level too low
* Required (not achieved)

**Warnings** of skills that are:

* Expiring soon
* Expiring soon, but not required
* Soon level too low
* Required soon

**Fine** skills that are:

* Valid
* Revoked, not required
* Failed, not required
* Valid, not required
* No score, not required

### **3. How to use the alert list?**  <a href="#h_d3fd4850a9" id="h_d3fd4850a9"></a>

1. Click on the bell icon which is visible on the right side of the top menu<br>
2. Filter by:
   1. Gaps
   2. Warnings
   3. Fine
   4. Period<br>
3. Or filter through the search bar by:&#x20;
   1. Individual skills
   2. Employees
   3. Groupings with positions (Job role/ teams/ departments)
   4. Libraries
   5. Matrix<br>
4. Suppress plannings (See tips and tricks below)<br>
5. Analyze the visible insights

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

### **4. Export the alert list**

On the top right side of the alert list, you can see a blue export button. With this button, you can export your (filtered) alert list to Excel. You can also customize the export by clicking on the "Custom export" via the three dots next to the blue button.

### **5. Tips and tricks** <a href="#h_0ee39b0b0e" id="h_0ee39b0b0e"></a>

When you have planned assessments for specific skills of certain employees, you can ignore these in the alert list. Because the [planned skills](/skills/skill-planning.md) can be the solution for the gap the skills currently have.

#### **How to suppress planned skills?**

On the right side of the alert list, you can see a filter called "Suppress plannings". With this filter, you can filter the alert list to ignore the skills which are planned for an assessment in AG5.


---

# 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.ag5.com/employees/alert-list.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.
