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

# 속성 및 데이터

속성 및 데이터는 아키스케치가 기본으로 제공하는 부품 정보 필드 외에 추가적인 커스텀 필드를 추가할 수 있는 기능입니다.

예를 들어, 제품의 가격, 관련 링크처럼 여러 곳에서 공통으로 사용해야 하는 값은 매개 변수로 등록해두면 재사용하기 편리하다.

## 속성 및 데이터 진입

라이브러리 고급 설정 > 속성 및 데이터를 클릭해 진입할 수 있습니다.

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

## 속성 추가

* 우측 상단 \[생성하기] 버튼을 클릭해 커스텀 필드 생성 모달로 진입할 수 있습니다.
* 필드 정보를 입력 후 \[생성] 버튼을 클릭하면 커스텀 필드가 생성됩니다.

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

## 속성 수정 & 삭제

속성 우측 아이콘 버튼을 클릭해 속성을 수정하거나 삭제할 수 있습니다.

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

## 속성 값 수정 (부품)

* 부품 상세 페이지에서 커스텀 필드를 확인할 수 있습니다.
* 커스텀 변수 필드 우측 \[수정] 버튼을 클릭하여 값을 수정할 수 있습니다.

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