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

# Editor

## Is there an auto-save feature?

After the initial save, it auto-saves every 5 minutes. Also, the time of the last save is shown at the top right.

## I saved the drawing, but it disappeared

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

## The drawing I was working on disappeared. Can't it be recovered?

Only the project's final data can be brought over, and the feature to restore previous data is not currently implemented in the service.

If you use Arkisketch with multiple tabs open, previous work may be overwritten, causing duplicate save issues. This can risk unintentionally changing the project you're working on.

**Tips for safe work**

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

Keep your work environment 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 one doesn't exist.

* 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 yourself.\
  [**\[Learn more\]**](/user/make-project/floor-plan-image-upload.md)

## I want to change the wall length after finishing room drawing

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

![](/files/ddcdd9a66c7c0bff5dbc773521b5589cd049fbb6)

## I want to distinguish between the living room and the entrance (finishing materials editor)

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

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

![](/files/ca7b179865aad1535749e19535e60396e6fbcf9d)

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

![](/files/06888ec14c4bfff7c2097482bdbf47e49f30588d)

❸ Click the \[Apply] button to return to the editor and check that it has been applied

![](/files/fce2fcf220556351e42b234fdb5f03a62cc1f63b)

## The editor is showing a white screen

The browser's cookies and browsing history may be the cause. Please delete your cookies by following the steps below:

* Open browser settings
  * In the browser you're using (e.g., Chrome, Safari), select More tools > Delete browsing history.
* Delete cookies
  * Set Delete browsing history (delete cookies) to All time, then proceed.
* Refresh and try again
  * After finishing, refresh the browser and try using it again.

If the issue isn't resolved by the above methods, please contact Arkisketch and we'll help you quickly.

## All the carefully decorated interior furniture disappeared.

Did you happen to add another floor while working? Try selecting a different floor in the floor plan. Clicking the arrow on the right side of the floor plan will show 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-1/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.
