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

# Community Guidelines

Welcome to the Chat Janitor Community. This Community Policy outlines expectations for user conduct, content standards, prohibited activities, enforcement procedures, and how violations are handled. By using Chat Janitor services, participating in forums, or posting content through our platform, you agree to comply with this policy.

### **1. Purpose and Scope**

This policy aims to:

* Maintain a safe, respectful, and inclusive environment for all users.
* Define acceptable and unacceptable behaviors within the Chat Janitor community.
* Provide a transparent process for moderation, reporting issues, and resolving disputes.

This policy applies to all users interacting with Chat Janitor services, including forums, comment sections, shared content feeds, and other community features.

### **2. User Responsibilities**

As a member of the Chat Janitor community, you must:

**a. Follow Applicable Laws**\
Comply with all local, national, and international laws when using Chat Janitor. Illegal activities are strictly prohibited.

**b. Show Respect and Civility**\
Interact respectfully with other users. Harassment, hate speech, discrimination, threats, or any form of abusive behavior is prohibited.

**c. Participate Constructively**\
Content and discussions should contribute positively to the community. Spam, irrelevant content, or repetitive posting is discouraged.

### **3. Content Standards**

**a. Allowed Content**

* Informative, respectful, and relevant contributions.
* Clear questions, constructive feedback, and creative collaboration.
* Original content that does not infringe on others’ rights.

**b. Prohibited Content**\
Users must not post, share, or link to any of the following:

* Harassment, bullying, or hate speech targeting individuals or groups based on protected characteristics.
* Threats of violence or encouragement of harm.
* Child sexual abuse material (CSAM) or content that sexualizes minors.
* Graphic violence, self-harm instructions, or content promoting harm.
* Defamation, invasion of privacy, or personal data disclosure without consent.
* Illegal activities, including instructions for crime, hacking, or piracy.
* Spam, deceptive links, malware, or phishing content.
* Advertising products or services without proper authorization.

### **4. Intellectual Property and Copyright**

Respect intellectual property rights:

* Do not post content you do not own or have permission to share.
* If you believe someone has infringed your copyright, contact Chat Janitor Support with a detailed claim.

### **5. Safety and Security**

Your safety and the community’s are priorities:

* Do not solicit or post personal information (e.g., phone number, home address) about yourself or others.
* Avoid sharing sensitive content that could compromise safety or privacy.

### **6. Reporting Violations**

If you encounter content or behavior that violates this policy:

1. Use the **Report** feature available on the platform.
2. Provide relevant details to help moderation review the issue.
3. Chat Janitor moderation will investigate and take necessary action.

### **7. Moderation and Enforcement**

Chat Janitor reserves the right to enforce this policy, including:

* Editing or removing content that violates guidelines.
* Warning users who breach community standards.
* Temporarily suspending access to features.
* Permanently banning accounts for repeated or serious violations.

Decisions made by Chat Janitor moderators are final based on the policy and Terms of Service.

### **8. Appeal Process**

If your content is removed or your account is restricted and you believe this was in error:

1. Contact Chat Janitor Support.
2. Provide a clear explanation and any supporting context.
3. Appeals will be reviewed, and a response will be provided in due course.

### **9. Changes to the Community Policy**

Chat Janitor may update this policy at any time. The “Last Updated” date will reflect the most recent changes. Continued use of the community features after changes signifies acceptance of the revised policy.

### **10. Relationship with Terms of Service**

This Community Policy is part of, and governed by, the broader [**Chat Janitor Terms of Service**](/terms-of-service.md). In the event of overlap or conflict, the Terms of Service supersede this policy.

### **11. Contact Us**

If you have questions or concerns about our use of community, please contact us:

**Email:** <hi@chatjanitor.com>\
**Address:** [www.chatjanitor.com](https://chatjanitor.com/)


---

# 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.chatjanitor.com/community-guidelines.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.
