> For the complete documentation index, see [llms.txt](https://docs.questera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.questera.ai/greta/greta-recipies/saas-subscription/activation.md).

# Activation

Build personalized onboarding flows with GRETA.

**Objective:** The objective here is to create a seamless, engaging, and personalized onboarding experience for new users. The goal is to help users understand the platform quickly, guiding them to take the most important actions right from the start. This will result in higher engagement and reduced churn.

**Solution:** GRETA generates a dynamic, tailored onboarding process by asking the user for minimal input. The platform uses the information provided to create a custom onboarding journey, introducing users to key features in a personalized manner. Key features could include a dynamic pricing calculator, an AI chatbot for instant FAQs, and a step-by-step guide tailored to the user’s specific needs and preferences.

**Goal:** The goal is to drive user engagement from day one by providing a personalized, interactive experience. By streamlining the onboarding process, GRETA ensures users understand the platform’s value, leading to quicker adoption and a stronger connection to the product.

**Steps:**

* **Login/Sign Up**
  * &#x20;Sign up using your email or Log in/Sign up with your Google account. in <https://greta.questera.ai/>
* **Verify with OTP**
  * In case of email sign-up, enter the OTP sent to your email to confirm your account. Once verified, you’re ready to use Greta.

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

* **Create Your Website**
  * On the landing page, enter your desired prompt in the "**Ask me to create an app**" section to generate a website.

<figure><img src="/files/5eiDxyASUz5tAzQ7eAP6" alt=""><figcaption></figcaption></figure>

* **Enable Onboarding Flow**
  * GRETA will automatically suggest an onboarding flow for your website. Click on the recommended components to add them.

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

* **Customize Onboarding Flow**
  * Use **Access Plgos** to edit and refine the onboarding steps as needed.

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

* **Manage Campaigns**
  * From the navbar, go to "**All Campaigns**" to view and edit active onboarding flows.

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

* **Preview & Adjust**
  * Preview your website to test the onboarding experience and make final adjustments.

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

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

* **Deploy Your Website**
  * Once satisfied, deploy your website with the integrated onboarding flow.

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

<figure><img src="/files/3Yq6fOx0OkxzIEvoQjla" alt=""><figcaption></figcaption></figure>


---

# 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://docs.questera.ai/greta/greta-recipies/saas-subscription/activation.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.
