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

# エディター

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

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

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

作業の合間に\[保存]ボタンを押していただかないと、プロジェクトは保存されません。保存したのに確認が難しい場合は、以前作業していたアカウントと同じアカウントか、もう一度ご確認ください！

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

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

アーキスケッチを複数タブで開いて使用される場合、以前の作業内容が上書きされて重複保存の問題が発生することがあります。これにより、作業中のプロジェクトが意図せず変更される危険があります。

**安全な作業のためのヒント**

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

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

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

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

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

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

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

![](/files/f19cad72347f1d162909ff737748359b2ab886a3)

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

空間を区切りたいときは、\[仕上げ材エディター]機能を使用してください。

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

![](/files/cfb5e7d796f7c3472a6c5449ed2bae089715eb3a)

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

![](/files/cebd6be2a5c4610dc282fec1902d6b1222f0dcc0)

❸ \[適用する]ボタンをクリックしてエディターに戻ると、適用された様子を確認

![](/files/151b4faea3793d5a2d382e4dcfba1b8f9ff97911)

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

ブラウザのCookieとインターネット使用履歴が原因かもしれません。以下の手順に従ってCookieの削除を行ってください：

* ブラウザ設定を開く
  * 使用中のブラウザ（例：Chrome、Safari）で、その他のツール > インターネット使用履歴の削除を選択します。
* Cookie削除を実行
  * インターネット使用履歴の削除（Cookieの削除）を全期間に設定してから実行します。
* 再読み込み後、再試行
  * 作業完了後、ブラウザを再読み込みしてもう一度ご利用ください。

上記の方法で問題が解決しない場合は、アーキスケッチまでお問い合わせいただければ、すぐにお手伝いします。

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

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

![](/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/yokuaru/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.
