# Architectural Decision Records

This log lists the architectural decisions for island.is.

For new ADRs, please use [template.md](https://docs.devland.is/technical-overview/adr/template) as basis. More information on MADR is available at <https://adr.github.io/madr/>. General information about architectural decision records is available at <https://adr.github.io/>.

## Content

* [ADR-0000](https://docs.devland.is/technical-overview/adr/0000-use-markdown-architectural-decision-records) - Use Markdown Architectural Decision Records
* [ADR-0001](https://docs.devland.is/technical-overview/adr/0001-use-nx) - Use NX
* [ADR-0002](https://docs.devland.is/technical-overview/adr/0002-continuous-integration) - Continuous Integration
* [ADR-0003](https://docs.devland.is/technical-overview/adr/0003-css) - CSS
* [ADR-0004](https://docs.devland.is/technical-overview/adr/0004-branching-and-release-strategy) - Branching and release strategy
* [ADR-0005](https://docs.devland.is/technical-overview/adr/0005-error-tracking-and-monitoring) - Error tracking and monitoring
* [ADR-0006](https://docs.devland.is/technical-overview/adr/0006-what-api-management-tool-to-consider) - What API Management tool to consider
* [ADR-0007](https://docs.devland.is/technical-overview/adr/0007-viskuausan-static-site-generator) - Viskuausan Static Site Generator
* [ADR-0008](https://docs.devland.is/technical-overview/adr/0008-use-oauth-and-openid-connect) - Use OAuth 2.0 and OpenID Connect as protocols for Authentication and Authorization
* [ADR-0009](https://docs.devland.is/technical-overview/adr/0009-naming-files-and-directories) - Unified naming strategy for files and directories
* [ADR-0010](https://docs.devland.is/technical-overview/adr/0010-cms) - CMS
* [ADR-0011](https://docs.devland.is/technical-overview/adr/0011-open-source-license) - Open source license
* [ADR-0012](https://docs.devland.is/technical-overview/adr/0012-chart-library) - Chart library
* [ADR-0013](https://docs.devland.is/technical-overview/adr/0013-feature-flags) - What Feature Flag Service/application Should We Use at Island.is?
* [ADR-0014](https://docs.devland.is/technical-overview/adr/0014-logging-apm-monitoring) - Logging, monitoring and APM platform
* [ADR-0015](https://docs.devland.is/technical-overview/adr/running-maestro-mobile-e2e-tests-in-ci) - Running Maestro mobile E2E tests in CI


---

# 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.devland.is/technical-overview/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.
