> 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 parts can be managed in the modeling library.

## Model Lookup

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

<figure><img src="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-dcddb1ab8c915a44e44a622ed89022349aa1c560%2Fmodeling-library-1.png?alt=media" alt=""><figcaption></figcaption></figure>

Once modeling rendering is complete, you can check the modeling render shots and modeling information.

<figure><img src="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-04327698bee789ab53cbcf5bbf301ce4cb6ce6e2%2Fmodeling-library-2.png?alt=media" alt=""><figcaption></figcaption></figure>

## Create Modeling

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

<figure><img src="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-805d90bc58cd26623f0972af8dfdab81b3f64110%2Fmodeling-library-3.png?alt=media" alt=""><figcaption></figcaption></figure>

Or, if you upload and create a modeling file when creating a part in the parts library, the part and the modeling will be created in the modeling library at the same time.

## Delete Modeling

In the modeling list, click the menu button on the right, then click \[Delete] to delete a modeling.

<figure><img src="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-c78a7cf1a58b3b249dba9cb047846fd69dea02a5%2Fmodeling-library-4.png?alt=media" alt=""><figcaption></figcaption></figure>

## Edit Modeling

### Change Modeling File

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

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

<figure><img src="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-a9efe7fa03583cb33664aa7115cf97ca0bfb98f5%2Fmodeling-library-5.png?alt=media" alt=""><figcaption></figcaption></figure>

### Change Modeling Information

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

<figure><img src="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-10e62681a05b4e00641b9661b2d42a9639b98173%2Fmodeling-library-6.png?alt=media" 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.
