# Credentials

## Introduction[​](https://developers.verida.network/docs/extensions/credentials/verifiable-credentials#introduction) <a href="#introduction" id="introduction"></a>

Verifiable Credentials are a [W3C standard](https://www.w3.org/TR/vc-data-model/) that is supported within the Verida network with the [@verida/verifiable-credential](https://npmjs.com/@verida/verifiable-credentials) npm package.

Verida has a demonstration implementation of verifiable credentials. We expect to support other credential libraries and protocols in the future.

Verifiable Credentials can be issued by an account on the Verida Network. The credentials can be privately or publicly stored by a Verida Account on the Verida Network. They can be verified by anyone, using the Verida Verifiable Credentials library (`@verida/verifiable-credential`).

[Learn more about Verifiable Credentials on Wikipedia](https://en.wikipedia.org/wiki/Verifiable_credentials)

### Guideline

* [Verifiable Credentials Developer SDK](/extensions/credentials/verifiable-credentials-developer-sdk.md)
* [cheqd Credential Service](/extensions/credentials/cheqd-credential-service.md)
* [Polygon ID](/extensions/credentials/privado-id-fmr-polygon-id.md)
* [zkPass credentials](/extensions/credentials/zkpass-credentials.md)
* [Reclaim Protocol credential](/extensions/credentials/reclaim-protocol-credential.md)


---

# 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://developers.verida.network/extensions/credentials.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.
