# Decentralized Identifiers (DIDs)

A Decentralized Identifier "DID" is a globally unique identifier that does not require a centralized registration authority because it is registered with distributed ledger technology or other form of decentralized network.

{% hint style="info" %}
**Learn about DIDs** If you want to learn about what [DIDs are, please go over to our learning site here.](https://learn.cheqd.io/decentralised-identity/dids)
{% endhint %}

## Get started

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Create DID</strong></mark></td><td>Create an Issuer DID with the <code>did:cheqd</code> DID method using Credo.</td><td><a href="/pages/j1Ibu4Mpm62ymHHEjTUD">/pages/j1Ibu4Mpm62ymHHEjTUD</a></td></tr><tr><td><mark style="color:blue;"><strong>Update DID</strong></mark></td><td>Update a did:cheqd DID using Credo.</td><td><a href="/pages/s7YGo9ddfsG8DUrapc8G">/pages/s7YGo9ddfsG8DUrapc8G</a></td></tr><tr><td><mark style="color:blue;"><strong>Deactivate DID</strong></mark></td><td>Deactivate a did:cheqd DID using Credo.</td><td><a href="/pages/9RtQqmnbOYMxB95a9uph">/pages/9RtQqmnbOYMxB95a9uph</a></td></tr></tbody></table>

## Alternatives

Below are a list of alternatives for creating cheqd DIDs.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>cheqd Studio</strong></mark></td><td>Our API product enables users to <strong>use cheqd's functionality with minimal complexity</strong> and easily integrate APIs into existing apps. </td><td><a href="/files/CGLEPfsyPWvEjCzsSWBD">/files/CGLEPfsyPWvEjCzsSWBD</a></td><td><a href="/pages/M8LzJPPc3H2SOjGsNFAQ">/pages/M8LzJPPc3H2SOjGsNFAQ</a></td></tr><tr><td><mark style="color:blue;"><strong>DID Registrar</strong></mark></td><td>Simple setup for building cheqd DIDs into existing applications using REST APIs, building into the <a href="https://uniregistrar.io/">Universal Registrar</a>.</td><td><a href="/files/1jTzg7BkiU0xLAJnFPsb">/files/1jTzg7BkiU0xLAJnFPsb</a></td><td><a href="/pages/A5e92LERdBz0p3gzL3GB">/pages/A5e92LERdBz0p3gzL3GB</a></td></tr><tr><td><mark style="color:blue;"><strong>ACA-Py</strong></mark></td><td>ACA-Py plugin supports full cheqd support for DIDs as well as Verifiable Credentials. </td><td><a href="/files/ApLym0ikMHSAfHTEzPJZ">/files/ApLym0ikMHSAfHTEzPJZ</a></td><td><a href="/pages/xZ6I6d8N4d93KpEmmhmU">/pages/xZ6I6d8N4d93KpEmmhmU</a></td></tr><tr><td><mark style="color:blue;"><strong>Veramo</strong></mark></td><td>The Veramo SDK plugin supports JSON, JSON-LD credentials as well as cheqd Credential Payments in an SDK.</td><td><a href="/files/5pvQErGIEXEx7Un4nJst">/files/5pvQErGIEXEx7Un4nJst</a></td><td><a href="/pages/fwdEyYYzGDCauJNAdC30">/pages/fwdEyYYzGDCauJNAdC30</a></td></tr><tr><td><mark style="color:blue;"><strong>Walt.id Community Stack</strong></mark></td><td>Walt.id Community Stack is an SDK that supports the <a href="https://digital-strategy.ec.europa.eu/en/library/european-digital-identity-architecture-and-reference-framework-outline"><strong>European Architecture and Reference Framework (ARF)</strong></a> standards for identity, with full cheqd support. </td><td><a href="/files/pJbUVvDJLuKWeNUpCnZO">/files/pJbUVvDJLuKWeNUpCnZO</a></td><td><a href="/pages/EWJvKSIcSh5Wolt7BjmH">/pages/EWJvKSIcSh5Wolt7BjmH</a></td></tr><tr><td><mark style="color:blue;"><strong>cheqd Cosmos CLI</strong></mark></td><td>Cosmos CLI which directly communicates with the cheqd network. This should only be used for testing environments.</td><td><a href="/files/uIkimtTpZGwh9UXksOwf">/files/uIkimtTpZGwh9UXksOwf</a></td><td><a href="/pages/LLocWrkSNyz97WYSOvYz">/pages/LLocWrkSNyz97WYSOvYz</a></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/sdk/credo/dids.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.
