> 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/final-assessment.md).

# Final assessment

### Assessment without QA

The final section of the review provides a comprehensive risk management feature that empowers the user to assign a risk score to the company.

The risk scoring methodology must be aligned with your company's unique risk assessment policies.

First, you have a choice to approve or reject the case. After providing the user-rated risk score associated with the company or individual, The Gatenox Hub will display the planned date of the recurring review. On this date in the future, the new case will be automatically opened for review.

<figure><img src="/files/4ZGIvLZFwGLaLrIbyJtc" alt=""><figcaption><p>Review - assessment without QA</p></figcaption></figure>

Once the review process is completed, the case will be marked as "Completed." or "Rejected according to your final decision.

At the end of the assessment, the user has the option to generate a PDF report with all the information from the review for future reference.

In some cases, you may need to reassess the risk score. To reopen a case, the user can simply click on the "Reopen Verification" button.

<figure><img src="/files/XutNU8y34N2cqnheS6ob" alt="Review - generate PDF report"><figcaption><p>Review - generate PDF report</p></figcaption></figure>

### Assessment with QA

Based on your configuration, the review can either be moved to "QA" status and will require another compliance officer to check it.

<figure><img src="/files/aOF97gpfMvMJkDl1TwON" alt=""><figcaption><p>Review - assssment with QA</p></figcaption></figure>

At this point, the other compliance officer has the option to either confirm your assessment (approve or reject the review) or return the case to analysis with comments.

To approve the case, select "Approved" and provide a comment.

<figure><img src="/files/vs7XUyj53KTGSxB2gW3i" alt=""><figcaption><p>Review - approve the case</p></figcaption></figure>

To reject the case, select "Rejected" and provide a comment.

<figure><img src="/files/VlKPJiYxqoXxFHvx8tgs" alt=""><figcaption><p>Review - reject the case</p></figcaption></figure>

To pass the case back to analysis, press the "Return to analysis" button, provide the comment and confirm.

<figure><img src="/files/7EF6kN8WbHgU01gMjxm1" alt=""><figcaption><p>Review - QA comment</p></figcaption></figure>

If you want to add the final assessment, follow the description presented above [#assessment-without-qa](#assessment-without-qa "mention").


---

# 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/final-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.
