> For the complete documentation index, see [llms.txt](https://wiki.osirisbd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.osirisbd.com/welcome/rule.md).

# Rule

## OSIRISBD Server Rules

By remaining on the **OSIRISBD** server, you agree to follow these rules. Not knowing the rules does not exempt you from responsibility.

### Discord Rules

**1. Respect Members and Staff**\
Insults, harassment, threats, provocations, discrimination, and insulting server staff are prohibited.\
**Punishment:** warning → mute for up to 24 hours → ban.

**2. No Spam**\
Flooding, repeated messages, excessive use of emojis, and mass mentions are prohibited.\
**Punishment:** message removal and mute for up to 12 hours.

**3. Use Channels for Their Intended Purpose**\
Post messages only in the appropriate channels.\
**Punishment:** warning → mute.

**4. Prohibited Content**\
Scams, malicious links, shocking content, and sharing another person’s private information are prohibited.\
**Punishment:** ban from 7 days to permanent.

**5. Advertising**\
Advertising other servers, services, or external resources is allowed only with staff approval.\
**Punishment:** message removal → mute or ban.

**6. Server Staff**\
Insulting staff members, impersonating staff, and bypassing punishments through alternative accounts are prohibited.\
**Punishment:** mute or permanent ban.

***

## In-Game Rules

**1. Fair Play**\
Cheats, bots, macros, exploiting game bugs, and selling in-game currency or items for real money are prohibited.\
**Punishment:** permanent ban.

**2. No Scamming**\
Scamming members during trades, reward distribution, or any other agreements is prohibited.\
**Punishment:** return of the obtained items or currency and a ban.

**3. PvP Rules**\
Normal in-game conflicts, arguments, and PvP are allowed.

Targeting, repeatedly attacking, or harassing a player because of their race, nationality, language, religion, gender, origin, or other personal characteristics is prohibited.

Insults directed at a player’s nationality, language, religion, culture, or origin are prohibited.\
**Punishment:** warning → temporary ban → permanent ban.

**4. Group Activities**\
Intentionally disrupting the team, sabotaging events, ignoring the event organizer, or sharing information with opponents is prohibited.\
**Punishment:** removal from activities or a ban.

**5. Insulting Staff**\
Insults, threats, provocations, and spreading false information about server staff are prohibited.\
**Punishment:** mute or ban.

The **OSIRISBD** staff may adjust punishments depending on the severity and frequency of the violation.


---

# 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://wiki.osirisbd.com/welcome/rule.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.
