# Global Chat

The <mark style="color:green;">**Global Chat**</mark> allows players to connect and interact with each other in real time while playing Ape Church games.

**How to access it:**\
Click the <mark style="color:green;">**Inbox icon**</mark> in the top-right corner of the interface to open the chat panel.

<figure><img src="/files/4aibPaSPintxEAz03RQq" alt="" width="260"><figcaption></figcaption></figure>

**What you can do in Global Chat:**

* Chat with other players across different games.
* Share reactions, strategies, and gameplay experiences.
* See who’s active and what game they’re currently playing.

Messages are tied to wallet-linked usernames, and the chat includes moderation filters to keep conversations fair and respectful.

<figure><img src="/files/vIouzDVrX62kmitDtI6f" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="danger" %}
Global Chat is monitored by automated filters and community moderators.

Harassment, spam, or inappropriate content may be flagged or removed, and repeat offenders can be muted or banned to ensure a safe, welcoming environment for all players.
{% endhint %}

#### **Inbox (Messages & Conversations)**

The <mark style="color:green;">**Inbox**</mark> is your messaging and notifications center inside Ape Church.

From here, you can view all conversations (Global Chat + Direct Messages), read and send messages instantly, start new private conversations and manage chat-related settings.

<figure><img src="/files/2rzTllxYZ1m2pHe3tsed" alt=""><figcaption></figcaption></figure>

Inbox settings allow you to control your experience, including:

* <mark style="color:green;">**Verified Only**</mark> – restrict who can message you.
* <mark style="color:green;">**Mute Notifications**</mark> – silence non-essential alerts.
* <mark style="color:green;">**Blocked Users**</mark> – prevent specific users from contacting you.

#### **Private Messages & Encryption**

Ape Church supports <mark style="color:green;">**End-to-End Encryption (E2E)**</mark> for private messages.

When enabled:

* Messages are encrypted using **wallet-derived keys.**
* Only the intended wallets can read message content.
* Encryption keys are created via a **wallet signature.**
* **Private keys never leave your device.**

<mark style="color:green;">**Security model:**</mark>

* **Server-blind by design** – Ape Church and backend services cannot decrypt messages.
* **Wallet = access key** – only the correct wallet can read messages.
* **No master key exists.**

{% hint style="warning" %}
If you clear browser storage or switch devices, you will need to **sign again** to decrypt previously encrypted messages.
{% endhint %}

***


---

# Agent Instructions: 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:

```
GET https://docs.ape.church/app-guide/global-chat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
