> 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-jp/update-note/2024/202411/20241128.md).

# \[2024.11.28] はじめる機能オープン

## 新機能（NEW）

## スタートページを公開

希望するデザインテンプレートを簡単に検索し、プロジェクトに活用できるページが新設されました。

主な機能

1. わが家に適用する：希望するデザインを選択して、空白の図面や実際のわが家の図面に簡単に適用できます。選択したデザインはわが家の図面の横に並んで表示されます。家具コピー、仕上げ材コピー機能を活用して、さまざまなインテリアスタイルをわが家に合うようにコーディネートしてみてください。
2. 詳しく見る：テンプレートの詳細内容を確認できます。撮影されたレンダーショットや配置された家具情報をはじめ、さまざまな情報を確認してみてください。
3. 私のプロジェクトを投稿する：自分がデザインした成果物をデザインコミュニティ（スタート）に登録申請できます。作成した申請書はArchisketch内部で確認後、問題がなければ承認され、発行されます。自分だけの創作物をユーザーと共有し、独創的なデザインコンテンツをアピールしてみてください！

## 改善事項

## グループ化された家具の順序変更機能を追加（マネージャー権限以上）

パス：ダッシュボード > 家具ライブラリ > 製品 > 家具：グループ化された家具の順序を変更できる機能が追加されました。変更後の順序はエディターにも同様に反映され、確認できます。

## 個人ライブラリ > \[3Dモデリングを確認する] ボタンを追加

：個人ライブラリで登録された家具の3Dモデリングを確認できる\[3Dモデリングを確認する]ボタンが追加されました。アップロード完了後もこのボタンから3Dモデリングを確認し、材質を修正した後に保存できるため、製品の材質や情報を簡単に変更・更新できます。


---

# 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-jp/update-note/2024/202411/20241128.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.
