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

# \[2024.11.28] Get Started feature launched

## New Feature (NEW)

## Launch of the Getting Started page

A new page has been introduced where you can easily search for the design templates you want and use them in your projects.

Key Features

1. Apply to My Home: You can select the design you want and easily apply it to an empty floor plan or your actual home floor plan. The selected design is displayed side by side with your home floor plan. Try decorating your home in various interior styles using the copy furniture and copy finish functions.
2. View Details: You can check the template details. Take a look at various information, including the captured render shots and placed furniture information.
3. Publish My Project: You can request to register the results you designed in the design community (Getting Started). The request you submit will be reviewed internally by Archisketch, and if there are no issues, it will be approved and published. Share your own creations with users and show off your unique design content!

## Improvements

## Added the ability to reorder grouped furniture (manager access or higher)

Path: Dashboard > Furniture Library > Products > Furniture: A feature has been added that lets you change the order of grouped furniture. The updated order is reflected the same way in the editor, where you can also check it.

## Personal Library > \[Check 3D Modeling] button added

: A \[Check 3D Modeling] button has been added, allowing you to view the 3D modeling of furniture registered in your personal library. Even after upload is complete, you can use this button to check the 3D modeling, edit the materials, and save them, making it easy to change and update the product's materials and information.


---

# 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/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.
