> 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/faq-en/service/editor.md).

# Editor

## Is there an auto-save feature?

After the first save, it auto-saves at 5-minute intervals. The time of the last save is also shown in the top right.

## I saved the drawing, but it disappeared.

You need to click the \[Save] button from time to time while working so the project is saved. If you saved it but still can’t find it, please check once more whether you are logged into the same account you used before!

## The drawing I was working on is gone. Can’t it be recovered?

Only the project’s final data can be retrieved, and the function to recover previous data is not currently implemented in the service.

If you open Archisketch in multiple tabs and use it, previous work may be overwritten, causing duplicate save issues. Because of this, there is a risk that the project you are working on may be changed unintentionally.

**Tips for safe work**

* Avoid using multiple tabs and complete your work in one tab.
* Be sure to manually save your changes to prevent data loss.
* Before closing the project, check the final saved state once more.

Keep your workspace safe and protect your valuable project!

## It’s a new apartment, so there are no floor plans.

There are two ways to create a floor plan when you don’t have one.

* Request a floor plan: If you have a floor plan image that includes measurements, please request a floor plan upload.
* Draw the floor plan yourself: You can upload a floor plan image and draw the floor plan manually.\
  [**\[Learn more\]**](/user-en/make-project/floor-plan-image-upload.md)

## I want to change the wall length after completing the room layout.

If you want to modify a wall’s length, click the wall that touches it and enter the measurement.

![](/files/ddcdd9a66c7c0bff5dbc773521b5589cd049fbb6)

## I want to distinguish the living room from the entrance (Finishing Material Editor)

If you want to divide spaces, use the \[Finishing Material Editor] feature.

❶ Right-click the wall/floor material, then click \[Go to Finishing Material Editor] in the popup window

![](/files/ca7b179865aad1535749e19535e60396e6fbcf9d)

❷ Use lines and rectangles to select and apply the area where you want to edit the material

![](/files/06888ec14c4bfff7c2097482bdbf47e49f30588d)

❸ Click the \[Apply] button and return to the editor to see the applied result

![](/files/fce2fcf220556351e42b234fdb5f03a62cc1f63b)

## The editor is showing a white screen.

Your browser’s cookies and browsing history may be the cause. Please follow the steps below to delete cookies:

* Open browser settings
  * In the browser you are using (e.g., Chrome, Safari), select More tools > Clear browsing data.
* Proceed with deleting cookies
  * Set Clear browsing data (delete cookies) to All time, then proceed.
* Refresh and try again
  * After finishing your work, refresh the browser and try using it again.

If the issue isn’t resolved with the methods above, please contact Archisketch and we’ll help you quickly.

## All the interior furniture I carefully decorated disappeared.

Have you perhaps added a floor and worked on it? Try selecting another floor in the floor plan to check. Click the arrow on the right side of the floor plan to see detailed information. If you check another floor, the furniture may appear.

![](/files/ff07ff11f96d42db47f7b241b69653ab6cf71257)


---

# 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/faq-en/service/editor.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.
