> For the complete documentation index, see [llms.txt](https://mondrian.gitbook.io/yennefer-cluster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mondrian.gitbook.io/yennefer-cluster/insight/undefined/undefined-2.md).

# 사용자 초대

> Yennefer Insight에서 생성한 대시보드는 다른 사용자와 공유할 수 있으며, 이를 통해 팀원들과 효과적으로 협업할 수 있습니다. 초대 기능을 활용하면 특정 사용자에게 대시보드 접근 권한을 부여할 수 있습니다. 이를 통해 팀원들은 동일한 데이터를 기반으로 분석을 진행하고, 실시간으로 업데이트되는 정보를 공유하며 인사이트를 도출할 수 있습니다.

## Overview

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

### 1. 사용자 초대 방법

* **Invite User** 버튼을 클릭하면 현재 대시보드를 조회할 수 있는 사용자 목록을 확인할 수 있습니다.

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

  <figure><img src="/files/dL9lLSdzhJtZVpb0c28R" alt=""><figcaption></figcaption></figure>
* 대시보드 상세 페이지에서 Add User 버튼을 클릭하여 다른 사용자를 초대합니다.

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

  <figure><img src="/files/vLbvHg6MnMMibsXT6r18" 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://mondrian.gitbook.io/yennefer-cluster/insight/undefined/undefined-2.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.
