# Arbitrary ZK data certificate (GIP-2)

A **Data Guardian** is an entity or service responsible for verifying various types of data provided by users. Unlike KYC Guardians, Data Guardians can handle a wide range of data types, including one's data from social networks, education diplomas, property ownership documents, attendance certificates, and copyright licenses.

## Data Certificate Inputs

GIP-2 allows any data to be contained in a Galactica zkCert. The data needs to be collected and validated by the Guardian.

| Key                      | Description           | Technical details     |
| ------------------------ | --------------------- | --------------------- |
| \<any valid JSON string> | Any valid JSON string | Any valid JSON string |


---

# 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.galactica.com/galactica-developer-documentation/guardian-guide/create-and-issue-zkkyc/arbitrary-zk-data-certificate-gip-2.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.
