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

# Simple Chat Introduction

<figure><img src="/files/KJjioUTqVxwBRm4EYXHQ" alt=""><figcaption></figcaption></figure>

## Script Features (TL;DR)

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>🟢 <strong>C7FW / Standalone Support</strong></td><td>Use with C7 Framework or run fully standalone via config toggle.</td></tr><tr><td>💬 <strong>Modern Chat UI</strong></td><td>Clean, professional interface designed for roleplay servers.</td></tr><tr><td>🧍 <strong>Character-Based Chat</strong></td><td>Displays messages using active character identity. (C7FW)</td></tr><tr><td>📍 <strong>Proximity Messaging</strong></td><td>Messages visible only within configurable distance.</td></tr><tr><td>🗨️ <strong>3D Message Display</strong></td><td>Optional floating messages above nearby players.</td></tr><tr><td>🎭 <strong>RP Command Support</strong></td><td>Built for roleplay commands and scenarios.</td></tr><tr><td>⚙️ <strong>Custom Config Commands</strong></td><td>Create and manage commands through config.</td></tr><tr><td>🎛️ <strong>Command Behaviour Options</strong></td><td>Per-command flags control display and behaviour.</td></tr><tr><td>🕵️ <strong>Anonymous Messaging</strong></td><td>Hide identity for certain commands when needed.</td></tr><tr><td>🚨 <strong>Emergency Message Styling</strong></td><td>Priority commands use distinct styling and format.</td></tr><tr><td>🚨 <strong>Emergency Message Sounds</strong></td><td>Emergency commands will play a notification tone.</td></tr><tr><td>🎨 <strong>Message Type Formatting</strong></td><td>Different chat types use unique formatting styles.</td></tr><tr><td>📋 <strong>Discord Webhook Logging</strong></td><td>Optional message logging for moderation and staff.</td></tr><tr><td>💡 <strong>Performance Focused</strong></td><td>Highly optimized script maintains low resource use, even in large servers.</td></tr><tr><td>🔄 <strong>Server Sync</strong></td><td>OneSync Infinity state bags ensures performant effects and consistent data.</td></tr><tr><td>🧡 <strong>Support</strong></td><td>Lifetime updates, 7-day-a-week personalized support via Discord.</td></tr></tbody></table>

## **Purchase this Script**

{% embed url="<https://shop.c7scripts.com/package/7183875>" %}

## Script Showcase

{% embed url="<https://youtu.be/AWL5F1fE_6Q?t=70>" %}

## Installation & Configuration

{% content-ref url="/pages/jtcMtPX6pPBdEP8e5wWM" %}
[Simple Chat Configuration](/paid/chat/config.md)
{% endcontent-ref %}


---

# 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.c7scripts.com/paid/chat/about.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.
