> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/faq-1/service/personal-plan.md).

# Personal plan (paid subscription)

#### Which plan should I choose?

Choose a plan based on your project volume and the features you need.

* If you don't create many designs → **Free Basic Plan**lets you use a variety of basic features.
* If you need advanced features → Paid **Standard**·**Plus** We recommend these plans. They are especially suitable for the cases below.
  * When you want to edit furniture materials directly in the editor
  * When you want to upload your own modeling files
  * When you want to upload finishing materials yourself (Plus)
  * When you want to upload floor plans as CAD files (Plus)
  * When you use a large number of renderings each month

| Category                            | Basic | Standard | Plus          |
| ----------------------------------- | ----- | -------- | ------------- |
| Edit furniture materials            | ❌     | ✔        | ✔             |
| Upload modeling files               | ❌     | ✔        | ✔             |
| Upload finishing materials directly | ❌     | ❌        | ✔             |
| Upload CAD drawings                 | ❌     | ❌        | ✔             |
| Monthly rendering allowance         | Basic | Plenty   | Very generous |

For a detailed plan comparison, [Plan and feature guide](https://www.archisketch.com/ko/pricing/)please check it.

#### When is the fee charged?

* The Basic plan is free of charge.
* For Standard·Plus, after the initial payment, the registered payment method **will be charged automatically on each billing date**.
* If you don't want to continue the subscription, before the next billing date **turn off auto-renewal**please. (See below for how to do it)

#### Difference between personal plans and business (team) plans

* **Personal plan**: You can use the free modeling and finishing materials provided by Archisketch. It's suitable for individual users and lets you conveniently use the basic features.
* **Business (team) plan**: In addition to the basic features, we provide company-tailored services and brand-specific support. If you need separate assistance, you can get help through an onboarding inquiry.

#### How to cancel a subscription

If you want to stop using the personal plan, there are two ways. To stop without losing anything, **turn off auto-renewal**is recommended.

#### 1) Turn off auto-renewal (recommended)

If you turn off auto-renewal before the next billing date, **you won't be charged from the next payment onward.** You can continue using the already paid period until the end.

**Path**

Account Settings → Subscription Info → right side of Subscription Info **‘Disable auto-renewal’** Select

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

#### 2) Cancel subscription immediately

Immediately **Basic (free) plan**will be switched to.

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

{% hint style="danger" %}
**Caution**: If you click the 'Cancel subscription immediately' button, you will be switched to the Basic (free) plan right away, **refunds for the remaining days are not available**If you want to use it until the billing date and then cancel, please use the 'Turn off auto-renewal' above.
{% endhint %}

#### Refund information

* For Standard·Plus, after payment **within 7 days**if **full refund**.
* If 7 days have passed, turning off auto-renewal will let you use it through that month, **and the subscription will be automatically canceled starting next month**.
* If you want to stop automatic payments in advance, please use 'Turn off auto-renewal'.
* The Basic (free) plan has no payment, so it is not eligible for a refund.


---

# 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.archisketch.com/guide/faq-1/service/personal-plan.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.
