# Sygnal Attributes ( SA5 ) Support

A note from Mike-&#x20;

It has been great to watch the SA5 community grow so dramatically over the past several years. What started as a convenient toolset for my agency Sygnal and our client projects has becomes something much larger and more powerful than I anticipated - and it has helped many thousands of companies build better sites on Webflow.&#x20;

However this success also comes at a price. The number of emails, feature quests, configuration questions and custom implementation requests I receive has multiplied 100-fold.

**To put it simply, the number of requests I receive now is not manageable, and this means that I can no longer afford to offer free support for a free product.**&#x20;

I am still committed to SA5, and Sygnal still relies on it daily for every project we build. I'll still remain committed to improving the toolset, expanding the documentation and use cases.

However starting Jan 2024, all 1:1 support requests need to be handled differently, so you'll find the current options below.&#x20;

*Thanks for understanding!*

## Support options

### Read the docs, and use the cloneables

There is an absolute *ton* of detailed documentation here. Please read it, and use the Webflow cloneable sites as your configuration reference. These will almost certainly have the answers to your questions.&#x20;

{% hint style="info" %}
In this documentation site, make certain to expand the left side navigation items as a lot of the details are collapsed in the navigation hierarchy.&#x20;
{% endhint %}

### Sygnal's micro-consulting

Sygnal has a special micro-consulting offering for Webflow designers and agencies. Essentially you can purchase a few hours of time, and then use it fractionally for bug fixes, troubleshooting, feature builds, integrations work, tech mentoring, and so on.&#x20;

* Details- <https://www.sygnal.com/webflow>
* Packages- <https://www.sygnal.com/webflow#rates>

### Open source community

**SA5 is an open source library, based on TypeScript.**&#x20;

We built it this way specifically so that the Webflow community could augment and extend the library in a manageable way.&#x20;

### Discourse forum

While we can't field specific support requests, we always want to know if the documentation need additional detail. &#x20;

If something's unclear, you can message Sygnal's team in our Discourse forum.&#x20;

<https://sygnal-attr.discourse.group/>


---

# 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/sygnal-attributes-sa5-support.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.
