# Future Plans & Ideas

{% hint style="info" %}
Much of the current advanced work we're doing with User Accounts utilizes a new framework we're developing called Hyperflow. It runs as a reverse proxy combined with integrated client-side libraries and offers a ton of advantages in capabilities and performance that the client-side only SA5 libs cannot.&#x20;
{% endhint %}

## User Info as a Storage Mechanism

Why?

* Persistent User Preferences&#x20;
* Dashboard Configuration Settings&#x20;
* Works across Machines&#x20;
* User-specific for the Logged-in User&#x20;

Thoughts;&#x20;

? Sync and timing concerns&#x20;

? Flexibility

? Store JSON&#x20;

? How large can a UserInfo custom field be?&#x20;

## External Storage and Sync&#x20;

User META data&#x20;

## Single Sign On ( SSO ) Integrations&#x20;

Some form of support through webhooks and feedback loops for signing in to external systems securely, based on a Webflow Memberships sign-in.&#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/get-logged-in-user-info/future-plans-and-ideas.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.
