# About SA5's Webflow User Accounts Lib

{% hint style="danger" %}
**IMPORTANT**\
Webflow has announced the [deprecation of User accounts](https://help.webflow.com/hc/en-us/articles/36046006227731-User-Accounts-sunset) in 2025, with new sites unable to enable the User account feature after **Jan 31, 2025**. \
The official sunset date where User accounts will be fully removed is about a year later, on **Jan 29, 2026**.
{% endhint %}

This library extends Webflow's Memberships feature with a few much needed features;

## Current User Info

SA5 gives you the ability to access the currently logged-in user's info from anywhere in your site. You can access user data in your custom code, or display it through our attribute-based data-binding.&#x20;

You can access *everything*...

* Name, email, and opt-in&#x20;
* Custom user data fields that you've defined
* The user's list of access groups&#x20;

## Memberships Navigation

SA5 also gives you the ability to route users specially during the Memberships process, during login and sign-up processes.

* Route a user after login
* Route a user specially after the first login

To get started, see **Quick Start**.&#x20;


---

# 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/sa5-user-accounts/about.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.
