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

# Subscribe to a Team Plan

## Subscribe to a plan

You can subscribe to Archisketch's Professional Team plan on the official website.

{% hint style="info" %}
Subscription path: Archisketch homepage → 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 will automatically be granted company 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, Korean, numbers, and special characters
* Company-only 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 using a combination of lowercase English letters and numbers
  * Special characters not allowed
  * Existing domains cannot be used

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

3. Company information (optional)

* Company phone number
* Representative 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 details.

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

### Step 2. Set the number of accounts

* Number of accounts that can be created: minimum 3 to maximum 50 (including admin)
* Pricing is based on the number of accounts
* Accounts can be added/deleted after payment (a cancellation fee 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: choose annual payment / monthly installment payment

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

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

Card payment information

* Only credit/debit cards from domestic card companies are accepted
* Foreign cards are not supported

<figure><img src="/files/69e91aabb6a2931e29c4266f88aeb55ef8cd688d" alt=""><figcaption></figcaption></figure>

**After payment is completed**

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

<figure><img src="/files/e88d4b7dbf23fcbaa97ecd71826b190803eea572" 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-guide/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.
