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

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

## 新機能（NEW）

## はじめにページを開く

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

主な機能

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

## 改善事項

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

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

## 個人ライブラリ > \[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/hajimeni/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.
