# ADR Template

## Status

| Category                  | Status                                                                            |
| ------------------------- | --------------------------------------------------------------------------------- |
| **Authors**               | {Author or list of authors}                                                       |
| **ADR Stage**             | {DRAFT \| PROPOSED \| ACCEPTED \| REJECTED \| SUPERSEDED by ADR-xxx \| ABANDONED} |
| **Implementation Status** | {Implemented \| In Progress \| Not Implemented}                                   |
| **Start Date**            | {yyyy-mm-dd}                                                                      |
| **Last Updated**          | {yyyy-mm-dd}                                                                      |

What is the status, such as proposed, accepted, rejected, deprecated, superseded, etc.?

## Summary

> A short (\~100 word) description of the issue being addressed. "If you can't explain it simply, you don't understand it well enough." Provide a simplified and layman-accessible explanation of the ADR.

## Context

> This section describes the forces at play, such as business, technological, social, and project local. These forces are probably in tension, and should be called out as such. The language in this section is value-neutral. It is simply describing facts. It should clearly explain the problem and motivation that the proposal aims to resolve.

## ADR-specific Details

> This section describes the implementation and/or architecture approach for the proposed changes in detail.

## Consequences

> This section describes the resulting context, after applying the decision. All consequences should be listed here, not just the "positive" ones. A particular decision may have positive, negative, and neutral consequences, but all of them affect the team and project in the future.

### Backwards Compatibility

> All ADRs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The ADR must explain how the author proposes to deal with these incompatibilities. ADR submissions without a sufficient backwards compatibility treatise may be rejected outright.

### Positive

{positive consequences}

### Negative

{negative consequences}

### Neutral

{neutral consequences}

## References

* {reference link}

## Unresolved questions

{list of questions or action items}


---

# 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/node/architecture/adr-list/adr-template.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.
