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

# Overview

redchat is an 18+, NSFW-native AI-character chat platform. This site collects redchat's policies and legal documents.

## Policies

* [Terms and Conditions](/redchat.app/policies/terms-and-conditions.md)
* [Privacy Policy](/redchat.app/policies/privacy-policy.md)
* [Community Guidelines](/redchat.app/policies/community-guidelines.md)
* [Content & Safety Guidelines](/redchat.app/policies/content-safety-guidelines.md)
* [Prohibited Content Policy](/redchat.app/policies/prohibited-content-policy.md)
* [Minor Safety & Underage Policy](/redchat.app/policies/minor-safety-underage-policy.md)
* [Content Removal & Appeals Policy](/redchat.app/policies/content-removal-appeals-policy.md)
* [Trust & Safety](/redchat.app/policies/trust-and-safety.md)
* [Creator Ownership & Content Policy](/redchat.app/policies/creator-ownership-content-policy.md)
* [Referral Program](/redchat.app/policies/referral-program.md)
* [Subscription & Refund Policy](/redchat.app/policies/subscription-refund-policy.md)
* [Cookie & Analytics Notice](/redchat.app/policies/cookie-analytics-notice.md)
* [Links & Resources](/redchat.app/policies/links.md)

## Guides & Help

Step-by-step guides — character creation (quick & advanced), personas, lorebook, chatting, choosing an AI model, memory, images, Mood Snap, and Red Points & costs — live under `en/guide/`, with FAQs under `en/faq/`. These cover how the product works.

## Core commitments

* 18+ only. Explicit content and nudity are permitted for verified adults.
* Zero tolerance for child sexual abuse material and any sexualization of minors or minor-presenting characters, and for non-consensual content depicting real, identifiable people. Confirmed violations are removed, the account is banned, and unlawful material is reported to the relevant authorities.
* On-platform value uses **Red Points (RP)**, a virtual currency with no cash value.
* Questions or reports: <team@redchat.app>


---

# 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://powerfan-1.gitbook.io/redchat.app/readme.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.
