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

# Subscribe to the Team Plan

## Subscribe to a plan

Archisketch's Professional Team plan can be subscribed to on the official website.

{% hint style="info" %}
Subscription path: Archisketch website → Pricing guide → \[Subscribe to Professional Team] → Payment

[🏃‍♀️‍➡️ Go to the pricing guide page](https://www.archisketch.com/ko/pricing/)
{% endhint %}

* Subscription is only available when logged in to Archisketch.
* The account used for payment is automatically granted enterprise administrator (admin) privileges.
  * Administrator privileges cannot be transferred to another user, so please proceed with the subscription carefully.

### Step 1. Enter information

* Company name
  * Can be entered using a combination of English letters, Korean, numbers, and special characters
* Company-exclusive domain
  * What is a domain? It is the address used to find a website on the internet.
  * Character limit: 5–20 characters
  * Can be entered only as a combination of lowercase English letters and numbers
  * Special characters not allowed
  * Existing domains cannot be used

<figure><img src="/files/8277d314b7de75ec4d9e5ca0efa2eba175833e79" alt=""><figcaption></figcaption></figure>

3. Company information (optional)

* Company phone number
* Representative name
* Representative email

This information is not required, and you can add it later in company settings after payment.

If entered, it will be included in the quotation details.

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

### Step 2. Specify the number of accounts

* Number of accounts that can be created: minimum 3 to maximum 50 (including the administrator)
* Pricing is based on the number of accounts
* Accounts can be added/removed after payment (a cancellation fee may apply when removing)

{% hint style="warning" %}
If you want to register 51 or more users, a separate enterprise contract is required. Please contact Archisketch.
{% endhint %}

### Step 3. Make payment

Subscription period: 1 year

Payment method: Annual payment / monthly installments available

Annual payment (20% off)

* 20% discount applied to the total subscription fee

Monthly installment payment

* No discount
* The total amount can be paid in monthly installments

{% hint style="info" %}
The subscription period is the same for both annual and monthly payment: 1 year.
{% endhint %}

<figure><img src="/files/7ec6b633e5f346c9b14b49388a6a715b3c6f9c8f" alt=""><figcaption></figcaption></figure>

Card payment guide

* Only credit and debit cards from domestic card issuers are accepted
* Foreign cards are not supported

<figure><img src="/files/07a9d0535a7eb8cbb91b6fa93df9ec6242350fe5" alt=""><figcaption></figcaption></figure>

**After payment completion**

Once payment is completed **Subscription completion screen**is provided, and 📩 **Domain address and instructions**will be sent by email.

<figure><img src="/files/6225d52b893bb5be164a1ac4e583aed2775be02f" 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/user-en/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.
