> 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/yzgaido/pro-team-plan/team-plan-subscribe.md).

# チームプランを購読する

## プランを購読する

アーキスケッチのプロフェッショナルチームプランは、公式ホームページで購読できます。

{% hint style="info" %}
購読手順：アーキスケッチホームページ → 料金案内 → \[プロフェッショナルチームを購読する] → 決済

[🏃‍♀️‍➡️ 料金案内ページへ移動](https://www.archisketch.com/ko/pricing/)
{% endhint %}

* 購読はアーキスケッチにログインした状態でのみ可能です。
* 決済を行うアカウントには、自動的に企業管理者（アドミン）権限が付与されます。
  * 管理者権限は他のユーザーに譲渡できないため、慎重に購読を進めてください。

### ステップ1. 情報を入力する

* 会社名
  * 英語、韓国語、数字、特殊文字の組み合わせで入力可能
* 企業専用ドメイン
  * ドメインとは？ インターネット上でWebサイトを見つけられる住所です。
  * 文字数制限：5〜20文字
  * 小文字の英字と数字の組み合わせのみ入力可能
  * 特殊文字は入力不可
  * すでに存在するドメインは使用不可

<figure><img src="/files/27b6ec9582ed44dd674ed557ccd0e20c9fc2f31f" alt=""><figcaption></figcaption></figure>

3. 企業情報（任意入力）

* 企業の電話番号
* 代表者名
* 代表メール

該当情報は必須入力項目ではなく、決済後に企業設定で追加入力できます。

入力すると見積書作成内容に含まれます。

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

### ステップ2. アカウント数を指定する

* 作成可能なアカウント数：最小3名〜最大50名（管理者含む）
* アカウント数に応じて料金を算定
* 決済後にアカウントの追加/削除が可能（削除時はキャンセル手数料が発生する場合があります）

{% hint style="warning" %}
51名以上の登録をご希望の場合は、別途エンタープライズ契約が必要です。アーキスケッチまでご連絡ください。
{% endhint %}

### ステップ3. 決済する

購読期間：1年

決済方式：年額決済 / 月額分割払いを選択可能

年額決済（20%割引）

* 全体の購読料から20%割引を適用

月額分割決済

* 割引なし
* 総額を月単位に分けて支払えます

{% hint style="info" %}
購読期間は、年額/月額払いのいずれも1年で同じです。
{% endhint %}

<figure><img src="/files/6d2047a8c2161b864eeb19c40337dcf7943842cc" alt=""><figcaption></figcaption></figure>

カード決済案内

* 国内カード会社のクレジットカード・デビットカードのみ可能
* 海外カードは対応していません

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

**決済完了後**

決済が完了すると **購読完了案内画面**が提供され、📩 **ドメイン住所および案内**がメールで送信されます。

<figure><img src="/files/03c298c5c04da9744e879b46d0a517550fb53448" alt=""><figcaption></figcaption></figure>


---

# 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/yzgaido/pro-team-plan/team-plan-subscribe.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.
