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

# Modeling library

The modeling source used by the part can be managed in the modeling library.

## Modeling Lookup

You can check the modeling list in Design Furniture Library > Modeling Library.

<figure><img src="/files/4943f06d790b0e433ec46a248d2ab322b14f3ca3" alt=""><figcaption></figcaption></figure>

Once modeling rendering is complete, you can view the modeling render shot and modeling information.

<figure><img src="/files/9b91b00647e3636620a9050e6f95d776df76d672" alt=""><figcaption></figcaption></figure>

## Create Modeling

You can create modeling by clicking the \[Create Modeling] button in the upper right and uploading a modeling file.

<figure><img src="/files/74a0fd44867b90f3788553657b45321d7da5fb50" alt=""><figcaption></figcaption></figure>

Alternatively, when creating a part in the part library, if you upload modeling and create it, the modeling will also be created in the modeling library at the same time as the part is created.

## Delete Modeling

You can delete modeling by clicking the right-side menu button in the modeling list and then clicking the \[Delete] button.

<figure><img src="/files/94d4d4b4c40a314c325c61a7842db70b4ac463ef" alt=""><figcaption></figcaption></figure>

## Edit Modeling

### Change Modeling File

On the Modeling Detail page > Change Original File, you can edit the modeling file in two ways.

* Upload file: change the file by uploading a local file
* Modify the existing modeling file in the Effector and apply it

<figure><img src="/files/7a20c762ff585f6d97974235448f9579b8bb690b" alt=""><figcaption></figcaption></figure>

### Change Modeling Information

You can change the modeling name by clicking the \[Edit] button in the upper right of the Modeling Detail page.

<figure><img src="/files/aa787c1ef4b26a0c816eed0b9bf89bcd6e557d50" 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/enterprise-en/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.
