> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/risk-analysts/risk-application/tracking-and-monitoring-risk-assessments/waiting-for-risk-assessment.md).

# Waiting for Risk Assessment

Monitor scheduled risk assessments that are waiting to be triggered for execution.

Use the **Waiting for Risk Assessment** module to monitor risk assessments pending execution.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

{% hint style="warning" %}
Upon reaching the specified **Start of Assessment Period** date for a given risk assessment, the system will automatically trigger the [**Execute Risk Assessment**](/interfacing-help-files/risk-analysts/risk-application/creating-and-managing-risk-assessments/execute-risk-assessment.md) task, assigning it to the designated lead assessor. Subsequently, the active risk assessment will be removed from the **Waiting for Risk Assessment** module.
{% endhint %}

***

## Monitoring Risk Assessments

Follow the steps below to view, track, and manage risk assessments effectively.

{% stepper %}
{% step %}

### Filtering Risk Assessments

Use filters to refine the data displayed in both the Gantt chart and the grid.

* **Start Period / End Period:** Restrict results to assessments that fall within the selected date range.

After selecting your criteria, click **Apply Filter** to refresh the page.

***

{% endstep %}

{% step %}

### Viewing Assessment Timeline

Use the Gantt chart to monitor upcoming and scheduled risk assessments.

* Review assessment schedules across different periods
* Identify assessments that are approaching their start dates
* Detect overlaps that may impact assessor availability and workload
* Monitor overall assessment coverage to support planning and resource allocation

***

{% endstep %}

{% step %}

### Managing Assessment Dates

Use the grid to review and update assessment scheduling information.

To edit dates inside the grid, simply click on the corresponding cell.

To save updates, click the **Save Changes** button or click outside the grid. To cancel, click **Discard Changes**.

***

{% endstep %}
{% endstepper %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/risk-analysts/risk-application/tracking-and-monitoring-risk-assessments/waiting-for-risk-assessment.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.
