# ADR

During the design architectural decision won't be completely done at once. There are multiple points in time where we revisit, amend and sometimes completely change the design decisions.

For this reason, we should try to have a basic record of the decisions to convey the information about why a decision was made, pros, cons accounted and alternatives considered along with maintenance instructions.


---

# 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://i.janardhanpulivarthi.com/season-4/adr.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.
