> 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-guide/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 the floor plan directly].

Clicking Upload floor plan image will open the upload screen.

![](/files/89f0252228ade1fe9035f3dd6f3cb647e0853bec)

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

{% step %}

### Upload floor plan image

When the upload screen appears, you're ready to upload the 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

![](/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 drawing orientation.
2. Turn off auto-detection: If you turn off auto-detection, you'll need to enter the drawing scale manually.
3. Area selection: You can crop only the necessary parts for a more accurate upload.\
   Dimension information must be included for automatic dimension detection to work.

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

{% step %}

### Check dimensions before uploading

When you move to the next step, AI will automatically recognize dimensions and distances.\
Check whether the \[distance] and the area distance match, and if they're correct, click the Upload button.\
If recognition doesn't work well, you can adjust the area again or edit the numbers.

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

{% step %}

### Review and refine the generated drawing

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

<figure><img src="/files/1d1fdb09d1957ec4dfb6604207bce0215090eeb0" 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 adjust your drawing conveniently and decorate 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-guide/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.
