> 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/user-en/expert-feature/personal-library.md).

# Personal library

The Personal Library is a feature that lets you upload 3D modeling files or finish material sources you personally own and use them in the Archisketch editor.\
Only you can view these files, and other users cannot use them.

{% hint style="warning" %}
This feature is available to Archisketch paid customers.
{% endhint %}

## Furniture Upload

{% stepper %}
{% step %}

### Select File

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

![](/files/7041c2275bc2ef8cf405f1179f2e6623d93b36fb)

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

{% hint style="warning" %}
However, even files under 100MB may not be uploadable or may cause errors in the editor if the modeling file has too many meshes.\
If an error occurs during upload, please contact Archisketch.
{% endhint %}
{% endstep %}

{% step %}

### Attribute Settings

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

1. Edit Name
   1. You can edit the product name.
2. Product Placement
   1. You can specify attributes according to where the product will be placed. [Learn how to use it →](/guide/user-en/arranging-furniture/furniture-placement.md)
      1. Products placed on the floor: rugs
      2. Products standing on the floor: chairs, tables
      3. Products attached to the ceiling: ceiling lights, ceiling fans
      4. Products attached to the wall: curtains, picture frames
3. Additional Upload
   1. You can select and upload other products additionally. (Multiple selection available)

![](/files/ec044d74b4a8f0ab634b06faad15754d7ba1073f)
{% endstep %}

{% step %}

### Upload Review Viewer

<figure><img src="/files/55a97350446ad9e1ef2e8abfb720526ff67efbd2" alt=""><figcaption></figcaption></figure>

Before registering a 3D furniture model, you can preview the model through the review viewer.\
By checking for any issues with the model before registration, you can prevent potential problems in advance and upload it stably.
{% endstep %}

{% step %}

### Upload

Click the \[Upload] button to start product upload.\
The upload proceeds according to the requested information, and it takes some time until the final upload is complete.

{% hint style="warning" %}
As with Render Shot, Personal Library uploads are processed sequentially through cloud servers, so the time may vary depending on server conditions.
{% endhint %}

![](/files/681cca699b86fa83151552525025e997fe634d82)

* Back
  * It will take you to the Personal Library main page, where you can check products that are currently being uploaded.
* Change Material
  * You can enter \[Effector] to edit the material or change the size.
  * This is optional, and you can change the material anytime even after the final upload is complete.
* Additional Upload
  * You can continue uploading additional products.
    {% endstep %}
    {% endstepper %}

### Edit Product Information

Click View Product in the Personal Library to go to the detail page.\
There you can edit the product name, purchase link, price, and more.

![](/files/73b50aeee56450389ec0214ddcf955c588b6e0a0)

### Edit Modeling Material

* Go to \[Check 3D Modeling] → \[Effector].
* After clicking the product you want to edit, select \[Material] in the right panel.
* Edit the material as desired.
* Click \[Save] to save the changes.
  * Saving the product may take some time.

![](/files/5b05700993185c1c5ec7d87b695c564f63ddf2a9)

## Finish Material Upload

{% stepper %}
{% step %}

### Select File

Click Personal Library > Finish Material Upload.

* Drag and drop a file to upload it
* File size limit: 5MB or less
* Uploadable files: JPG, PNG

![](/files/336c1007d7a3ccefb6e565552b9118e8013e7061)
{% endstep %}

{% step %}

### Attribute Settings

![](/files/2352a9649f0f4be42110d46c0fd6efa9ad81459d)

Name

* Assign a name to the product.

Finish material size (repeat size)

* Set the repeat size of the texture or finish material. This value determines how the finish material will repeat.

Bumpy Value (Roughness Value)

* Set the roughness of the surface. The closer the value is to 10, the rougher and more pronounced the surface will appear.

Glossy Value (Glossiness Value)

* Set the glossiness of the surface. The closer the value is to 10, the stronger the gloss and the greater the light reflection.
  {% endstep %}

{% step %}

### Upload

Please press the \[Submit] button. Pressing the button will complete the upload immediately and take you to the main screen of the Wallpaper/Finish Material tab.

![](/files/c791a1a6e4f412532ee684fc2593bbb035f16fc9)
{% endstep %}
{% endstepper %}

## Frequently Asked Questions

#### Where can I check the uploaded products in the editor?

Uploaded Personal Library furniture can be checked in the editor's left tab via \[My Page → Upload].

#### I uploaded it, but it doesn't show up in the editor.

* Up to 10 minutes for upload to be reflected
  * After the upload is complete, it may take up to about 10 minutes for synchronization between the dashboard and the editor.
  * Please refresh and check again after 10 minutes.
* Check product information
  * Please check whether the product is set to 'Hide in Editor' status.
  * Check path: Dashboard → Personal Library → Product detail page → 'Editor status'
* What if the product still doesn't appear?
  * If the product still doesn't appear even after checking both of the above, please contact customer support (ChannelTalk).


---

# 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/user-en/expert-feature/personal-library.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.
