> 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] Getting Started feature launched

## New Features (NEW)

## Getting Started page opens

A new page has been created where you can easily search for the design template you want and use it in your project.

Key Features

1. Apply to My Home: Select a design you want and easily apply it to an empty floor plan or your actual home floor plan. The selected design will be displayed side by side with your home floor plan. Use the copy furniture and copy finishes features to decorate your home with a variety of interior styles that suit it.
2. View Details: You can check the detailed information for the template. Take a look at various details, including captured render shots and information about the placed furniture.
3. Publish My Project: You can request to register the design result you created in the design community (Getting Started). The request form you submit will be reviewed internally by Archisketch, and if everything is in order, it will be approved and published. Share your own creations with users and show off your unique design content!

## Improvements

## Added the ability to change the order of grouped furniture (Manager access 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 also 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 review the 3D modeling, modify the materials, and save it, 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.
