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

# Upload Floor Plan Images

Upload floor plan image

## Upload floor plan image

{% stepper %}
{% step %}

### Open the floor plan image upload screen

Please select \[New Project] → \[Draw Floor Plan Directly].

Clicking Upload Floor Plan Image will open the upload screen.

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-7e56a36ba46e91cf9263d32c50e48af6a40f7e82%2Ffloor-plan-image-upload-1.png?alt=media)

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-5e22221c7a9598e0d506f43112e37ff09911063f%2Ffloor-plan-image-upload-2.png?alt=media)
{% endstep %}

{% step %}

### Upload floor plan image

Once the upload screen appears, you're ready to upload a floor plan image.\
Drag and drop the image or select a file directly to upload it.

* Supported file extensions: jpg, jpeg, png, gif
* Maximum file size: 10MB

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-8bad78f6f086dba10d488f33d9bdb13b24fa3aaa%2Ffloor-plan-image-upload-3.png?alt=media)
{% endstep %}

{% step %}

### Set upload options

Please set the options below to match the uploaded image.

1. Rotate and flip: You can rotate the image or flip it horizontally/vertically to match the floor plan orientation.
2. Turn off auto-detection: If you turn off auto-detection, you need to enter the floor plan scale manually.
3. Area setting: You can crop only the necessary part for precise upload.\
   Dimension information must be included for automatic dimension detection to work.

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-001b6b3d2792a3d10d6fce5ff26bbb837f15f303%2Ffloor-plan-image-upload-4.png?alt=media)
{% endstep %}

{% step %}

### Check dimensions and upload

When you move to the next step, AI will automatically recognize dimensions and distances.\
Check whether the \[distance] matches the area distance, and if it is correct, click the upload button.\
If recognition doesn't work well, you can set the area again or edit the numbers.

<figure><img src="https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-4c4aaa34d44f55fbf1131ff92579024d946d14fa%2Ffloor-plan-image-upload-5.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Check and refine the generated floor plan

After uploading, AI automatically recognizes walls, doors, and windows to quickly draw the floor plan.

<figure><img src="https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-9d37c7b7c2a555dcffc0251d84b35bcce305ed3d%2Ffloor-plan-image-upload-6.png?alt=media" alt=""><figcaption></figcaption></figure>

Click \[Image Settings] at the bottom to freely adjust the transparency of the floor plan image, and you can also turn image display on or off.\
Now conveniently adjust the floor plan and decorate it however you want! 🥳

<figure><img src="https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-a02e23f82bf6afc4f46a8c8b5e77711616f8a078%2Ffloor-plan-image-upload-7.png?alt=media" 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-en/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.
