> For the complete documentation index, see [llms.txt](https://docs.frogrp.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frogrp.kr/law/undefined/undefined-4.md).

# 팩션 법률

FROG 서버 내 모든 팩션이 공통으로 준수해야 하는 통합 법률입니다.

***

### 팩션 통합 법률

#### 사이드 공지

모든 팩션은 팩션과 관계없는 내용으로 사이드 공지를 사용할 수 없다.

모든 팩션의 사이드 공지는 동일 내용으로 최대 3회까지만 연속 사용 가능.

***

#### 팩션 쿨타임

팩션 쿨타임은 퇴사 당일을 포함한 3일로 규정한다.

팩션 쿨타임은 팩션 해체 시 적용되지 않는다.

팩션 쿨타임을 없애기 위한 디스코드 재가입을 금지한다.

팩션 해체시에는 쿨타임이 적용되지 않는다.

***

#### 팩션 퇴사

팩션 해체/퇴사 시 팩션 물품을 반납해야 한다.

팩션에서는 퇴사비를 받을 수 없다.

***

#### 팩션 경고

팩션 경고는 동일 사건 내에서 3명 이상의 팩션원이 관리자 처벌을 받을 경우 지급될 수 있다.

이외 팩션 관련 업무에서 관리자 처벌이 발생한 경우 인원과 관계없이 팩션 경고 지급 가능

팩션 경고가 3회 이상 누적된다면 강제해체된다.

해체한 팩션이 다시 팩션을 창설한다면 경고는 유지된다.

***

#### 보호 기간

팩션은 최대 3일까지 보호기간 신청이 가능하다.

팩션인원은 보호기간 동안 일정RP가 불가하다.

공무 팩션은 보호기간 중 스토리RP가 불가하다.

조직 및 기업 팩션의 경우 영장 / 사업권 RP가 불가하다.

***

#### 이모지 부착

모든 팩션원은 자신의 닉네임 앞에 이모지를 부착하여야 한다.

***

#### 팩션 해체

팩션 해체 시에는 팩션원들이 임시 차단 조치가 된다.

***

#### 팩션 공동계좌

팩션의 공동계좌는 개인적인 목적(사익)으로는 사용할 수 없다.

***

#### 알피 / 사업권 중단

모든 팩션은 1일 최대 1번에 최대 3시간 동안 한하여 알피 / 사업권을 중단할 수 있다.

알피 / 사업권 중단 전, 관리자의 허가를 맡아야 한다.

알피 / 사업권 중단 시에는 외부공지 및 사이드 공지를 통해 안내해야 한다.

알피 / 사업권 중단 시에는 합리적인 사유가 필요하다.

***

#### 전 인원 퇴근 공지

팩션 전 인원 퇴근 시에는 사이드 공지를 통해 안내해야 한다.

사이드 공지 공표 전 들어온 RP는 전부 처리해야 한다.

사이드 공지 공표 후 들어온 RP는 거부 가능하다.

***

#### 특채

팩션 특채는 매월 3회 가능하다.

여기서 말하는 특채는 지원서 없이 채용하는 특별 채용이 아닌 팩션 쿨타임을 없애는 특채이다.

매월 1일 초기화된다.

***


---

# 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.frogrp.kr/law/undefined/undefined-4.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.
