# Library Modules

WFU’s capabilities are separated into functional modules;

* `webflow-data` - Creates data-sources from Collection Lists and remote JSON and CSV sources.
* `webflow-forms` - Enabled binding data-sources to Form elements including **select** and **text** elements.
* `webflow-html` - Lower-level HTML functionality, including-
  * The ability to bind Collection List data to a Webflow element’s custom attributes.
  * IFRAME utilities, such as auto-sizing
* `webflow-id` - Creates unique ID’s, including UUIDs and MUIDs, for programmatic use.
* `webflow-content` - Generates content, such as lorem-ipsum text, primarily for layout testing.
* `webflow-multilingual` - Enabled language detection and easy content-switching for multilingual sites.
* `webflow-table` - Generate HTML tables from a JSON datasource.

### Under Development <a href="#under-development" id="under-development"></a>

* `webflow-modal` - Supporting modal-pop-ups without the need for interactions. Full Webflow design capabilities. CMS-driven scheduling options.
* `webflow-svg` - Experimental support for SVG manipulations.
* `webflow-ui` - UI Components, such as 5-star ratings.

<br>


---

# 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/whats-new-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.
