> ## Documentation Index
> Fetch the complete documentation index at: https://manual.seahorse.dnotitia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> Agent Rules는 에이전트의 동작 규칙과 제약 조건을 정의하는 기능입니다. 규칙(Rule)과 규칙 세트(Rule Set)를 통해 에이전트의 응답 범위, 금지 사항, 출력 형식 등을 체계적으로 관리할 수 있습니다

# Agent rules

# Agent Rules 기능

<Warning>
  **Agent Rules 는 On-prem 전용 기능입니다.** Seahorse Cloud(SaaS) 환경에서는 UI 가 비활성화되어 있으며, 도입을 원하시면 **별도 상담** 이 필요합니다. 현재 Cloud 환경에서는 [System Prompt](/console/agent-ops/system-prompts) 로 대체하여 응답 제약을 구성하세요.
</Warning>

Agent Rules는 에이전트의 동작 규칙과 제약 조건을 정의하는 기능입니다. 규칙(Rule)과 규칙 세트(Rule Set)를 통해 에이전트의 응답 범위, 금지 사항, 출력 형식 등을 체계적으로 관리할 수 있습니다.

**주요 기능**: 개별 규칙 생성 및 관리, 규칙 세트(Rule Set) 구성, 에이전트에 규칙 세트 적용

**주요 제약사항**:

**경로**: Console → **Agent Ops** → **Agent Rules** *(On-prem 환경 전용)*

<CardGroup cols={2}>
  <Card title="Rule 생성" href="/console/agent-ops/agent-rules/rule-create">
    에이전트에 적용할 새로운 규칙을 생성합니다
  </Card>

  <Card title="Rule 삭제" href="/console/agent-ops/agent-rules/rule-delete" />

  <Card title="Rule 상세" href="/console/agent-ops/agent-rules/rule-detail" />

  <Card title="Rule 목록" href="/console/agent-ops/agent-rules/rule-list">
    등록된 규칙 목록을 조회합니다. 규칙 세트와 동일 화면에 나타납니다
  </Card>

  <Card title="Rule Set 상세" href="/console/agent-ops/agent-rules/rule-set-detail">
    규칙 세트의 상세 정보를 확인하고 구성을 관리합니다. 규칙 세트는 여러 개별 규칙을 묶어 에이전트에 일괄 적용하는 단위입니다
  </Card>

  <Card title="Rule Set 수정" href="/console/agent-ops/agent-rules/rule-set-update" />

  <Card title="Rule 수정" href="/console/agent-ops/agent-rules/rule-update">
    기존 규칙의 내용을 수정합니다. 생성 영역과 동일합니다
  </Card>
</CardGroup>

## 관련 문서

* [Agent Ops Menu Group](/)
* [Agent 기능](/console/agent-ops/agent)
* [Tool Management](/console/agent-ops/agent-tool)
* [System Prompts 기능](/console/agent-ops/system-prompts)
