> 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] Launch of the Professional Team Plan subscription

## Professional Team Plan Launch!

Announcement of the Professional Team Plan Launch. A new subscription service for small and medium-sized businesses has been released. Now use Archisketch's collaboration features faster and more easily! 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 for a more stable and convenient service.

## Key Features of the Team Plan ️

Company-only domain provided

* An independent website address exclusive to your company
* Custom pages tailored to your brand image
* Account management system with free customization of logos, theme colors, watermarks, and more
* Create between 3 and 50 accounts
* Permission management by team member role; payment options
* 20% discount for annual payments
* 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 [Quick 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 number of accounts and pay
* Service available immediately after payment is completed

## Notes

* Full refund available within 7 days of initial subscription
* Overseas card payments not supported
* Separate enterprise contract required for 51 or more users
* Account additions/deletions are only possible within the contracted scope. For more details, you can check the pricing information page and user guide on the official Archisketch website.

## Additional improvements and bug fixes

#### Limited panorama tag settings

* We restricted some accounts from editing panorama tag information to prevent sharing incorrect information.
* Admin, designer, and manager accounts remain able to edit tags as before.

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

* We resolved the issue where bottom buttons covered the screen in mobile environments.
* Improved so that bottom buttons are hidden by default by adding a specific URL parameter.

#### Product name data structure improvement

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

***

Go 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.
