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

# \[2025.02.11] Launch of Professional Team Plan subscription

## Professional Team Plan Launch!

Professional Team Plan launch announcement: A new subscription service for small and medium-sized businesses has been released. Now use Archisketch’s collaboration features more quickly and easily! This update includes not only the launch of the Professional Team Plan, but also various issue fixes and feature improvements to enhance the user experience. Check out the improvements made to provide a more stable and convenient service.

## Key Features of the Team Plan ️

Business-exclusive domain provided

* Provide an independent site address unique to your business
* Custom page setup that matches your brand image
* Account management system with free customization of logos, theme colors, watermarks, and more
* Create accounts for as few as 3 people and up to 50 people
* Permission management by team member role available, payment options
* 20% discount when paying annually
* Monthly installment payments available (₩189,000/month)
* Supports domestic credit/debit card payments

## How to get started immediately

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

## Notes

* Full refund available within 7 days of the initial subscription
* Overseas card payments not supported
* A separate enterprise contract is required for 51 or more users
* Adding or deleting accounts is only possible within the contracted scope. You can find more details on Archisketch’s official website pricing page and in the user guide.

## Additional improvements and bug fixes

#### Restricted panorama tag setting feature

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

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

* Resolved an issue where bottom buttons obscured the screen on mobile devices.
* Improved so that the bottom buttons are hidden by default by adding a specific URL parameter.

#### Improved product name data structure

* Integrated product names, which were previously managed individually, into a single structure to improve data management efficiency.
* Maintained a consistent structure by cleaning up 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-1/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.
