# Audit-ability & Trace-ability

The Base Registry provides end-to-end traceability for all data lifecycle events. Every change request records who initiated the change, who verified the supporting evidence, and who approved the change for execution. The registry maintains immutable logs for each step of the workflow, including timestamps and digital signatures when applicable. This makes the registry suitable for systems that require legal or regulatory accountability, such as land registries, civil registers, and entitlement systems.

#### Integrated Evidence Handling

A change request can include documentary evidence such as certifications, photographs, affidavits, or structured data payloads. The registry stores references to the evidence and ensures that verifiers and approvers must explicitly review or acknowledge the evidence before a change request proceeds. Evidence review forms part of the traceability record and can be audited later to establish whether due process was followed when updating registry information.


---

# 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/registry/registry/features/audit-ability-and-trace-ability.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.
