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

# 에이전트

**에이전트**는 역할·지식·도구를 미리 정해 두고 반복해서 사용하는 AI입니다. 그룹 안에서 에이전트를 만들면 **그룹 구성원 모두가 함께 사용**할 수 있어, 자주 하는 업무를 팀 공통의 AI로 표준화할 수 있습니다.

#### 접근 경로

작업하기 화면 중앙 하단의 **에이전트** 영역에서 **＋ 에이전트 만들기** 카드를 클릭하면 에이전트 생성 화면이 열립니다.

<div data-with-frame="true"><figure><img src="/files/Oi4l9O9EVGphIPKIwgBt" alt=""><figcaption></figcaption></figure></div>

#### 에이전트 생성하기

생성 화면 좌측 폼에서 다음 항목을 설정합니다.

<table><thead><tr><th width="144.6796875">항목</th><th>설명</th></tr></thead><tbody><tr><td>프로필</td><td>에이전트 이미지 업로드(JPG·PNG·GIF·WEBP, 5MB 이하)</td></tr><tr><td>이름</td><td>에이전트를 식별하는 이름</td></tr><tr><td>설명</td><td>어떤 에이전트이며 무슨 역할을 하는지</td></tr><tr><td>시스템 프롬프트</td><td>에이전트의 역할·말투·규칙을 정의하는 지시문</td></tr><tr><td>도구</td><td>에이전트가 사용할 도구(예: 문서 만들기)</td></tr><tr><td>지식 베이스</td><td>에이전트가 참고할 지식 베이스 연결</td></tr></tbody></table>

생성한 에이전트는 그룹 구성원 모두에게 공유됩니다. 시스템 프롬프트는 에이전트의 성격을 결정합니다.&#x20;

* <mark style="color:$info;">예) "당신은 회사의 역사와 인사 규정을 잘 아는 정책 안내 담당자입니다. 질문을 정확히 이해하고, 관련 정보를 확인할 수 있는 출처로 자연스럽게 안내해야 합니다."</mark>

{% hint style="warning" %}
생성한 에이전트는 옵션 메뉴를 통해 수정 또는 삭제가 가능하며, 삭제 시 그룹원들이 해당 에이전트를 이용할 수 없게 됩니다.
{% 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/workspace/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.
