# Types of Verifiable Credential

## Overview

There are multiple types of Verifiable Credentials, each with their own set of benefits and features:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>JSON (JWT)</strong></mark></td><td>W3C standard for representing data in a plain JSON format with a JWT proof.</td></tr><tr><td><mark style="color:blue;"><strong>JSON-LD</strong></mark></td><td>W3C standard for representing data in a plain JSON format with a Data Integrity proof.</td></tr><tr><td><mark style="color:blue;"><strong>SD-JWT</strong></mark></td><td>Extension of JSON based JWT with ability for selectively disclosed attributes.</td></tr><tr><td><mark style="color:blue;"><strong>AnonCreds (ZKCreds)</strong></mark></td><td>Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclousre.</td></tr></tbody></table>


---

# 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.cheqd.io/product/learning-docs/decentralized-id/credentials/types.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.
