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

# SKPファイルアップロード

ArchisketchはSKPファイルのアップロードに対応しています。ただし、容量が大きい、またはメッシュが多いモデリングファイルはアップロードできない場合があり、エディターでエラーが発生することがあります。

## 家具アップロード

### 1段階. ファイル選択

\[企業ライブラリ → 製品 → 家具アップロード]をクリックしてファイルを選択してください。

![](/files/f5042cfe37fadf282e630216ed7716f316cd4a30)

* **アップロード可能なファイル形式**: SKP、ZIP（OBJ、GLTF）
* **SKPバージョン**: 2023以下
* **容量制限**: 100MB以下

{% hint style="warning" %}
100MB以下のファイルでも、メッシュが多いモデリングファイルの場合はアップロードできないことがあり、エディターでエラーが発生することがあります。アップロード中にエラーが発生した場合は、チャネルトークを通じてお問い合わせください。
{% endhint %}

### 2段階. 属性設定

名前を修正したり、製品配置に関する属性を指定したりできます。

1. **名前の修正**: 製品名を修正できます。
2. **製品配置**: 製品が配置される位置に応じて属性を指定できます。
   * 床に敷く製品: ラグ
   * 床に立つ製品: 椅子、テーブル
   * 天井に付く製品: シーリングライト、シーリングファン
   * 壁に付く製品: カーテン、額縁
3. **追加アップロード**: 他の製品を追加で選択してアップロードできます。（複数選択可能）

![](/files/dfb764470d796e17a64ecb55a2be4a7dd3bea971)

### 3段階. アップロード

\[アップロード]ボタンをクリックすると、製品のアップロードが開始されます。

![](/files/1adbbf021f9da8a3d2ace487a7eb3adefc15fc39)

1. **戻る**: \[家具ライブラリ - 未分類の製品]に移動し、アップロード進行中の製品を確認できます。
2. **素材を変更する**: \[Effector]に入って、素材を修正したりサイズを変更したりできます。
3. **追加アップロード**: 続けて追加製品のアップロードが可能です。

{% hint style="warning" %}
**アップロード完了した製品はカテゴリ整理が必須です！**

アップロードされた製品は最初に\[未分類の製品]カテゴリに保存され、この状態ではエディターで確認したり使用したりできません。エディターで製品を活用するには、必ず適切なカテゴリに移動してください。
{% endhint %}

## モデリングリタッチサービス

SKPファイルやその他の3Dファイルがアップロードおよび使用に適さないと判断された場合は、Archisketchを通じて **モデリングリタッチ**をご依頼いただけます。

* 新規制作よりも低コストで対応可能です。
* 最適化されたモデリングファイルで、Archisketchで円滑にご利用いただけるようサポートいたします。

**お問い合わせ案内**

関連するお問い合わせはArchisketch **チャネルトーク**を通じてお寄せいただければ、担当部署が丁寧にご案内いたします。


---

# 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-jp/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.
