# Calendar View

The calendar view summarizes daily activity, including processed successful, failed, completed, and total configurations.

*This is a privilege-based feature:* The user can access, view, add, edit, delete, execute, and export only if the administrator has given them privileges. This will be defined under roles and privileges.

As the name states, the calendar view gives a detailed report of the selected parameters. By default, it displays information for the current month. However, arrow keys can be used to navigate to the previous months(s)/year(s).

* Calendar Views display details based on daily NCCM activity.
* Complete Count: Displays the Completed device count enabled for the day's download.
* Total: Displays the total node count added to the NCCM tool (to date).
* Download Success: Displays the count of successful configuration download devices for the day.
* Download Fail: Displays the count of failed configuration download devices for the day.
* New Node: Displays the count of new devices for the day.
* Vulnerable Count: Displays the count of the day's vulnerable devices.
* Left Arrow navigates to the previous month’s data.
* Right Arrow navigates to the next month’s data.

{% hint style="info" %}
**Note:**

* Clicking complete count redirects you to the status of the download job enabled for the day.
* Clicking the Success/Fail count will redirect you to the download result page.
* Clicking vulnerable count redirects to the vulnerable list page.
  {% endhint %}

Clicking a new node redirects to the newly added device list page.


---

# 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://docs.infraon.io/infraon-help/infinity-user-guide/nccm/calendar-view.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.
