> For the complete documentation index, see [llms.txt](https://guides.rcahousepoints.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.rcahousepoints.com/admin/walkthrough/features/messaging.md).

# Messaging

Here you can create Direct Messages and Group chats with your staff and guardians

<figure><img src="/files/MDgDbbbL0FTteyCYaGXu" alt=""><figcaption><p>A view of the Messaging page</p></figcaption></figure>

{% hint style="warning" %}
When starting a chat, if a user does not appear in your user list, it is likely because they have not yet been registered to message. To register, the user must navigate to the Messaging home page, where they will be automatically added as a recipient.
{% endhint %}

### Advanced Configuration

* Status
  * This toggle sets Messaging's active status for all users
* Messaging is visibile to
  * These toggles set Messaging's visibility on certain platforms or for specific user types
* Messaging for Guardians
  * This toggle sets the ability for Guardian users to message between each other

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


---

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

```
GET https://guides.rcahousepoints.com/admin/walkthrough/features/messaging.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.
