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

# 個人プラン（有料サブスクリプション）

#### どのプランを選べばいいですか？

プロジェクト制作量と必要な機能に応じてプランをお選びください。

* デザインをあまり多く制作しないなら → **無料ベーシックプラン**でもさまざまな基本機能をご利用いただけます。
* 高度な機能が必要なら → 有料 **スタンダード**・**プラス** プランをおすすめします。特に以下のような場合に適しています。
  * 家具の材質をエディターで直接修正したい場合
  * ご自身所有のモデリングファイルをアップロードしたい場合
  * 仕上げ材を直接アップロードしたい場合（プラス）
  * CADファイルで図面をアップロードしたい場合（プラス）
  * 毎月使用するレンダリング数が多い場合

| 区分               | ベーシック | スタンダード | プラス   |
| ---------------- | ----- | ------ | ----- |
| 家具の材質修正          | ❌     | ✔      | ✔     |
| モデリングファイルのアップロード | ❌     | ✔      | ✔     |
| 仕上げ材の直接アップロード    | ❌     | ❌      | ✔     |
| CAD図面のアップロード     | ❌     | ❌      | ✔     |
| レンダリング月間提供量      | 基本    | 十分     | 非常に十分 |

詳細なプラン比較は [プランと機能のご案内](https://www.archisketch.com/ko/pricing/)でご確認ください。

#### 料金はいつ決済されますか？

* ベーシックプランは料金が発生しません。
* スタンダード・プラスは初回決済以降、登録された決済手段で **決済日ごとに自動決済**されます。
* 購読を希望されない場合は、次回決済日までに **自動更新を解除**してください。（方法は下記参照）

#### 個人プランと企業（チーム）プランの違い

* **個人プラン**: アーキスケッチが基本提供する無料モデリング・仕上げ材をご利用いただけます。個人ユーザーに適しており、基本機能を便利に使えます。
* **企業（チーム）プラン**: 基本機能に加えて、企業向けのカスタマイズサービスとブランド別の特化サポートを提供します。別途サポートが必要な場合は、導入に関するお問い合わせでご案内を受けられます。

#### 購読解除の方法

個人プランの利用をやめたい場合は、2つの方法があります。損をせずにやめるには **自動更新の解除**をおすすめします。

#### 1) 自動更新の解除（推奨）

次回決済日までに自動更新を解除すると **次回以降の決済から請求されません。** すでに支払った期間は、そのまま最後までご利用いただけます。

**移動経路**

アカウント設定 → 購読情報 → 購読情報の右側 **「自動更新設定解除」** 選択

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

#### 2) 購読を即時キャンセル

今すぐ **ベーシック（無料）プラン**に切り替わります。

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

{% hint style="danger" %}
**注意**: 「購読を即時キャンセルする」ボタンを押すと、ベーシック（無料）プランに即時変更され、 **残り日数分の返金はできません**。決済日まで使用してから解除する場合は、上記の「自動更新の解除」をご利用ください。
{% endhint %}

#### 返金案内

* スタンダード・プラスは決済後 **7日以内**であれば **全額返金**されます。
* 7日を過ぎていた場合は、自動更新を解除しても当月までご利用いただけます, **翌月から自動的に購読が解除**されます。
* 自動決済を事前に止めたい場合は、「自動更新の解除」をご利用ください。
* ベーシック（無料）プランは決済がないため、返金対象ではありません。


---

# 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/yokuaru/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.
