> 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/advanced-settings/custom-field.md).

# Properties and data

Attributes and data is a feature that lets you add additional custom fields in addition to the part information fields Archisketch provides by default.

For example, values that need to be used commonly in multiple places, such as a product's price or related links, are convenient to reuse if registered as parameters.

## Access Attributes and Data

You can access it by clicking Library Advanced Settings > Attributes and Data.

<figure><img src="/files/47d94b098aae26601d96a58516783b19b056becd" alt=""><figcaption></figcaption></figure>

## Add Attribute

* Click the \[Create] button in the upper right to open the custom field creation modal.
* After entering the field information, click the \[Create] button to create the custom field.

<figure><img src="/files/0f6180890652f6a701cdbf8f61d21cd5f6583cc7" alt=""><figcaption></figcaption></figure>

## Edit & Delete Attributes

Click the icon button to the right of the attribute to edit or delete it.

<figure><img src="/files/2a1b2fedf472f6e3bc8fe72d5ecdf387e9f5a631" alt=""><figcaption></figcaption></figure>

## Edit Attribute Values (Parts)

* You can view custom fields on the part detail page.
* You can edit the value by clicking the \[Edit] button on the right side of the custom variable field.

<figure><img src="/files/33eecd40c7e84c483dacc30c3b62556a14ae46cd" 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/advanced-settings/custom-field.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.
