> 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 refer to the guide below and organize them before uploading.

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

## Example

## Uploadable file format (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, please set the layer names in CAD as follows. (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 wall 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's hard to check whether the wall is broken, try applying Hatch!

If one Hatch is applied cleanly, you can consider the wall line organization 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 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>

* After setting the layer name to window, 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 converted into blocks cannot be loaded in 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) A polygon must be made up of straight lines or circles, and it must be a shape whose start and end are connected.
{% endhint %}

Pillar creation requirements

* Circular pillar
  * If the polygon has 20 or more points
  * Converted to \[circular pillar]
* Square pillar
  * If the polygon has 4 points and is a rectangle
  * Converted to \[square pillar]

![](/files/47add1127ee1acf96e3f07a2862e582795ac216b)

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

Notes

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

![](/files/e280a5faf128c02c4741cdff20055aa19e692307)

### Save the file

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

## Upload in Archisketch

Drawing upload method

* Proceed in the order of \[Drawing Upload] → \[CAD Upload] → \[Select File].
* After that, a window for selecting layers will appear.
* You can turn only the desired layers on and off.
* Once selection is complete, press 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, so you can use various Archisketch features such as wall editing, product placement, and rendering.

<figure><img src="/files/3f0982f7c78971a0da6445a92bc83b52dcd90c0f" alt=""><figcaption></figcaption></figure>

## Edit pillars

Once upload is complete, select a pillar and then modify 'Properties > Height' to adjust the pillar to the desired 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-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.
