> 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 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 will appear.

![](/files/89f0252228ade1fe9035f3dd6f3cb647e0853bec)

![](/files/0e20c46b3ab5ea3544f4f4b296a3b9361c2595ff)
{% endstep %}

{% step %}

### Upload Floor Plan Image

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

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

![](/files/10649b7aa83c91477ba7f14f43b891b8640947a3)
{% 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'll need to enter the floor plan 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 to work.

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

{% step %}

### Verify dimensions before uploading

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

<figure><img src="/files/3924583356700ef9d6bc6fee34f164347b71455f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review and refine the generated floor plan

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

<figure><img src="/files/1d1fdb09d1957ec4dfb6604207bce0215090eeb0" alt=""><figcaption></figcaption></figure>

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

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