> 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/parametric-library/modeling-library.md).

# モデリングライブラリ

部品が使用するモデリングソースは、モデリングライブラリで管理できます。

## モデリング照会

設計家具ライブラリ > モデリングライブラリでモデリング一覧を確認できます。

<figure><img src="/files/23944008dff7caa59d0c30b13b1be20468c0beac" alt=""><figcaption></figcaption></figure>

モデリングレンダリングが完了すると、モデリングのレンダーショットとモデリング情報を確認できます。

<figure><img src="/files/193a89780e5dc005a7fd658666c44e14c80a4903" alt=""><figcaption></figcaption></figure>

## モデリング作成

右上の［モデリング作成］ボタンをクリック後、モデリングファイルをアップロードしてモデリングを作成できます。

<figure><img src="/files/befe3b31d738c9b292fafb51218fd8426b74fb5c" alt=""><figcaption></figcaption></figure>

または、部品ライブラリで部品作成時にモデリングをアップロードして作成すると、部品作成と同時にモデリングもモデリングライブラリに作成されます。

## モデリング削除

モデリング一覧で右側のメニューボタンをクリックし、［削除］ボタンをクリックしてモデリングを削除できます。

<figure><img src="/files/5385c38a7e08763716455261f93821b5356c76de" alt=""><figcaption></figcaption></figure>

## モデリング修正

### モデリングファイル変更

モデリング詳細ページ > 元ファイル変更で、2つの方法でモデリングファイルを修正できます。

* ファイルアップロード: ローカルファイルをアップロードしてファイルを変更
* 既存のモデリングファイルをエフェクター（Effector）で修正して反映

<figure><img src="/files/266a3c1c5ffd552747d74d75cad60be8e3008b80" alt=""><figcaption></figcaption></figure>

### モデリング情報変更

モデリング詳細ページ右上の［修正］ボタンをクリックしてモデリング名を変更できます。

<figure><img src="/files/cc797c7e0eff32686d11632bbe64433503a564b4" alt=""><figcaption></figcaption></figure>


---

# 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/parametric-library/modeling-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.
