> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-world/privacy-policy-e-guide-lines/user-behavior.md).

# User Behavior

Coderblock enables its users to create and share content and facilitates interaction and free expression through various interactive products and services. However, it is important to adhere to certain standards of behaviour.

In order to ensure a pleasant experience for all users, a set of Community Standards applies to all products, services and environments offered by Coderblock, including the website, servers, software, forums and blogs.

## **Standards of behaviour**&#x20;

* **Intolerance:** the use of derogatory language or images based on race, ethnicity, gender, religion or sexual orientation is prohibited.&#x20;
* **Harassment**: offensive, intimidating, threatening or annoying behaviour is not allowed.
* **Assault**: any form of violence against a user's avatar, including intimidation or bullying, is prohibited. Creating or using scripts that persistently target an individual is also prohibited.&#x20;
* **Invasion of personal space**: it's important to respect the personal space of other users, both in virtual reality and other interaction channels within Coderblock.&#x20;
* **Inappropriate content**: all content must adhere to guidelines, see the appropriate section for more information.&#x20;
* **Disclosure of personal information**: disclosing personal information about another user without their consent is prohibited.&#x20;
* **Disorderly conduct/global attacks:** scripting, spamming, disrupting events or conversations is prohibited.&#x20;
* **Impersonation:** impersonating another user is strictly forbidden.&#x20;

## Enforcement of rules&#x20;

Violations may result in warnings, suspensions or, if persistent, account deletion.&#x20;

## Reporting abuse&#x20;

Users are encouraged to report violations of the community standards via our [Discord](https://discord.gg/coderblock) server.

These rules are designed to ensure a safe and respectful environment on Coderblock for all users.


---

# 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-en.coderblock.com/coderblock-world/privacy-policy-e-guide-lines/user-behavior.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.
