> 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/enterprise-en/manage-furniture/upload-skp.md).

# SKP file upload

Archisketch supports uploading SKP files. However, large files or modeling files with many meshes may not be uploadable or may cause errors in the editor.

## Furniture Upload

### Step 1. Select a file

Click \[Corporate Library → Products → Furniture Upload] to select a file.

![](/files/6e3919411694311611b2e7f06785c1701b10c4c1)

* **Uploadable file formats**: SKP, ZIP (OBJ, GLTF)
* **SKP version**: 2023 or earlier
* **Size limit**: 100MB or less

{% hint style="warning" %}
Even for files under 100MB, modeling files with many meshes may not be uploadable or may cause errors in the editor. If an error occurs during upload, please contact us via Channel Talk.
{% endhint %}

### Step 2. Set attributes

You can edit the name or specify attributes for product placement.

1. **Edit name**: You can edit the product name.
2. **Product placement**: You can specify attributes according to where the product will be placed.
   * Products placed on the floor: rugs
   * Products standing on the floor: chairs, tables
   * Products attached to the ceiling: ceiling lights, ceiling fans
   * Products attached to the wall: curtains, frames
3. **Additional upload**: You can additionally select and upload other products. (Multiple selection available)

![](/files/ce41c9ab4ffb76ee99b995cfac80d03b9ca8d1c3)

### Step 3. Upload

Click the \[Upload] button to start uploading the product.

![](/files/829452f1c231131d3f4c7ae0a8706abb176ff7ef)

1. **Go back**: You will be moved to \[Furniture Library - Uncategorized Products], where you can check products currently being uploaded.
2. **Change material**: Enter \[Effector] to edit the material or change the size.
3. **Additional upload**: You can then upload additional products.

{% hint style="warning" %}
**Completed uploads require category organization!**

Uploaded products are initially saved in the \[Uncategorized Products] category, and in this state they cannot be viewed or used in the editor. To use products in the editor, be sure to move them to the appropriate category.
{% endhint %}

## Modeling retouch service

If SKP files or other 3D files are deemed unsuitable for upload and use, via Archisketch **modeling retouch**you can request it.

* Work can be done at a lower cost than new production.
* We help you use the optimized modeling files smoothly in Archisketch.

**Inquiry guide**

For related inquiries, Archisketch **Channel Talk**If you leave a message through it, the relevant department will kindly guide you.


---

# 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/enterprise-en/manage-furniture/upload-skp.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.
