> 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/7e983de261fb3a4fe7ea005e918b6af6804e972a)

![](/files/2698c003cc4cf21d812051a608a322c88d664674)
{% endstep %}

{% step %}

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

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

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

![](/files/2447bdc3ebb34c6f9a70aa0bc08351d16e0934c7)
{% endstep %}

{% step %}

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

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

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

![](/files/0069fe00c74fc4ddea94aada59e5f6bdc38bed46)
{% endstep %}

{% step %}

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

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

<figure><img src="/files/142c91e428864e9596c8bbf956da11686530955f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

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

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

<figure><img src="/files/c0866fff8247f2046b82110516aadb2e7059404b" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/e24297ffa9f5b57c7214eaed4787f3fc55023824" 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.
