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

# エディター

## 自動保存機能はありますか？

初回保存後、5分間隔で自動保存されます。また、最後の保存時刻は右上に表示されます。

## 図面を保存したのに消えてしまいました

作業の途中でこまめに［保存］ボタンを押していただくと、プロジェクトが保存されます。保存したのに確認が難しい場合は、以前作業していたアカウントと同じアカウントか、もう一度ご確認ください！

## 作業していた図面が消えてしまいました。復元できませんか？

プロジェクトの最終データのみ取得でき、以前のデータを復元する機能は現在のサービス機能では実装されていません。

Archisketch を複数タブで開いて使用すると、以前の作業内容が上書きされ、重複保存の問題が発生することがあります。これにより、作業中のプロジェクトが意図せず変更されるおそれがあります。

**安全に作業するためのヒント**

* 複数タブの使用は避け、1つのタブで作業を完了してください。
* 変更内容は必ず手動で保存し、データ損失を防いでください。
* プロジェクトを閉じる前に、最終保存状態をもう一度確認してください。

作業環境を安全に保ち、大切なプロジェクトを守りましょう！

## 新築マンションなので図面がありません

図面がない場合の作成方法は2つあります。

* 図面を依頼する：数値入りの図面画像がある場合は、図面のアップロードを依頼してください。
* 図面を直接描く：図面画像をアップロードして、図面を直接描くことができます。\
  [**［詳しく見る］**](/user-jp/make-project/floor-plan-image-upload.md)

## 部屋描画を完了した状態で、壁の長さを修正したいです

壁の長さを修正したい場合は、その壁と接している壁をクリックした後、数値を入力してください。

![](/files/f19cad72347f1d162909ff737748359b2ab886a3)

## リビングと玄関を区別したいです（仕上げ材エディター）

空間を区切りたいときは、［仕上げ材エディター］機能をご利用ください。

❶ 壁／床材を右クリックし、表示されるポップアップで［仕上げ材エディターへ移動］をクリック

![](/files/cfb5e7d796f7c3472a6c5449ed2bae089715eb3a)

❷ 直線と四角形を使って、素材を編集する範囲を選択して適用

![](/files/cebd6be2a5c4610dc282fec1902d6b1222f0dcc0)

❸ ［適用する］ボタンをクリックしてエディターに戻ると、適用された状態を確認できます

![](/files/151b4faea3793d5a2d382e4dcfba1b8f9ff97911)

## エディターが白い画面で表示されます

ブラウザのCookieや閲覧履歴が原因かもしれません。以下の手順に従ってCookieの削除を行ってください：

* ブラウザ設定を開く
  * 使用中のブラウザ（例：Chrome、Safari）で［その他のツール］＞［閲覧履歴を削除］を選択します。
* Cookieの削除を進める
  * 閲覧履歴の削除（Cookieの削除）を［すべての期間］に設定してから実行します。
* 再読み込みして再試行
  * 作業完了後、ブラウザを再読み込みしてもう一度お試しください。

上記の方法で問題が解決しない場合は、Archisketchまでお問い合わせください。すぐにお手伝いします。

## 一生懸命コーディネートしたインテリア家具がすっかり消えてしまいました。

もしかして、階を追加して作業したことはありませんか？図面で別の階を選んで確認してみてください。図面右側の矢印をクリックすると詳細情報が表示されます。別の階を確認すると家具が表示されることがあります。

![](/files/9aaaa03ef0cc38dbb4d5c35bcb04f46ddffbaec1)


---

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