> For the complete documentation index, see [llms.txt](https://docs.gatenox.com/gatenox-hub-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/risk-assessment/summary.md).

# Summary

A <mark style="color:red;">red-colored</mark> section located at the top of the review screen will display a summary of any potential issues that have been identified, such as the presence of company entities or individuals on sanctions, PEP, or criminal lists.

### During the review process - the case is opened

During the review process, you can mark the section of the review as completed/finished.&#x20;

{% hint style="info" %}
The visibility of this section is contingent upon the outcome of sanctions screening. If nothing is found during the screening process, the section will be hidden from view.
{% endhint %}

<figure><img src="/files/GsS4MAkXIGurBfkmP2TG" alt="Review - Gatenox Hub found issues"><figcaption><p>Review - Gatenox Hub found issues</p></figcaption></figure>

In case you have configured the review process with QA status ( [Cases management](/gatenox-hub-wiki/compliance-cloud-how-to/cases-management.md#verification-services-overview) ), the comment form QA will also occur at the top of the screen.

<figure><img src="/files/IXG8RvmLoLSXtXYUyuqN" alt=""><figcaption><p>Summary with QA comment</p></figcaption></figure>

### After the review process - the case is closed

After the case is closed you can see additional information about the approval.

<figure><img src="/files/cMgaEIG2ZdSYmpqPmzfJ" alt=""><figcaption><p>Summary - approval info</p></figcaption></figure>


---

# 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.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/risk-assessment/summary.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.
