> 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/lifestyle-rules/injuries.md).

# Injuries

When your character is unconscious or downed, it’s important to roleplay the situation accurately. Use `/me` to describe the extent of your injuries and cooperate with EMS (if they are present) until they let you know you can leave the scene or hospital.

**Key Points:**

* **Communication:** If your character is downed from minor injuries or bruises, you can use your mic to talk. However, if your character is dead or seriously injured, you cannot use your mic. Talking while dead or severely injured is considered <mark style="color:red;">**Fail RP**</mark>, as a dead or critically injured person cannot speak in real life.
* **Leniency:** We understand that not all downed situations involve severe trauma. For example, if your character passes out from hunger or falls from a small height, we will be more lenient. However, we can check the nature of your injuries if needed.
* **Roleplay:** If issues arise during the scenario, continue to roleplay and submit a ticket if necessary. Do not engage in arguments or complaints about talking while dead. Simply focus on roleplaying the situation.

Failure to follow these rules may result in punishments, including bans.

**This rule helps ensure realistic and immersive roleplay for all players.**


---

# 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/lifestyle-rules/injuries.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.
