> For the complete documentation index, see [llms.txt](https://manual.formwise.ai/formwise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.formwise.ai/formwise/advanced-features/login-mode-and-monetization/embedding-your-login-mode-toolset.md).

# Embedding Your Login Mode Toolset

{% embed url="<https://www.loom.com/share/94f46bfed0e842deb28a4611d9c8de2d?sid=666c1488-1fca-4623-becc-3a1637453979>" %}

When **Login Mode** is activated, your Toolset functions the same way as before—except now, users must **sign up and pay** before accessing it.

#### **How to Embed Your Login Mode Toolset**

<figure><img src="/files/nqgc8m83JRVb0TGdU1TU" alt=""><figcaption></figcaption></figure>

1️⃣ **Go to your Toolset** in FormWise.\
2️⃣ **Click the "Share" tab** (top-right corner).\
3️⃣ **Copy the Embed Code** provided.\
4️⃣ **Paste it into a webpage** where you want users to access your AI tools.

💡 **Pro Tip:**

* **Use a dedicated page** on your website to keep the experience smooth.
* Embed in a **full-width code block** for a cleaner, more professional look.
* Your Toolset is **fully responsive**, but a full-width layout enhances usability.

***

#### **How User Login Works**

Once embedded, **end users can sign up, select a plan, and pay—all inside the embedded Toolset**. Their **login session is stored in their browser cookies**, so they remain logged in across sessions, no matter where the Toolset is embedded.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.formwise.ai/formwise/advanced-features/login-mode-and-monetization/embedding-your-login-mode-toolset.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
