> 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/id-node-how-to/create-and-complete-company-profile/manage-company-details/additional-information.md).

# Additional information

The "Additional Information" screen is where users can provide additional details required during the onboarding process.

#### Fields

{% hint style="warning" %}
The fields listed in the documentation may differ from those displayed in your profile. The specific fields required by the company you are onboarding with depend on their specific data needs.
{% endhint %}

Here is a brief description of the fields:

1. Notice of Prosecution: Users are asked to indicate whether they or any of the directors, shareholders, or ultimate beneficiary owners have received a notice of prosecution or have any prosecutions pending. This helps gather information regarding any ongoing legal proceedings.
2. Ongoing Investigations or Inquiries: Users are asked to disclose if there are any ongoing investigations or inquiries, either conducted by or on behalf of any government or other body, regarding the affairs of their company, subsidiaries, or parent companies. This helps assess any potential legal or regulatory issues.
3. Criminal Convictions: Users are required to disclose whether they or any of the directors, shareholders, or ultimate beneficiary owners have had any criminal convictions within the last five years. This information is crucial for assessing the integrity and compliance of the individuals involved.
4. License Required: Users are prompted to specify whether a license is required to conduct their business operations. If applicable, they need to provide the license details in the subsequent fields.
5. License Number: Users should enter the unique identification number associated with the required license.
6. License Authority Name: Users should provide the name of the authority or regulatory body that issued the license.
7. License Dates: Users should enter the date of issue and the date of expiry of the license.

<figure><img src="/files/b2Sc58aXxuFbp8hI6uyu" alt="Additional information"><figcaption><p>Additional information</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/id-node-how-to/create-and-complete-company-profile/manage-company-details/additional-information.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.
