# sa5-user-accounts

- [About SA5's Webflow User Accounts Lib](https://attr.sygnal.com/sa5-user-accounts/about.md): Why it exists and how it extends Webflow's Memberships
- [Quick Start | SA5 User Accounts](https://attr.sygnal.com/sa5-user-accounts/quick-start.md): How to Easily Add SA5's User Info & Advanced Routing Enhancements to Your Webflow Memberships Site
- [Logged-In User Info ❺](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info.md): In Webflow Memberships, get details of the currently logged-in user, anywhere in your site.
- [Custom User Fields](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/custom-user-fields.md): How to setup and access Webflow's Custom User Data fields from WFU
- [Webflow's UserID](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/webflows-userid.md): How to get Webflow's UserID for the currently logged in user.
- [Access Groups](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/access-groups.md): Get the Access Groups of the Currently Logged-In User
- [Using Access Groups for Conditional Visibility](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/access-groups/using-access-groups-for-conditional-visibility.md): Here's what we're thinking...
- [Using Access Groups for Routing ❺🧪](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/access-groups/using-access-groups-for-routing.md): Here's what we're thinking...
- [The User object](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/the-user-object.md): And what it contains
- [The User Object Lifecycle](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/the-user-object/the-user-object-lifecycle.md): Important rules on when the User object is created and destroyed
- [Tips & Best Practices](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/tips-and-best-practices.md): Best Practices Using SA5's User Info Library
- [User Info FAQs](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/user-info-faqs.md): Frequently Asked Questions (FAQs) about the User Info lib
- [Troubleshooting](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/troubleshooting.md): Troubleshooting and FAQs for SA5's Current User Info.
- [Future Plans & Ideas](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/future-plans-and-ideas.md): Stuff we Think About
- [BETA testing](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/beta-testing.md): Help us BETA test!
- [Technical Notes - Interfaces](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/technical-notes-interfaces.md): Interfaces to User Accounts Data & Functionality
- [Future Development](https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/future-development.md): What we're working on
- [Advanced Log-In & Sign-Up Flow ❺](https://attr.sygnal.com/sa5-user-accounts/advanced-log-in-and-sign-up-flow.md): Redirect users anywhere you want, after login
- [Conditional Element Display ❺](https://attr.sygnal.com/sa5-user-accounts/conditional-element-display.md): Hide or show any element in Webflow, based on login state
- [Expand Login Button ❺](https://attr.sygnal.com/sa5-user-accounts/expand-login-button.md): Expand Webflow's login/logout button to a surrounding container


---

# 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.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.
