> 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/sa5-data/sa5-data-js-api.md).

# SA5 Data JS API

### STEP 4 - ( Optional ) Add a callback that executes custom code once data is loaded <a href="#step-2---setup-your-zap-and-link-your-webflow-form" id="step-2---setup-your-zap-and-link-your-webflow-form"></a>

{% hint style="warning" %}
NOT YET RELEASED: Coming soon
{% endhint %}

```html
<script>
window.sa5 = window.sa5 || [];
window.sa5.push(['datastoreLoaded', 
  (ds) => {
    console.log("DATASTORE LOADED", ds); 
  }]); 
</script> 
```

&#x20;
