> 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/intro-en/update-note/2025/202502/20250211.md).

# \[2025.02.11] Professional Team Plan subscription launched

## Professional Team Plan Released!

Professional Team Plan Launch Notice. A new subscription service for small and medium-sized businesses has been launched. Now try Archisketch's collaboration features faster and more conveniently! In this update, along with the launch of the Professional Team Plan, various issue fixes and feature improvements have also been made to enhance the user experience. Check out the improvements made to provide a more stable and convenient service.

## Key Features of the Team Plan

Company-only domain provided

* A separate website address exclusive to the company
* Custom pages that match your brand image
* An account management system with free customization such as logos, theme colors, and watermarks
* Create accounts for as few as 3 and as many as 50 people
* Permission management by team member role available. Payment options
* 20% discount on annual payment
* Monthly installment payments available (₩189,000/month)
* Supports domestic credit/debit card payments

## How to get started right away

* Click the \[Subscribe to Professional Team] button [Shortcut link ->](https://github.com/archisketch-dev-team/open-api-gitbook/tree/main/updates/team-plan-subscribe.md)
* Enter company information
* Company name
* Company-only domain
* Company information (optional)
* Specify the number of accounts and pay
* Service available immediately after payment completion

## Notes

* Full refund possible within 7 days of the initial subscription
* Overseas card payments not supported
* A separate enterprise contract is required for use by 51 or more people
* Account addition/deletion is only possible within the contracted scope. For more details, please check the pricing page and user guide on the official Archisketch website.

## Added improvements and bug fixes

#### Limitation on panorama tag settings

* For some accounts, editing panorama tag information has been restricted to prevent the sharing of incorrect information.
* Admin, designer, and manager accounts have been kept able to edit tags as before.

#### Hide bottom buttons for Panorama/720 Tour

* We resolved an issue where bottom buttons covered the screen in mobile environments.
* By adding specific URL parameters, the bottom buttons are now hidden by default.

#### Improved product name data structure

* By consolidating product names that were previously managed individually into a single structure, data management efficiency has been improved.
* A consistent structure has been maintained by organizing existing fields to ensure smooth multilingual support.

***

Shortcut to the Professional Team Plan guide


---

# 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/intro-en/update-note/2025/202502/20250211.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.
