> 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/personal-details.md).

# Personal details

The "Personal Details" section is an essential component of the review process for individuals, containing a wealth of pertinent information related to the individual under review. This section comprises personal details, residence address and identity data.&#x20;

On the "Personal details" tab you can find a label representing the result of the screening process: No issues found, Sanctions, PEP (politically exposed person), Criminal records and Adverse media. After clicking on the label you will be redirected to the "Identified issues" tab, where details are shown [Identified issues](/gatenox-hub-wiki/compliance-cloud-how-to/risk-assessment/identified-issues.md).

{% hint style="info" %}
The visibility of certain data may be dependent on the user's specific data set requirements. Therefore, some information may not be visible.
{% endhint %}

<figure><img src="/files/pcwl7CmWYgR8esPZWV3a" alt="Review - personal details"><figcaption><p>Review - personal details</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/personal-details.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.
