> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-guide/admin-agents/agents.md).

# 에이전트 관리

에이전트 관리 화면에서는 **회사 자료를 참고해 답하는 에이전트**를 만들고, 직원에게 보여줄지 정할 수 있어요.

## 시작하기 전에

* 이 기능은 **관리자**가 사용할 수 있어요.
* 관리자 왼쪽 메뉴의 **사내 에이전트 > 에이전트 관리**에서 들어갈 수 있습니다.

## 따라하기

### 1단계. 에이전트 목록 보기

**전사 에이전트** 와 카테고리별로 정리된 에이전트가 보입니다. 왼쪽 위에서 워크스페이스를 고르면 그 워크스페이스의 에이전트만 볼 수 있어요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-cf9c0becf4b596387b0f271210b011f7e73ec9da%2Fagents-01.png?alt=media" alt=""><figcaption><p>1단계 화면</p></figcaption></figure>

### 2단계. 에이전트 만들기

오른쪽 위의 **\[공식 에이전트 추가]** 버튼을 눌러주세요. 이름과 역할(프롬프트), 참고할 자료를 넣어 만듭니다. 에이전트가 업무 수행 중 이용할 도구도 골라 연결할 수 있는데, 도구는 **필요한 것만 골라 최대 5개까지** 연결할 수 있어요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-d4d8d6735a089e559b415197b358e1246813d7b6%2Fagents-02.png?alt=media" alt=""><figcaption><p>2단계 화면</p></figcaption></figure>

## 만들고 나서 할 일

1. 만들면 바로 **노출 대기중** 상태예요. 관리자에게만 보입니다
2. 직접 대화해 보며 충분히 검토·수정하세요
3. **메인 노출** 을 켜면 그때부터 직원들도 쓸 수 있어요

{% hint style="info" %}
만든 후에도 노출 워크스페이스·카테고리, 모델, 이름·아이콘, 설명, 프롬프트, 대화 스타터, 참고 파일, MCP·내부 도구를 수정할 수 있어요.
{% endhint %}

## 직원이 신청한 에이전트 승인하기

직원이 신청한 에이전트도 **노출 대기중**에 들어옵니다. 검토하신 뒤 여기서 승인해 주세요.

{% hint style="info" %}
직원 신청은 **워크스페이스 에이전트로만** 가능해요. 전사 에이전트는 신청할 수 없습니다.
{% endhint %}

## 공개 범위 정하기

카테고리마다 **공개 범위**를 정할 수 있어요.

| 범위    | 누가 볼 수 있나   |
| ----- | ----------- |
| 전체 공개 | 회사 전체       |
| 일부 공개 | 지정한 사용자·조직만 |
| 비공개   | 공유하지 않음     |

## 다 되었어요!

이제 회사 자료를 아는 에이전트를 직원들이 쓸 수 있습니다.

답이 정확하지 않으면 자료만 올리지 마시고 **역할(프롬프트)에 원하는 정답 사례를 직접 넣어주세요.** 훨씬 잘 통제됩니다.

설정 하나하나와 자주 묻는 질문은 [**관리자 도움말**](https://docs.wrks.ai/admin-help)에 정리돼 있어요.


---

# 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.wrks.ai/admin-guide/admin-agents/agents.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.
