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

# Content Rules

The content rules will eventually be determined by the community. But we have to start somewhere and that somewhere is here.

## Articles

We use [ModClub](https://www.modclub.app) to moderate content based on the following rules:

* This post threatens, glorifies, insights, or encourages violence, suicide or selfharm.
* This post threatens or promotes terrorism or violent extremism.
* This post contains or depicts sexual violence, sexual assault, or child sexual exploitation.
* This post promotes violence against, threatens, or harasses people on the basis of race, ethnicity, nationality, caste, sexual orientation, gender, gender identity, religious affiliation, age, disability, or serious disease.
* This post shares adult image or live video content, or intimate photos or video produced or distributed without consent.
* This post has an unlawful purpose or facilitates illegal activities (ex. selling, buying, or facilitating transactions in illegal goods or services).
* This post contains (or threatens to expose) other people’s private information (such as home phone number and address) without their express authorization and permission.
* This post manipulates or interferes in elections or other civic processes.
* This post impersonates individuals, groups, or organisations or shares manipulated media intended to mislead, deceive, or harm others.
* This post violates others’ intellectual property rights, including copyright and trademark.

## Comments

* Civil discourse only. Disagreements and debates are allowed and encouraged, but must remain civil. Personal attacks, harassment, insults, name-calling, and other forms of disrespect are 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://wiki.nuance.xyz/nuance/content-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.
