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

# Discord Server Rules

Join the BLOCKS Discord Server [here](https://discord.gg/6aGVzra9pd).

1\. **Treat everyone with respect** :heart: Absolutely no harassment, witch hunting, sexism, racism, or hate speech will be tolerated.&#x20;

2\. **No spam or self-promotion (server invites, advertisements, etc) without permission from a moderator** :x: This includes DMing fellow members.&#x20;

3\. **No NSFW or obscene content** :no\_entry: This includes text, images, or links featuring nudity, sex, hard violence, or other graphically disturbing content.&#x20;

4\. **If you see something against the rules or something that makes you feel unsafe, let a moderator know** :notebook\_with\_decorative\_cover: We want this server to be a welcoming space!&#x20;

5\. **Introduce Yourself** :wave: Tell us a little more about YOU. A DAO is founded on community. Let's get to know each other and make this a safe space.&#x20;

6\. **Participate** :speech\_balloon: We want this community to thrive. If you're a member, be active. Ask questions and help others. **For EXCLUSIVE access to our tiered channels, head to the #join channel and type&#x20;*****!join*****. You'll receive further instructions in a DM from Collab.Land**(edited)You do not have permission to send messages in this channel.\
\
7\. **BLOCKS focused discussion** :love\_you\_gesture: Please keep conversation related to BLOCKS. Topics such as DAOs, smart contracts, governance, etc. are allowed but the conversation shouldn't steer too far from BLOCKS. Thank you for understanding! \
\
8\. **GUARD YOUR WALLETS and WATCH OUT FOR SCAMMERS** 👀  Be responsible with the information you provide publicly, and be safe with your accounts. Bots, hackers, and scammers are an unfortunate part of discord. Scammers will try anything to get your personal information, often leading to the draining of accounts. Please be on the lookout for impersonators of the Developers or Administration team and report immediately. **The Developers, Administrators, or fellow community members will NEVER DM or ask for your wallet ID, password, or seed phrases.** As a general rule, these should be protected and never connect your wallet to anything that you are unaware of.


---

# 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://blocks-1.gitbook.io/blocks/discord-server/discord-server-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.
