> 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 SKP file uploads. However, large or mesh-heavy modeling files may not be uploadable or may cause errors in the editor.

## Furniture Upload

### Step 1. Select a file

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

![](/files/8c5c51160e64e0612bc0130be7900b92daaa2b1f)

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

{% hint style="warning" %}
Even files under 100MB may not be uploadable or may cause errors in the editor if they are mesh-heavy modeling files. If an error occurs during upload, please contact us via Channel Talk.
{% endhint %}

### Step 2. Set properties

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

1. **Edit name**: You can edit the product name.
2. **Product placement**: You can set properties 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 select and upload additional products. (Multiple selection available)

![](/files/d20ebea35279a0932cdba9d23c1b9a9cbb9e17d1)

### Step 3. Upload

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

![](/files/832f012bee2e30f9ca11ab9052b7e71784455006)

1. **Go back**: This will take you to \[Furniture Library - Uncategorized Products], where you can check products that are in the process of being uploaded.
2. **Change material**: Enter \[Effector] to edit the material or change the size.
3. **Additional upload**: You can continue uploading additional products.

{% hint style="warning" %}
**Uploaded products must be sorted into categories!**

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 the product in the editor, please move it to the appropriate category.
{% endhint %}

## Modeling retouch service

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

* It can be done at a lower cost than new production.
* We help ensure it can be used smoothly in Archisketch with optimized modeling files.

**Inquiry information**

For related inquiries, Archisketch **Channel Talk**If you leave them through, the responsible 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.
