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

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

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

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

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

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

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

#### 料金はいつ支払われますか？

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

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

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

#### 購読解除方法

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

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

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

**手順**

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

<figure><img src="/files/650f293df88c4d3dddb4da2772bb7c651044f822" alt=""><figcaption></figcaption></figure>

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

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

<figure><img src="/files/bcc6a365a588ff48a5b68931b7b41623d152e6af" 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/faq-jp/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.
