# What is Sygnal Attributes?

{% hint style="success" %}
In Jan-2023, **Sygnal's Webflow Utils ( WFU )** library was renamed as \
**Sygnal Attributes** to align with our focus in easy integration into your Webflow projects.

It is still the same great library, still 100% open source, and 100% free to use. &#x20;
{% endhint %}

{% hint style="info" %}
In documentation we'll often abbreviate **Sygnal Attributes** as **SA**, however the attributes themselves will continue to use the legacy `wfu-` prefix for convenience.
{% endhint %}

**Sygnal Attributes** is a collection of JavaScript libraries that add functionality to [Webflow](https://webflow.com/) sites. It focuses on overcoming certain limitations of Webflow, and adding certain capabilities.

Some of the most popular features include;

* Data-binding form INPUT and SELECT elements to your collection lists
* Adding custom attributes dynamically to elements within a collection list.
* Adding tables support, with data sourced from Google Sheets
* Multilingual support through language-detection and a dynamic content-switcher

All of these features work with Webflow’s native hosting, and are focused on creating as much capability within Webflow as possible - with no 3rd party plug-ins or monthly service fees.

This project is also a practical exploration into the use of Javascript ES6 modules, NPM, and other state-of-the art web dev technologies, and how they can be used to enhance Webflow sites.

*This library will be expanded as needed, and broken into modules for convenient selection of the parts you need.*

## Getting Started <a href="#getting-started" id="getting-started"></a>

* The Github Repo is [sygnal/webflow-util](https://github.com/sygnaltech/webflow-util)


---

# 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/readme-1.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.
