> For the complete documentation index, see [llms.txt](https://docs.ostirp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ostirp.com/regras-do-discord.md).

# ❗ Regras do Discord

**Regras para Contato e Utilização dos Canais do Discord**

1. O suporte da Staff não é realizado por mensagens diretas (privado). Caso necessite de atendimento, esclarecer dúvidas, realizar denúncias, reports ou qualquer outro tipo de solicitação, abra um **ticket** no servidor do Discord.
2. É proibida qualquer divulgação não autorizada nos canais gerais do Discord. Toda divulgação deverá ser realizada exclusivamente nos canais destinados a essa finalidade.
3. É proibido utilizar qualquer canal para finalidades diferentes daquelas para as quais foi criado. *(Exemplo: o canal de divulgação não deve ser utilizado como bate-papo.)*
4. Denúncias, reports de jogadores e relatos de bugs deverão ser realizados exclusivamente por meio de **ticket**, acompanhados de um vídeo e de uma explicação clara e detalhada do ocorrido.
5. O descumprimento das regras do Discord poderá resultar em advertência, silenciamento temporário, suspensão ou outras medidas administrativas cabíveis, conforme a gravidade da infração.


---

# 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.ostirp.com/regras-do-discord.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.
