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

# Rules

1. 🤝 Be respectful: Treat everyone with courtesy and consideration.
   * Emphasizes the importance of maintaining a respectful and friendly tone in all interactions with other members.
2. 🚫 No inappropriate language: Avoid profanity and derogatory language.
   * Prohibits the use of offensive, rude, or derogatory language, including profanity and insults.
3. 📵 No spam: Avoid excessive small messages.
   * Indicates that repetitive or excessively short messages, which could be considered as spam and may disturb others, should be avoided.
4. ❌ No NSFW content: Do not share adult material.
   * Establishes the prohibition of sharing any type of adult or inappropriate content within the server.
5. 📢 No unauthorized advertising: Avoid unapproved advertising.
   * Prohibits the posting of advertisements or promotions that have not been authorized by the server administrators.
6. 🚷 Appropriate names and pictures: Use respectful names and pictures.
   * Encourages members to use usernames and profile pictures that are appropriate and respectful.
7. ⚔️ No server raids or unauthorized bots: Prohibited attacks or bots without permission.
   * Prohibits engaging in server raids (massive attacks) and using bots that have not been authorized by the administrators.
8. ⛔ No direct or indirect threats: Do not threaten harm or abuse.
   * Prohibits any form of threat, whether direct or indirect, that involves harm or abuse towards other members.
9. 🚫 DO NOT share private information: Protect everyone's privacy.
   * Warns against sharing private personal information to safeguard the privacy of all members.
10. 🌟 Follow Discord Guidelines: [Discord Guidelines](https://discordapp.com/guidelines).

* Recommends following the general guidelines provided by Discord to maintain a safe and respectful environment.

These rules aim to establish a safe, friendly, and respectful environment for all members of the server.


---

# 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.hidencloud.com/discord/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.
