> 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/user-jp/make-project/floor-plan-image-upload.md).

# 間取り図画像をアップロード

## 図面画像をアップロードする

{% stepper %}
{% step %}

### 図面画像アップロード画面を開く

［新しいプロジェクト］ → ［図面を直接描く］を選択してください。

図面画像をアップロードするをクリックすると、アップロード画面が表示されます。

![](/files/db57f14a9abae2650e41ff8f971d53472bce9e33)

![](/files/fa7a9291050b9bfbaa6057a5ba3a328218845c2f)
{% endstep %}

{% step %}

### 図面画像をアップロードする

アップロード画面が表示されたら、図面画像をアップロードする準備が完了です。\
画像をドラッグ＆ドロップするか、ファイルを直接選択してアップロードしてください。

* アップロード可能な拡張子: jpg, jpeg, png, gif
* 最大ファイルサイズ: 10MB

![](/files/8c118a3eab30e22707519f093731a11bb7bc9bb3)
{% endstep %}

{% step %}

### アップロードオプションを設定する

アップロードした画像に合わせて、以下のオプションを設定してください。

1. 回転・反転機能: 画像を回転したり、左右/上下に反転して図面の向きを合わせられます。
2. 自動検出をオフにする: 自動検出をオフにすると、図面のスケールを手動で入力する必要があります。
3. 範囲設定: 必要な部分だけを切り出して、正確にアップロードできます。\
   寸法情報が含まれていて初めて、寸法の自動検出が可能になります。

![](/files/90b81749c4db3ddbfe7b65592f175e814b3e653e)
{% endstep %}

{% step %}

### 寸法を確認してからアップロードする

次のステップに進むと、AIが自動で寸法と距離を認識します。\
［距離］と領域の距離が合っているか確認し、正しければアップロードボタンを押してください。\
もし認識がうまくいかない場合は、領域を再設定したり、数値を修正することもできます。

<figure><img src="/files/73f03d82d391690c36e5de9f02b1dd7fe32cb9a8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 生成された図面を確認して整える

アップロード後、AIが壁、ドア、窓を自動で認識し、図面をすばやく描いてくれます。

<figure><img src="/files/821bf4b9edf175f977a8f158c328d93dab0a42e9" alt=""><figcaption></figcaption></figure>

下部の［画像設定］をクリックすると、図面画像の透明度を自由に調整でき、画像の表示をオン/オフにすることもできます。\
これで図面を便利に調整し、思い通りに仕上げましょう！ 🥳

<figure><img src="/files/98c58894e4e9c06e4ab475e06663072ce505ea3f" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/user-jp/make-project/floor-plan-image-upload.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.
