# Architecture

- [Architecture Decision Record (ADR) Process](https://docs.cheqd.io/product/architecture/architecture.md): Process for writing and recording Architecture Decision Records (ADRs) on cheqd.
- [List of ADRs](https://docs.cheqd.io/product/architecture/adr-list.md): List of accepted, proposed and draft Architecture Decision Records (ADRs) on cheqd.
- [ADR 001: cheqd DID Method](https://docs.cheqd.io/product/architecture/adr-list/adr-001-cheqd-did-method.md): Architecture Decision Record (ADR) detailing the cheqd DID Method: did:cheqd.
- [ADR 002: DID-Linked Resources](https://docs.cheqd.io/product/architecture/adr-list/adr-002-did-linked-resources.md): Architecture Decision Record (ADR) detailing cheqd's approach to DID-Linked Resources (DLRs).
- [ADR 003: DID Resolver](https://docs.cheqd.io/product/architecture/adr-list/adr-003-did-resolver.md): Architecture Decision Record (ADR) detailing cheqd's implementation of its DID Resolver.
- [ADR 004: DID Registrar](https://docs.cheqd.io/product/architecture/adr-list/adr-004-did-registrar.md): Architecture Decision Record (ADR) detailing cheqd's implementation of its DID Registrar.
- [ADR 005: DID Resolution & DID URL Dereferencing](https://docs.cheqd.io/product/architecture/adr-list/adr-005-did-resolution-and-did-url-dereferencing.md): Architecture Decision Record (ADR) describing how DID resolvers handle DID URL queries, paths and fragments for DIDs and DID-Linked Resources.


---

# 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/architecture.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.
