> 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.md).

# 서버 법률 관련

- [서버 기본 규정](https://docs.frogrp.kr/law/undefined/undefined.md): FROG 서버 이용 시 모든 유저가 기본적으로 준수해야 하는 규정입니다.
- [서버 제재 법률](https://docs.frogrp.kr/law/undefined/undefined-1.md): FROG 서버 내에서 발생하는 법률 위반 행위에 대한 관리자 제재 기준과 절차를 안내합니다.
- [디스코드 법률](https://docs.frogrp.kr/law/undefined/undefined-2.md): FROG 서버 디스코드 이용 시 반드시 준수해야 하는 규정입니다.
- [보호구역 법률](https://docs.frogrp.kr/law/undefined/undefined-3.md): 보호구역 및 준보호구역 내 롤플레이 제한, 소음공해, 납치 행위에 대한 기준입니다.
- [팩션 법률](https://docs.frogrp.kr/law/undefined/undefined-4.md): FROG 서버 내 모든 팩션이 공통으로 준수해야 하는 통합 법률입니다.
- [통합 공무원 법률](https://docs.frogrp.kr/law/undefined/undefined-5.md): 경찰청, 보안국, EMS 및 RP 공무원 팩션에 적용되는 통합 법률입니다.  통합 공무원 법률
- [매매 및 거래 법률](https://docs.frogrp.kr/law/undefined/undefined-6.md): FROG 서버 내 재산 양도, 리셀, 용돈, 현금거래, 불법 거래를 제한하는 법률입니다.


---

# 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.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.
