> 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 a floor plan image

## Upload floor plan image

{% stepper %}
{% step %}

### Open the floor plan image upload screen

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

When you click Upload floor plan image, the upload screen appears.

![](/files/a0407f01bf8e69b78d3153fbbe2b3bd88421b28a)

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

{% step %}

### Upload floor plan image

Once the upload screen appears, you're ready to upload the floor plan image.\
Please upload by dragging and dropping the image or selecting the file directly.

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

![](/files/1cf73626346488a27055ac52b93f9664ba6b5aac)
{% 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 left/right or up/down to match the drawing orientation.
2. Turn off auto-detection: If you turn off auto-detection, you'll need to enter the drawing scale manually.
3. Set area: You can crop only the necessary part and upload it accurately.\
   Dimension information must be included for automatic dimension detection.

![](/files/4dc54ed9deba04ba4d3ceef8eb927572d9338521)
{% endstep %}

{% step %}

### Check dimensions before uploading

When you move to the next step, AI automatically recognizes dimensions and distances.\
Check whether \[distance] and the area distance match, and if they are correct, press the upload button.\
If the recognition doesn't work well, you can reset the area or edit the numbers.

<figure><img src="/files/25dcb49f63cc246f9b3e6f6f3a7bd1a3f3b7ee4a" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review and refine the generated drawing

After upload, AI automatically recognizes walls, doors, and windows and quickly draws the floor plan.

<figure><img src="/files/69c46acdb37fdce772d90ad8d2b60f18cc0caed2" alt=""><figcaption></figcaption></figure>

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

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