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

# CAD Upload

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

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

## Example

## Supported file format for upload (DXF)

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

<figure><img src="/files/3118d8d097069755bf793159e5d34e901e77f764" alt=""><figcaption></figcaption></figure>

## Organizing layers in CAD

Archisketch can recognize only 4 layers in total.\
Before uploading the drawing, set the layer names in CAD as shown below. (Can be set regardless of case)

| 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 wall lines must touch exactly. Otherwise, wall detection will not work properly.

Caution) The spaces between walls must not be closed.

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

<figure><img src="/files/113849b17b34b540b7a5c13ae194932be847adc8" alt=""><figcaption></figcaption></figure>

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

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

**Additional features**

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

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

### Doors

* Create the door as a block as shown below.

<figure><img src="/files/9a7498c0634357e871af0cf08cc04bc83c948244" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/9ab0f712cd2da3c6a2fef320ca83ef523ec0a7ef" alt=""><figcaption></figcaption></figure>

### Windows

* Create the window as a block as shown below.

<figure><img src="/files/7ecd5cfa798fe5b84b4c291ae2962d69912fe64b" alt=""><figcaption></figcaption></figure>

* Set the layer name to window and insert it at the desired location as shown below.

<figure><img src="/files/7387c5e7459338254746a83537c2fa535cd229fe" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Caution) Windows that are not blocked 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/fc50896a0b6d8b2ac8a0103f2fd42f10aa6101b7" alt=""><figcaption></figcaption></figure>

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

Column creation requirements

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

![](/files/47add1127ee1acf96e3f07a2862e582795ac216b)

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

Notes

If the layer includes shapes that do not meet the requirements, it will not upload properly.

![](/files/e280a5faf128c02c4741cdff20055aa19e692307)

### Save the 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 this 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 the selection is complete, click the \[Upload] button at the bottom right.

<figure><img src="/files/4a12e2475e6c63df961ab1849da6d57ebc0a806f" 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/3f0982f7c78971a0da6445a92bc83b52dcd90c0f" alt=""><figcaption></figcaption></figure>

## Edit columns

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

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

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