# Custom Attributes

SA5 uses custom attributes;

1. To target specific elements which you want the library to perform specific actions on
2. To identify your intended relationship between things&#x20;
3. To configure the settings and behaviors you want &#x20;

## Defined Attributes

{% hint style="info" %}
Not yet catalogued
{% endhint %}

<table><thead><tr><th width="180.33333333333331">Attribute Name</th><th width="106">Module</th><th>Element Type</th><th>Use</th></tr></thead><tbody><tr><td><code>wfu-map-dict</code></td><td>Data</td><td></td><td></td></tr><tr><td><code>wfu-bind</code></td><td>Forms</td><td>INPUT element</td><td>( your data source name )</td></tr><tr><td><code>wfu-bind</code></td><td>Forms</td><td>SELECT element</td><td>( your data source name )</td></tr><tr><td><code>wfu-form-handler</code></td><td>Forms</td><td>FORM block element</td><td></td></tr><tr><td><code>wfu-form-ipinfo</code></td><td>Forms</td><td>FORM block element</td><td></td></tr><tr><td></td><td>HTML</td><td></td><td></td></tr><tr><td></td><td>Table</td><td></td><td></td></tr><tr><td></td><td>UI</td><td></td><td></td></tr><tr><td></td><td>Hotkeys</td><td></td><td></td></tr><tr><td></td><td>Blog</td><td></td><td></td></tr><tr><td></td><td>Demo</td><td></td><td></td></tr><tr><td></td><td>Url</td><td></td><td></td></tr><tr><td></td><td>Video</td><td></td><td></td></tr><tr><td></td><td>Commerce</td><td></td><td></td></tr><tr><td></td><td>Membership</td><td></td><td></td></tr><tr><td></td><td>Format</td><td></td><td></td></tr><tr><td></td><td>Elements</td><td></td><td></td></tr><tr><td></td><td>Track</td><td></td><td></td></tr><tr><td></td><td>Countup</td><td></td><td></td></tr><tr><td></td><td>Cache</td><td></td><td></td></tr><tr><td></td><td>SEO</td><td></td><td></td></tr><tr><td></td><td>Fixup</td><td></td><td></td></tr></tbody></table>


---

# 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/technical-notes-and-goals/custom-attributes.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.
