# Login Mode & Monetization

{% embed url="<https://www.youtube.com/watch?v=SZsOLGlcUw0>" %}

### Login Mode: monetizing Toolsets

Login Mode lets you gate access to your Toolsets and charge users via subscriptions or one-time purchases.

When Login Mode is enabled, users must create an account and choose a plan before accessing your SmartForms and CoPilots. This turns a Toolset into a SaaS-style, paywalled experience without custom development.

***

### Why use Login Mode

* **Monetize access to your tools.** Offer monthly, annual, or one-time plans.
* **Use Stripe for payments.** Support subscriptions and credit packages.
* **Persistent login across embeds.** Users stay signed in anywhere you embed the Toolset.
* **Control pricing and credit usage.** Set credit limits and tiered plans by usage.
* **Simple setup and embedding.** Enable Login Mode, configure plans, and embed the Toolset.

***

### How it works

1. Enable Login Mode in your Toolset settings.
2. Create pricing plans (free, one-time, or subscription).
3. Connect Stripe to process payments.
4. Embed your Toolset on your site, landing page, or portal.
5. Users sign up, select a plan, and get access immediately.

Users can manage their subscription, purchase credit packages, and track usage from inside the embedded Toolset.

If you are ready to monetize, enable Login Mode and publish your Toolset with pricing attached.


---

# 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://manual.formwise.ai/formwise/advanced-features/login-mode-and-monetization.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.
