> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/runyour-agent/admin/undefined-1.md).

# 사용자 관리

#### 접근 경로

좌측 사이드바의 **사용자** 메뉴(관리자 전용)를 클릭하면 사용자 목록이 표시됩니다. 목록에는 이름·이메일·권한·가입일·상태가 표시됩니다.

<div data-with-frame="true"><figure><img src="/files/5hcyR9pXPtEZL1k0Ddn2" alt=""><figcaption><p><strong>사용자 목록</strong> — 기관 구성원과 상태를 확인합니다</p></figcaption></figure></div>

#### 사용자 초대(추가)

1. 화면 우측 상단의 **`사용자 추가하기`**&#xBC84;튼을 클릭해 초대 모달을 엽니다.
2. **추가하기**를 클릭하면,
   * 이미 Runyour AI 계정이 있는 사용자는 즉시 **활성 사용자**로 합류합니다.
   * 미가입 사용자는 초대 메일이 발송되고 **가입 대기 중** 상태로 표시됩니다.

#### 사용자 삭제

* 사용자를 삭제하면 기관과 모든 소속 그룹에서 즉시 제외됩니다.
* 개인 리소스(개인 API 키 등)는 삭제되지만, **그룹에 올린 지식 베이스 자료는 원작자 표기와 함께 유지**됩니다.

{% hint style="info" %}
기관에는 최소 1명 이상의 관리자가 필요하므로, 마지막 관리자는 삭제할 수 없습니다.
{% endhint %}


---

# 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://runyourai.gitbook.io/userguide/runyour-agent/admin/undefined-1.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.
