# ADR Template

* **Status:** {Active | deprecation reason, e.g. "Superseded By `[xxx](decisions/yyyymmdd-xxx.md)`"}
* **Last Modified:** {YYYY-MM-DD when the decision was last updated}
* **Related Issue:** \[#{issue number}]\(<https://github.com/HHS/simpler-grants-gov/issues/{issue> number})
* **Deciders:** {list everyone involved in the decision}
* **Tags:** {space and/or comma separated list of tags}

## Context and Problem Statement

{Describe the context and problem statement, e.g., in free form using two to three sentences. You may want to articulate the problem in form of a question.}

## Decision Drivers

* {driver 1, e.g., a constraint, priority, condition, etc.}
* {driver 2, e.g., a constraint, priority, condition, etc.}
* ...

## Options Considered

* {option 1}
* {option 2}
* ...

## Decision Outcome

Chosen option: "{option 1}", because {justification. e.g., only option which meets a key decision driver | which satisfies x condition | ... }.

### Positive Consequences

* {e.g., improved performance on quality metric, new capability enabled, ...}
* ...

### Negative Consequences

* {e.g., decreased performance on quality metric, risk, follow-up decisions required, ...}
* ...

## Pros and Cons of the Options

### {option 1}

{example | description | pointer to more information | ...}

* **Pros**
  * Good, because {argument a}
  * Good, because {argument b}
  * ...
* **Cons**
  * Bad, because {argument c}
  * ...

### {option 2}

{example | description | pointer to more information | ...}

* **Pros**
  * Good, because {argument a}
  * Good, because {argument b}
  * ...
* **Cons**
  * Bad, because {argument c}
  * ...

## Links

* \[{Link name}]\(link to external resource)
* ...


---

# 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://wiki.simpler.grants.gov/product/decisions/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.
