> 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 are a feature that allows you to add additional custom fields beyond the part information fields provided by default by Arkisketch.

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.

## Accessing Attributes and Data

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

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

## Add Attribute

* You can enter the custom field creation modal by clicking the \[Create] button in the upper right.
* After entering the field information and clicking the \[Create] button, the custom field is created.

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

## Edit & Delete Attributes

You can edit or delete an attribute by clicking the icon button to the right of the attribute.

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

## Edit Attribute Values (Parts)

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

<figure><img src="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-c1a639f1a05a0660fe5ea1a893e22848c481e87b%2Fadvanced-settings_custom-field-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/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.
