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

# Parameter Library

The parameter library is a library that manages global enterprise parameters used throughout the Design Furniture Library.

## What are enterprise parameters

Enterprise parameters refer to parameters used globally within a company domain.

**Material, size, option name** It is suitable for managing variables commonly used across various products.

{% hint style="warning" %}
Enterprise parameters can be viewed/edited in the parameter library, but cannot be edited in the component editor.
{% endhint %}

### Enterprise parameter types

#### Number

* A parameter type that stores numeric values

#### Text

* A parameter type that stores text values

#### Text with Images

* A parameter type that stores \[text + image] pairs

#### Materials

* A parameter type that stores material images

#### Component

* A parameter type that stores components

## Parameter lookup

You can check the parameter list in Design Furniture Library > Parameter Library.

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

## Create a parameter

Click the \[+] button in the upper right and enter the parameter information to create a parameter.

* Display Name refers to the name shown in the editor. (Duplicates allowed)
* Reference Name refers to the name used when using the parameter in the component editor, etc. (Duplicates not allowed)

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

## Delete a parameter

Click the menu button on the right of each parameter to open the more options menu.

You can delete a parameter by clicking the \[Delete] button in the more options menu.

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

## Edit a parameter

Click the menu button on the right of each parameter to open the more options menu.

You can duplicate a parameter by clicking the \[Duplicate] button, and edit parameter information by clicking the \[Edit] button.

<figure><img src="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-94f53b48b9128b61dc0dc24ddf67270e4f0b053e%2Fparameter-library-4.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/parameter-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.
