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

# 属性とデータ

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

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

## 属性とデータに入る

ライブラリの詳細設定 > 属性とデータをクリックしてアクセスできます。

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

## 属性を追加

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

<figure><img src="/files/4e71ad51d6550cd04be28387934c01011548fe07" alt=""><figcaption></figcaption></figure>

## 属性の編集・削除

属性の右側のアイコンボタンをクリックして、属性を編集または削除できます。

<figure><img src="/files/706eff0cc70bb4f2070c896796478d7ee9e53564" alt=""><figcaption></figcaption></figure>

## 属性値の編集（部品）

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

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