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

# \[2024.11.28] Getting Started feature launched

## New Features (NEW)

## Launch of the Get Started page

A new page has been created 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 your desired design and easily apply it to an empty floor plan or an actual floor plan of your home. The selected design is displayed side by side with our home’s floor plan. Use the copy furniture and copy finishes features to decorate your home to match various interior styles.
2. View Details: You can check the detailed information of the template. Take a look at various details, including the captured render shots and the arranged furniture information.
3. Publish My Project: You can request to have the results you designed registered in the design community (Get Started). The request form you write 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 feature to change the order of grouped furniture (manager permissions or higher)

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

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

: A \[Check 3D Modeling] button has been added that lets you 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 it, making it convenient 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-1/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.
