> For the complete documentation index, see [llms.txt](https://docs.onenightroleplay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onenightroleplay.com/server-rules/roleplay-rules/common-knowledge-rules.md).

# Common Knowledge Rules

1. **Poaching:**
   * **Definition:** Poaching is soliciting members from one sim/game/organization to join another, including discussing other servers or sending links to their discords.
   * **Policy:** Poaching is strictly prohibited and will result in an immediate, permanent ban without exception.
2. **Character Names:**
   * **Guidelines:** Character names must not be offensive, homophobic, racist, or inappropriate, including derogatory terms related to nationality.
3. **Age Requirement:**
   * **Rule:** All characters must be 18 years or older.
4. **Green zone Abuse:**
   * **Policy:** You cannot enter a green zone to avoid being taken hostage or killed.
5. **Scene Management:**
   * **Downed Players:** If you are downed in a scene, you cannot heal others at the scene or return to it after being healed.
6. **Ped Skin Usage:**
   * **Requirement:** You must have approval from a Senior-Admin or above to use a ped skin.
7. **Hostage Ransom:**
   * **Rule:** You cannot ask for money for a hostage.
8. **Criminal Activity Near Restarts:**
   * **Policy:** Avoid engaging in criminal activities when a server restart is imminent.
9. **Military Base Vehicles:**
   * **Rule:** Stealing helicopters, jets, or planes from the military base is forbidden.
10. **Roleplay Continuity:**
    * **Policy:** Roleplay should not stop or become less serious before a restart; continue as normal.
11. **Tsunami Timing:**
    * **Guideline:** Avoid hitting banks or stores within 15 minutes before or after a tsunami. If a scene is in progress when a tsunami occurs, complete the scene before leaving.


---

# 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.onenightroleplay.com/server-rules/roleplay-rules/common-knowledge-rules.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.
