> 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/readme.md).

# Welcome to Wren

Hello there! Welcome to the official documentation for Wren. Wren is your smart, helpful companion built right into Discord and Roblox. We have designed Wren to be as friendly and useful as possible.

{% hint style="success" %}
Wren is always learning and getting better!
{% endhint %}

{% hint style="info" %}
**Want to invite Wren to your server?** Click [here to add Wren](http://atriasfty.org/add-wren) to your Discord!
{% endhint %}

## What can Wren do?

Wren isn't just a simple bot. It connects to your world and helps you out with all sorts of things. Whether you are chatting in Discord, playing games in Roblox, or trying to find information online, Wren is here to assist.

Here are some cool things Wren can do for you:

* **Chat with you:** Wren understands natural language and can hold real conversations.
* **Remember things:** Wren can learn facts about you and the rules of your server.
* **Connect to Roblox:** You can talk to Wren directly through private messages in games like ERLC!
* **Search the web:** If Wren doesn't know something, it can look it up for you.

## Getting Started

Ready to see what Wren is all about? Check out our [Features Overview](/starting/features.md) to dive deeper into what makes Wren special, or head over to our Guides to learn exactly how to use it.

{% hint style="info" %}
If you are ever confused, our [FAQ](https://github.com/atriasfty/wren/blob/main/docs/guides/faq.md) is a great place to start.
{% 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/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.
