# SA6

## Central Concerns&#x20;

* Single library include, no more separate libs
  * Possible live bootstrapping ( check Safari issues here )&#x20;
* `sa-` attribute replaces everything&#x20;
* Attributes auto-executed in progressive layer fashion
* Standardized configs
  * Layered HSON&#x20;
* Pre-loaded configs, ready for use
  * e.g. Kiosk config&#x20;

Consider JSON5 support

* For use in JSON configs    &#x20;
* Other conveniences for SA6 data&#x20;

<https://www.npmjs.com/package/json5/v/2.2.1>

<https://spec.json5.org/>

<https://json5.org/>

## WFX

Add docs, debug info&#x20;

## Execution order&#x20;

* Custom Attributes
* Organization and data manipulation
  * SA5 Calc
  * SA5 Layout&#x20;
  * pulling external data&#x20;
* Formatting&#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://attr.sygnal.com/overview/sa6.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.
