> For the complete documentation index, see [llms.txt](https://wren.atriasafety.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wren.atriasafety.org/starting/features.md).

# Features Overview

Wren is packed with awesome capabilities to make your community and gaming experience better. Let's take a look at what Wren can do!

* [**Proactive Memory**](/features/proactive-memory.md): Wren remembers facts about you and rules about your server, so you don't have to repeat yourself.
* [**Real-Time Knowledge**](/features/real-time-knowledge.md): Wren reads conversations in your server to build a knowledge base, helping answer questions perfectly.
* [**Roblox Integration**](/features/roblox-integration.md): Chat with Wren directly inside your favorite Roblox games with full multi-turn conversation support.
* [**POW Integration**](/features/pow-integration.md): Connect Wren to Project Overwatch for advanced ERLC moderation capabilities.
* [**Smart Web Search**](/features/smart-web-search.md): When Wren doesn't know the answer, it searches the web and summarizes the best information for you.
* [**Voice Chat**](/features/voice-chat.md): Speak aloud to Wren in Discord Voice Channels using a Wake Word for hands-free assistance.
* [**Permissions**](/features/permissions.md): Control exactly which Discord roles can use which tools, from basic moderation to sensitive admin actions.

{% hint style="info" %}
Click on any of the features above to learn exactly how they work!
{% endhint %}


---

# 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://wren.atriasafety.org/starting/features.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.
