> 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/verification/business-documents.md).

# Business Documents

The "Business Documents" screen contains a list of required proof of documents, which includes for example: Proof of Directors' List, Proof of Incorporation Details, and Proof of Office Address.

{% hint style="warning" %}
The required list of proofs may differ from those displayed below. The specific fields required by the company you are onboarding with depend on their specific data needs.
{% endhint %}

Users can upload the document by clicking on the "Upload Document" button, which will display a pop-up screen for the user to select the file they want to upload. After selecting the file, users need to choose the document type and select what the document is proof of. The list of values that users can select from includes Proof of Incorporation Details, Proof of Office Address, Proof of Registered Address, Proof of Personal Document, Proof of Residence Address, Proof of Directors' List, Proof of TAX Number, and Proof of Ownership Structure.

<figure><img src="/files/xwA2BvgPawKOwEZrj9VW" alt="Business Documents"><figcaption><p>Business Documents</p></figcaption></figure>

Once uploaded, a list of the uploaded documents will be displayed on the screen. Users can view the details of each uploaded document and also have the option to delete the document if necessary. It is important to ensure that the uploaded documents are clear and legible, as they will be used for verification purposes.


---

# 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/verification/business-documents.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.
