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

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

アーキスケッチは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ファイルがアップロードおよび使用に適していないと判断された場合、アーキスケッチを通じて **モデリングリタッチ**を依頼できます。

* 新規制作よりも低コストで対応可能です。
* 最適化されたモデリングファイルで、アーキスケッチでスムーズに使用できるようサポートします。

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

関連するお問い合わせはアーキスケッチ **チャネルトーク**までお寄せいただければ、担当部署が丁寧にご案内いたします。


---

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