> 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 personally owned 3D modeling files or finishing material sources for use in the Archisketch editor.\
These files can only be viewed by you, and other users cannot use them.

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

## Furniture Upload

{% stepper %}
{% step %}

### Select File

Click \[Personal Library → Furniture Upload] and select a file.

![](/files/384b240f4b03c1ddf042d248bb83c3aab31f14af)

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

{% hint style="warning" %}
However, even files under 100MB may fail to upload or 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 %}

### Property Settings

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

1. Edit Name
   1. You can edit the product name.
2. Product Placement
   1. You can set properties according to where the product will be placed. [Learn more with usage examples →](/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 walls: curtains, frames
3. Additional Upload
   1. You can select and upload additional products. (Multiple selection available)

![](/files/17b97641a0722a1934cea01d815cb87cac80132d)
{% endstep %}

{% step %}

### Upload

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

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

![](/files/95a9a93101d1ef4d035188213a91ece9a2d35b00)

* Go Back
  * You will be taken to the Personal Library main page, where you can check the products currently being uploaded.
* Change Material
  * Enter \[Effector] to edit materials or change sizes.
  * This is optional, and you can change the material at any time 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/b4c12e11c847414cc58e246cb8c6c7f4622c4147)

### Edit Modeling Material

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

![](/files/f8f5ac5d0c03b70cbc214d7a546494b54566a1bb)

## Finishing Material Upload

{% stepper %}
{% step %}

### Select File

Click Personal Library > Finishing Material Upload.

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

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

{% step %}

### Property Settings

![](/files/b839b753c10f8f437c4ec48561b0c4fe9cca3367)

Name

* Set the product name.

Material size (repeat size)

* Set the repeat size of the texture or material. This value determines how the 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 appears.

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. Once you press the button, the upload is completed immediately and you will be taken to the main screen of the Wallpaper/Finishing Material tab.

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

## Frequently Asked Questions

#### Where can I check 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 appear in the editor.

* Up to 10 minutes after upload for it 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'
* Still can't see the product?
  * If the product still does not appear even after checking both of the above, please contact customer support (Channel Talk).


---

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