> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/overview/sa5-core/core-processing.md).

# Core Processing

## Eventing&#x20;

Blocking / non-blocking ??&#x20;

* SA5 load starting
  * SA5 lib load starting
    * Custom lib events&#x20;
    * ...&#x20;
  * SA5 lib load finished&#x20;
  * ...&#x20;
* SA5 load finished&#x20;

## Identify All SA Classed Elements

### Includes Config Blocks

Like...

```
<script type="application/sa5+json"> 
{
  "@context": "https://attr.sygnal.com",
  "@type": "ConversionEvent",
  "@version": "0.1",
  "url": "https://sygnal-n8n-u1282.vm.elestio.app/webhook/4eb1125f-ad4f-41d7-8946-a16fe276a8be", 
  "transactionIdType": "auto",
  "type": "contact",
  "item": ""  
}
</script>
```

## Determine Required Modules

## Load Modules Needed&#x20;

## Execute Modules in Order

* Dynamic Attributes&#x20;
  * First, do config blocks
  * Then attributes&#x20;

Layout  &#x20;

| Type   | Module                                                    |                                                                    |                                  |
| ------ | --------------------------------------------------------- | ------------------------------------------------------------------ | -------------------------------- |
| Event  | SA5 Init Starting                                         |                                                                    |                                  |
| Action | SA5 Data init                                             | <ul><li>Initialize Data Sources </li></ul>                         |                                  |
| Action | [Dynamic Attributes](/sa5-html/sa5-dynamic-attributes.md) | <ul><li>First, do config blocks </li><li>Then attributes</li></ul> | Includes start and finish events |
| Action | SA5 Data binding                                          |                                                                    |                                  |
| Action | Decode                                                    |                                                                    |                                  |
| Action | SA5 Layout                                                |                                                                    |                                  |
|        |                                                           |                                                                    |                                  |
| Action | SA5 TEA                                                   |                                                                    |                                  |
|        |                                                           |                                                                    |                                  |
| Action | Unwrap                                                    |                                                                    |                                  |
| Event  | SA5 Init Finished                                         |                                                                    |                                  |

Install CSS

HTML Tools

Remove Elements

Cleanup Conditional Visibility


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://attr.sygnal.com/overview/sa5-core/core-processing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
