> 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 a 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 Plan] → Payment

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

* Subscriptions are only available while logged into Archisketch.
* The account used for payment will automatically be granted company administrator (admin) privileges.
  * Administrator privileges cannot be transferred to another user, so please proceed with your subscription carefully.

### Step 1. Enter information

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

<figure><img src="/files/3b9016659ce7e20293c4f067161abb2de3d663b8" alt=""><figcaption></figcaption></figure>

3. Company information (optional)

* Company phone number
* Representative's name
* Representative email

This information is not required and can be added later in company settings after payment.

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

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

### Step 2. Set the number of accounts

* Number of accounts that can be created: minimum 3 to maximum 50 (including administrators)
* Pricing based on the number of accounts
* Accounts can be added/deleted after payment (cancellation fees may apply when deleting)

{% 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 installment available

Annual payment (20% discount)

* 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 at 1 year for both annual and monthly payments.
{% endhint %}

<figure><img src="/files/528fc2137272770323552f95ba6cb1ccdcaa9405" alt=""><figcaption></figcaption></figure>

Card payment guide

* Only credit/debit cards from domestic card issuers are supported
* Overseas cards are not supported

<figure><img src="/files/74bef81b58330e5b28a4ac37601f2f3ded041551" 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/6cdcc9f5b9704f1cd27d8d9a04630f74f9b0d7b7" 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.
