> For the complete documentation index, see [llms.txt](https://docs.cloudscaff.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudscaff.com/onboarding/activate-subscription.md).

# Activate Subscription

## Activating Your Subscription

To begin onboarding, your Cloudscaff subscription must be activated using the correct secure payment link.

### When You Can Skip This Step

You **do not need to activate a subscription** if either of the following applies:

* You are using the **Free plan** (3 projects, no billing required)
* You have **already completed payment** and your account is active

If you are unsure whether your subscription is active, please contact us at **<info@cloudscaff.com>**

***

### Activate Your Subscription

Select the appropriate **subscription card** and **click the activation link** for your chosen plan and billing period (Monthly, Yearly, or 3-Year).

You will be taken securely to Stripe to complete payment.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><h3>Lite</h3></td><td><strong>Projects included:</strong> 10</td><td><strong>Monthly price:</strong> $70</td><td><a href="https://buy.stripe.com/cNi3cv5WP1tOeLZ4ik0x20l">Click To Subscribe Monthly</a></td><td><strong>Yearly price:</strong> $700</td><td><a href="https://buy.stripe.com/00wbJ15WP2xS47l5mo0x20m">Click to Subscribe Yearly</a></td><td><strong>3-Year price:</strong> $1890</td><td><a href="https://buy.stripe.com/00w5kD9911tObzNeWY0x20n">Click to Subscribe for 3 Years</a></td></tr><tr><td><h3>Essential</h3></td><td><strong>Projects included:</strong> 20</td><td><strong>Monthly price:</strong> $130</td><td><a href="https://buy.stripe.com/4gMbJ1etldcwavJ5mo0x20o">Click To Subscribe Monthly</a></td><td><strong>Yearly price:</strong> $1300</td><td><a href="https://buy.stripe.com/3cI28r2KD0pKbzN9CE0x20p">Click to Subscribe Yearly</a></td><td><strong>3-Year price:</strong> $3510</td><td><a href="https://buy.stripe.com/aFabJ1dph2xS1ZddSU0x20q">Click to Subscribe for 3 Years</a></td></tr><tr><td><h3>Premium</h3></td><td><strong>Projects included:</strong> 50</td><td><strong>Monthly price:</strong> $240</td><td><a href="https://buy.stripe.com/eVq7sL4SLa0k0V98yA0x20r">Click To Subscribe Monthly</a></td><td><strong>Yearly price:</strong> $2400</td><td><a href="https://buy.stripe.com/6oU5kDad5goIavJ9CE0x20s">Click to Subscribe Yearly</a></td><td><strong>3-Year price:</strong> $6480</td><td><a href="https://buy.stripe.com/9B67sLetl6O8fQ33eg0x20t">Click to Subscribe for 3 Years</a></td></tr><tr><td><h3>Pro</h3></td><td><strong>Projects included:</strong> 100</td><td><strong>Monthly price:</strong> $350</td><td><a href="https://buy.stripe.com/7sY9AT1GzgoI9rF1680x20u">Click To Subscribe Monthly</a></td><td><strong>Yearly price:</strong> $3500</td><td><a href="https://buy.stripe.com/5kQ9ATfxpfkE0V91680x20v">Click to Subscribe Yearly</a></td><td><strong>3-Year price:</strong> $9450</td><td><a href="https://buy.stripe.com/9B614ncld0pKgU74ik0x20w">Click to Subscribe for 3 Years</a></td></tr><tr><td><h3>Pro Plus</h3></td><td><strong>Projects included:</strong> 200</td><td><strong>Monthly price:</strong> $460</td><td><a href="https://buy.stripe.com/cNifZhcldgoI5bp7uw0x20x">Click To Subscribe Monthly</a></td><td><strong>Yearly price:</strong> $4600</td><td><a href="https://buy.stripe.com/fZu3cvbh9fkE9rF3eg0x20y">Click to Subscribe Yearly</a></td><td><strong>3-Year price:</strong> $12420</td><td><a href="https://buy.stripe.com/cNieVd1Gz7ScbzN5mo0x20z">Click to Subscribe for 3 Years</a></td></tr></tbody></table>

***

### How Activation Works

1. **Click** the subscription activation link for your plan
2. You will be redirected to **Cloudscaff’s secure Stripe payment gateway**
3. Enter your billing details
4. Once payment is completed, your subscription will **activate automatically**

No further action is required.

<div align="left" data-with-frame="true"><figure><img src="/files/kQWxKpUaY5B6yqhPblkP" alt=""><figcaption></figcaption></figure></div>

***

### If You Experience Any Issues

If you are unsure which plan applies to you, or if activation does not complete successfully, please contact our team: **<info@cloudscaff.com>**

We’ll be happy to assist.


---

# 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.cloudscaff.com/onboarding/activate-subscription.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.
