> 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 a 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/fc9e6cfb94c1f342a9ed8f4f48c2097860529a6b" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/73b9a7ddd571e1b3da317efd41278b2b6cc617a6" alt=""><figcaption></figcaption></figure>

## Create Modeling

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

<figure><img src="/files/458e3ce2ae4c45d7d436482bb58e449f45bb5203" alt=""><figcaption></figcaption></figure>

Alternatively, when creating a part in the part library, if you upload a model during part creation, the model will also be created in the modeling library at the same time as the part is created.

## Delete Modeling

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

<figure><img src="/files/09486b9555ef43b77af52ab48cb198c42150dbbe" alt=""><figcaption></figcaption></figure>

## Edit Modeling

### Change Modeling File

You can edit the modeling file in two ways under Modeling Details Page > Change Original File.

* File upload: Upload a local file to change the file
* Modify the existing modeling file in Effector and apply it

<figure><img src="/files/213b06b9b5ab1bf639187e1332731cba5ff0cd66" 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 Details Page.

<figure><img src="/files/6cf17294ee5ff7a4e90b102479e6ae63611f560b" 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.
