Problem: User Configuration for OpenAI API Key in Forge App

Problem: User Configuration for OpenAI API Key in Forge App

Context:
I am developing a Forge app that integrates with OpenAI, requiring users to input their own OpenAI API keys for functionality. The app is intended for any user (not just admins), and I want to provide a straightforward way for users to input their API key after installing the app.

Is there a Forge-supported way to allow users to configure settings directly after installing the app? Something like a getting started page, if yes can someone hook me up with the relevant documentation

You could create a global page and on that page use the Storage API (with encryption) to store the key for each user.