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

# 属性とデータ

属性とデータは、アーキスケッチが標準で提供する部品情報フィールドに加えて、追加のカスタムフィールドを追加できる機能です。

たとえば、製品の価格や関連リンクのように、複数の場所で共通して使う必要がある値は、パラメータとして登録しておくと再利用しやすくなります。

## 属性とデータの入り口

ライブラリの詳細設定 > 属性とデータをクリックして入ることができます。

<figure><img src="https://1909169026-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>

## 属性の追加

* 右上の［作成する］ボタンをクリックすると、カスタムフィールド作成モーダルに入ることができます。
* フィールド情報を入力後、［作成］ボタンをクリックするとカスタムフィールドが作成されます。

<figure><img src="https://1909169026-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>

## 属性の修正と削除

属性の右側にあるアイコンボタンをクリックして、属性を修正または削除できます。

<figure><img src="https://1909169026-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>

## 属性値の修正（部品）

* 部品の詳細ページでカスタムフィールドを確認できます。
* カスタム変数フィールド右側の［修正］ボタンをクリックして値を修正できます。

<figure><img src="https://1909169026-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-jp/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.
