> 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/c469da72418c60e1e5890ebafcfbd8f6f83028cd)

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

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

### ステップ2. 属性設定

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

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

![](/files/417d95706f1db7e53191cb28098f77bd3182efd9)

### ステップ3. アップロード

［アップロード］ボタンをクリックすると、製品のアップロードが始まります。

![](/files/bc5a9e7c11cbc406b236db0a6ad1019ce26b37f5)

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.
