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

# Discord / Chat Rules

### Discord Terms of Service Compliance

* Adherence to Discord's Terms of Service, available at [(https://discord.com/terms),](https://discord.com/terms) is mandatory.

### Content Sharing Guidelines

* Content or stream sharing is permitted in self-promotion channels; however, the promotion of external servers is not allowed.

### Respect and Inclusion

* Harassment, sexism, racism, or hate speech, including the use of offensive terms, is not allowed.
* Cyberbullying, self-harm encouragement, harassment, DDoSing, Swatting, Doxxing, or threats will not be tolerated.
  * In the interest of player safety, we will sometimes ban players who breach this rule on platforms outside of the Vanilla+.

### No NSFW or Disturbing Content

* Sharing explicit or disturbing text, images, or links covering nudity, sex, violence, racism, homophobia, or any graphically offensive material is not allowed.

### Respect for Staff

* Unnecessary pinging of staff members is not allowed.

### Discussion Restrictions

* Conversations related to DDoSing, Swatting, and Doxing are not allowed.

### Impersonation and Emulation

* Impersonation of players or staff is not allowed.
* Emulation of automated messages is not allowed.

### Unban Requests and Appeals

* Making appeals on behalf of others or creating tickets to inquire about unbans is not allowed.
* Pestering staff regarding unbans is not allowed.

### Mod and Server Advertisement

* Advertising disallowed mods is not allowed.
* Cross-server trading promotion is not allowed.


---

# 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.vanillaplus.net/rules/discord-chat-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.
