> 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 across the Design Furniture Library.

## What are enterprise parameters?

Enterprise parameters refer to parameters used globally within the enterprise domain.

**Materials, sizes, option names** It is suitable for managing variables commonly used across various products.

{% hint style="warning" %}
Enterprise parameters can be viewed and edited in the Parameter Library, but cannot be edited in the Component Editor.
{% endhint %}

### Enterprise parameter types

#### Number

* A parameter type that holds numeric values

#### Text

* A parameter type that holds text values

#### Text with Images

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

#### Materials

* A parameter type that holds material images

#### Component

* A parameter type that holds components

## View parameters

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

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

## Create parameter

You can create a parameter by clicking the \[+] button in the upper right and entering the parameter information.

* Display Name means the name shown in the editor. (Duplicates allowed)
* Reference Name means the name used to refer to the parameter in the Component Editor and elsewhere. (Duplicates not allowed)

<figure><img src="/files/091c6ff77d9b42cf81d21b954fd5a7f659cb0ab6" alt=""><figcaption></figcaption></figure>

## Delete parameter

You can check the More menu by clicking the menu button on the right of each parameter.

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

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

## Edit parameter

You can check the More menu by clicking the menu button on the right of each parameter.

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

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