# Document Management

OpenG2P platform allows multiple options for managing registrant documents, evidence documents, entitlement vouchers, accounts payable files, etc. Program administrators can later view these documents from the program view for assessment and verification. These are the currently supported document management options:

1. AWS S3 object store
2. MinIO object store
3. Private filesystem

Users can configure multiple document stores from a single view. The diagram below shows three document stores using the Amazon S3 object-store.

<figure><img src="/files/TGpMOkyOYDjOupDnrJjH" alt=""><figcaption></figcaption></figure>

All the users of the OpenG2P platform such as System Administrators, Program Administrators, Finance Officers, and Social workers can upload/edit/delete these documents based on their [role-based access](/products/pbms/previous-generation/functionality/administration/role-based-access-control.md).

### Document files

Each document file is assigned a Universally Unique ID (UUID) known as S\_lug\_ by the system. Information about document store, file UUID, size, and type are available from a single view.

<figure><img src="/files/FCap5TXATkFlJnsxjRei" alt=""><figcaption></figcaption></figure>

### Document tags

The platform users can define unique tags and associate them with their upload files.

<figure><img src="/files/69f4uwZpuhKLdQA7Pljw" alt=""><figcaption></figcaption></figure>


---

# 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://docs.openg2p.org/products/pbms/previous-generation/functionality/document-management.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.
