# 5.1. 에셋 업로드 (Asset upload)

{% stepper %}
{% step %}

## 파라메트릭 라이브러리 > 부품 라이브러리 진입

![](/files/2e11d3164b686cf515c0899738b60572b8ecaa51)
{% endstep %}

{% step %}

## 부품 생성하기 진입

![](/files/2386d9e50d69cf8cdf4e3e6a0f96d698add4e2a6)
{% endstep %}

{% step %}

## 부품 정보 기입 및 모델링 파일 업로드

![](/files/1b16430fe18d2e2996c45caf09d9af98b0ed0540)

* 모델링 파일 주의 사항
  * 지원 포멧은 `GLTF` / `OBJ` / `SKP` 만 지원합니다.
  * GLTF 같은경우 빈번히 필수 파일이 누락되어 오류가 나는 케이스가 발생합니다. (필수 파일은 Bin / gltf / png)
    {% endstep %}
    {% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.archisketch.com/dev-guide/contents/custom-furniture/asset-upload.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
