> For the complete documentation index, see [llms.txt](https://docs.salesmap.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmap.kr/settings/object-management/association/utilizing-association.md).

# 관계 설정 활용하기

***

## 1. 관계 설정 화면

### 1-1. 상세 화면&미리보기 화면

각 오브젝트의 상세화면과 미리보기 화면에 관계 위젯을 추가하면 오브젝트 정보와 함께 연결된 관계를 바로 확인할 수 있습니다.  예를 들어 <kbd>딜</kbd>의 상세화면에 ‘시공사’ 관계 위젯을 추가하면, 해당 <kbd>딜</kbd>과 '시공사'로 연결된 <kbd>회사</kbd> 정보를 한눈에 확인할 수 있습니다.

다음은 상세화면과 미리보기 화면에 위젯을 추가하는 방법입니다.

{% @arcade/embed flowId="WYWjDORh2JvtnNnhZmPo" url="<https://app.arcade.software/share/WYWjDORh2JvtnNnhZmPo>" %}

### 1-2. 목록 화면

각 오브젝트의 목록 화면에 연결되어 있는 관계들을 컬럼으로 추가해 한눈에 볼 수 있습니다. \
예를 들어, 앞서 살펴 본 딜 상세/미리보기 화면뿐 아니라, 딜 목록에서도 해당 <kbd>딜</kbd>과 '시공사'로 연결된 <kbd>회사</kbd>를 한눈에 볼 수 있습니다.

오브젝트의 목록에서 관계를 컬럼으로 추가하는 방법은 다음과 같습니다.

{% @arcade/embed flowId="7rsZWvSAPYBsmV4zTq13" url="<https://app.arcade.software/share/7rsZWvSAPYBsmV4zTq13>" %}

### 1-3. 생성 화면

생성 화면에 관계를 입력 필드로 추가하면 오브젝트를 새로 생성할 때부터 다른 오브젝트와의 관계를 입력할 수 있습니다.&#x20;

예를 들어 <kbd>딜</kbd>을 생성할 때 뜨는 딜 생성 화면에서 해당 <kbd>딜</kbd>과 '시공사'로 연결될 <kbd>회사</kbd>를 설정할 수 있습니다.&#x20;

이처럼 초기 입력 단계에서부터 관계를 설정하면, 누락될 일이 없는 것은 물론 이후의 관리도 훨씬 수월해집니다.

다음은 오브젝트 생성 화면에 관계를 입력 필드로 추가하는 방법입니다.

{% @arcade/embed flowId="Ri63UZAQ7fcQACp9IqZ9" url="<https://app.arcade.software/share/Ri63UZAQ7fcQACp9IqZ9>" %}


---

# 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.salesmap.kr/settings/object-management/association/utilizing-association.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.
