# Documents

The **Documents** section manages all business-related documentation required to operate a verified Replate account. It is especially important for businesses that need to comply with identity verification processes or maintain up-to-date legal and operational files.

Features available in this section:

* **Upload Documents**: Submit required documents such as business licenses, tax identification numbers, ownership certifications, or any form requested during onboarding.
* **Verification Status**: Monitor the status of submitted documents — including whether they are pending, approved, or require resubmission.
* **Account Verification**: This process takes place inside this section. Users are guided through uploading necessary identification documents for account validation and fraud prevention.
* **Document History**: Access all previously submitted documents along with their approval timestamps and reviewer notes, if applicable.
* **Security Warnings**: Get notified if a document is outdated or invalid and follow guided steps to resubmit.

Replate uses this section to ensure all accounts meet compliance standards, especially when financial transactions or multi-store structures are involved.


---

# Agent Instructions: 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:

```
GET https://replate.gitbook.io/replate-docs/getting-started/dashboard/documents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
