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

# Personal Library

The Personal Library is a feature that lets you upload your personally owned 3D modeling files or finish material sources to 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

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

![](/files/384b240f4b03c1ddf042d248bb83c3aab31f14af)

* Supported file formats: SKP, ZIP (OBJ, GLTF)
* SKP version: 2023 or earlier
* File 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 contains 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. [See usage examples →](/guide/user-guide/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 additional products. (Multiple selection available)

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

{% step %}

### Upload

Click the \[Upload] button to start uploading the product.\
The upload will proceed according to the information you requested, and it will take some time until the final upload is complete.

{% hint style="warning" %}
Like render shots, Personal Library uploads are processed sequentially through a cloud server, 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 products currently being uploaded.
* Change Material
  * You can enter \[Effector] to edit materials or change the size.
  * 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 your Personal Library to go to the details page.\
There, you can edit the product name, purchase link, price, and more.

![](/files/b4c12e11c847414cc58e246cb8c6c7f4622c4147)

### Edit Modeling Material

* Go to \[3D Modeling Check] → \[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 some time.

![](/files/f8f5ac5d0c03b70cbc214d7a546494b54566a1bb)

## Finish Material Upload

{% stepper %}
{% step %}

### Select File

Click Personal Library > Finish Material Upload.

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

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

{% step %}

### Property Settings

![](/files/b839b753c10f8f437c4ec48561b0c4fe9cca3367)

Name

* Set the product name.

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 strongly expressed the surface becomes.

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 click the \[Submit] button. Once you click it, the upload will be completed immediately, and you will be taken to the main screen of the Wallpaper/Finish Material tab.

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

## Frequently Asked Questions

#### Where can I see the products I uploaded 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.

* It may take up to 10 minutes after upload for it to appear
  * After the upload is complete, synchronization between the dashboard and the editor may take up to 10 minutes.
  * 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 (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-guide/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.
