> 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-en/service/personal-plan.md).

# Personal plan (paid subscription)

#### Which plan should I choose?

You can choose a plan based on your project volume and the features you need.

* If you don’t produce many designs → **Free Basic Plan**lets you use a variety of basic features.
* If you need advanced features → Paid **Standard**·**Plus** plans are recommended. 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 directly (Plus)
  * When you want to upload drawings as CAD files (Plus)
  * When you use a large number of renderings each month

| Category                             | Basic | Standard | Plus        |
| ------------------------------------ | ----- | -------- | ----------- |
| Edit furniture materials             | ❌     | ✔        | ✔           |
| Upload modeling files                | ❌     | ✔        | ✔           |
| Direct upload of finishing materials | ❌     | ❌        | ✔           |
| Upload CAD drawings                  | ❌     | ❌        | ✔           |
| Monthly rendering allowance          | Basic | Plenty   | Very plenty |

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

#### When is the charge made?

* The Basic plan is free of charge.
* Standard and Plus are **automatically billed on each billing date**after the initial payment using the registered payment method.
* If you do not want to subscribe, before the next billing date **turn off automatic renewal**please. (See below for how.)

#### Differences between personal plans and company (team) plans

* **Personal plan**: You can use the free modeling and finishing materials provided by Archisketch by default. It is suitable for individual users and allows convenient use of basic features.
* **Company (team) plan**: In addition to basic features, we provide company-tailored services and brand-specific support. If you need separate support, you can be guided through an inquiry for adoption.

#### How to cancel your subscription

If you want to stop using the personal plan, there are two ways. To stop without any loss, **turn off automatic renewal**is recommended.

#### 1) Turn off automatic renewal (recommended)

If you turn off automatic renewal before the next billing date, **you will not be charged from the next billing onward.** You can continue using the period you have already paid for until the end.

**Path**

Account Settings → Subscription Info → to the right of Subscription Info **'Disable Automatic Renewal'** Select

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

#### 2) Cancel subscription immediately

Right now **Basic (free) plan**will be switched to.

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

{% hint style="danger" %}
**Note**: If you press the 'Cancel Subscription Immediately' button, it will be changed to the Basic (free) plan right away, **and refunds for the remaining days are not available**. If you want to use it until the payment date and then cancel, please use the 'Disable Automatic Renewal' option above.
{% endhint %}

#### Refund information

* For Standard and Plus, after payment **within 7 days**if so, **full refund**after the initial payment using the registered payment method.
* If more than 7 days have passed, when automatic renewal is turned off, it can be used until that month, **and the subscription is automatically canceled starting next month**after the initial payment using the registered payment method.
* If you want to stop automatic payments in advance, please use 'Disable Automatic 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-en/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.
