> 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/expert-feature/cad-upload.md).

# CAD Upload

Archisketch supports CAD drawing upload.\
However, before uploading, the drawing's layers must be organized to meet Archisketch's requirements.\
If the layers are not organized, errors may occur, so please be sure to refer to the instructions below and organize them before uploading.

{% hint style="warning" %}
This feature is available to paid Archisketch customers.
{% endhint %}

## Example

## Uploadable file format (DXF)

* File format: DXF
* Maximum file size: 10MB

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

## Organize layers in CAD

Archisketch can recognize a total of only 4 layers.\
Before uploading the drawing, set the layer names in CAD as shown below. (Case-insensitive)

| Type    | Layer name                 |
| ------- | -------------------------- |
| Walls   | **`wall`**                 |
| Doors   | **`door`**                 |
| Windows | **`window`**               |
| Columns | **`line`** or **`column`** |

### Walls

Set the layer name to wall and draw the walls as shown below.

{% hint style="warning" %}
Caution) The lines of the wall must touch each other exactly. Otherwise, wall detection will not work properly.

Caution) The spaces between walls should not be closed.

Caution) Curved walls are not supported.
{% endhint %}

<figure><img src="/files/2f15aa9dc9055722d95a82ca5a10cfb6fc157866" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If it's hard to tell whether the wall is broken, try applying Hatch!

If one Hatch is applied cleanly, you can consider the wall line cleanup complete!
{% endhint %}

**Additional features**

* You can specify the wall height in advance in CAD!\
  If you set the layer name like wall\_2800, the wall height will automatically be applied as 2800mm in the Archisketch editor.

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

### Doors

* Create the door as a block as shown below.

<figure><img src="/files/943a7171f76ddadf32cd8fd3d8958bf2ab215176" alt=""><figcaption></figcaption></figure>

* Set the layer name to door and place the block at the door location.

<figure><img src="/files/4314dec55871ef2d60ce7cb9bf53c35ee0b4ee06" alt=""><figcaption></figcaption></figure>

### Windows

* Create the window as a block as shown below.

<figure><img src="/files/023a6918b88dae6f291f36bea648103c275253c3" alt=""><figcaption></figcaption></figure>

* After setting the layer name to window, insert it at the desired location as shown below.

<figure><img src="/files/68c4bb459f6200453a857a0c9084c04ae2f0ca62" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Caution) Windows that are not made into blocks cannot be imported into the Archisketch editor.
{% endhint %}

### Columns

Set the layer name to line or column and draw a polygon.

<figure><img src="/files/29dfca64e2d7da10f6edd4cc974173a7b8079e14" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Caution) The polygon must consist of straight lines or circles, and it must be a shape whose start and end are connected.
{% endhint %}

Conditions for creating columns

* Round column
  * When the polygon has 20 or more points
  * Converted to \[round column]
* Square column
  * When the polygon has 4 points and is a rectangle
  * Converted to \[square column]

![](/files/c791b0e9ad1c66c407765ff05e8b4adc26971f4f)

* Other shapes
  * When the polygon has 5 to 19 points
  * Converted to \[Design Library > Architecture/Materials Editor]

Notes

If a shape that does not meet the requirements is included in the layer, it will not be uploaded properly.

![](/files/e356f31005fc60b7bacc95e14457d346f90f5691)

### Save file

* Please make sure to save the file format as dxf. Other formats do not support the upload feature.

## Upload in Archisketch

How to upload a drawing

* Proceed in the following order: \[Drawing Upload] → \[CAD Upload] → \[Select File].
* After that, a window for selecting layers will appear.
* You can turn only the layers you want on or off.
* Once selection is complete, click the \[Upload] button at the bottom right.

<figure><img src="/files/0287080cf99adb363598ed695f8281e7d93c5f34" alt=""><figcaption></figcaption></figure>

## Edit in the editor

Uploaded drawings are converted into Archisketch format, allowing you to use various Archisketch features such as wall editing, product placement, and rendering.

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

## Edit columns

Once upload is complete, select a column and adjust it to the desired height by changing 'Properties > Height'.

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

<figure><img src="/files/5cb3bc13c9f5a95c11946984b65f77213c11c024" alt=""><figcaption></figcaption></figure>


---

# 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/expert-feature/cad-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.
