diff --git a/.gitignore b/.gitignore
index 4d76413..81a20d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ images/docs/mini-apps/guidelines/do-dont/nav-component-dont.png
mini-apps/guidelines/do-dont.mdx
scripts/check-meta-images.js
scripts/add-meta-images.js
+.idea/
diff --git a/docs.json b/docs.json
index a24a6af..cd0ecc2 100644
--- a/docs.json
+++ b/docs.json
@@ -85,6 +85,7 @@
{
"group": "Credentials",
"pages": [
+ "world-id/credentials/1",
"world-id/credentials/9303",
"world-id/credentials/11"
]
diff --git a/images/docs/id/issuers/1/thumbnail.png b/images/docs/id/issuers/1/thumbnail.png
new file mode 100644
index 0000000..d7dc49f
Binary files /dev/null and b/images/docs/id/issuers/1/thumbnail.png differ
diff --git a/world-id/credentials/1.mdx b/world-id/credentials/1.mdx
new file mode 100644
index 0000000..4708b12
--- /dev/null
+++ b/world-id/credentials/1.mdx
@@ -0,0 +1,92 @@
+---
+title: "Proof of Human (PoH)"
+icon: "eye"
+iconType: "duotone"
+description: "High assurance biometric credential captured by the Orb and used for uniqueness."
+"og:image": "https://docs.world.org/images/docs/docs-meta.png"
+"twitter:image": "https://docs.world.org/images/docs/docs-meta.png"
+---
+
+import { CredentialHero } from "/snippets/credential-hero.jsx";
+
+
| Attribute | +Description | +
|---|---|
+ genesis_issued_at
+ |
+ The Unix timestamp of the user's first PoH credential. Remains constant across credential renewals. | +
+ expires_at
+ |
+ Unix timestamp when the credential expires. This is currently three years after the most recent issuance. | +
+ associated_data_hash
+ |
+
+ The PoH credential has no associated data, so this field is always{" "}
+ FieldElement::ZERO.
+ |
+