# ADR01: Single page app vs server-side templating

## Context and problem statement

## Decision drivers

* Support for rich offline activity, e.g. logging a service request or applying for a job while offline
* The "feel" of an app - snappy but smooth switching between screens without redrawing everything
  * Why is this a priority? There's an expectation around the behaviour of "an app" by&#x20;


---

# 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://openup.gitbook.io/cape-agulhas-app/architectural-decision-records/adr01-single-page-app-vs-server-side-templating.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.
