> 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/introduction/undefined.md).

# 기관 구조와 역할 안내

Runyour Agent는 **기관 · 그룹 · 멤버**의 3계층으로 운영됩니다. 화면과 기능은 본인의 역할(Role)에 따라 다르게 보입니다.

#### 기관 · 그룹 · 멤버

<table><thead><tr><th width="90.73828125">계층</th><th>설명</th></tr></thead><tbody><tr><td>기관</td><td>서비스 이용의 최상위 단위. 크레딧을 계약·보유합니다.</td></tr><tr><td>그룹</td><td>기관 안에서 목적에 따라 멤버·지식·크레딧을 묶는 단위.</td></tr><tr><td>멤버</td><td>그룹에 소속되어 크레딧으로 AI를 사용하는 구성원.</td></tr></tbody></table>

#### 역할별 권한

<table><thead><tr><th width="174.6484375">역할</th><th width="163.12109375">설명</th><th>주요 권한</th></tr></thead><tbody><tr><td>기관 관리자</td><td>기관 전체를 운영</td><td>사용자·그룹·크레딧·기관 설정 관리, 통합 대시보드</td></tr><tr><td>그룹 매니저</td><td>특정 그룹을 운영</td><td>그룹 멤버 추가, 그룹 지식 베이스 관리</td></tr><tr><td>기관 사용자(그룹 멤버)</td><td>일반 구성원</td><td>작업하기, 에이전트·지식 베이스 활용, API 라우터</td></tr></tbody></table>


---

# 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/introduction/undefined.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.
