# Sloppy — AI Support Bot

Sloppy is the AI-powered support bot in the [Departed Reality Discord server](https://discord.gg/skn2HzpbQy). It can answer questions about DR Sim Manager by searching the documentation and generating grounded responses.

## Getting Started

There are two ways to interact with Sloppy:

* **@mention** — Tag `@Sloppy` in any support channel with your question.
* **Direct Message** — Send Sloppy a DM for a private conversation.

{% hint style="info" %}
Sloppy only answers questions about DR Sim Manager. It won't speculate or make things up — all answers are based on the official documentation.
{% endhint %}

## Slash Commands

| Command      | Description                                   |
| ------------ | --------------------------------------------- |
| `/ask`       | Ask a question about DR Sim Manager.          |
| `/my-memory` | See what Sloppy remembers about you.          |
| `/forget-me` | Delete everything Sloppy remembers about you. |

### /ask

Type `/ask` followed by your question. Sloppy will search the docs and reply with a grounded answer.

### /my-memory

Shows any context Sloppy has saved about you (e.g. your simulator type or hardware). This information is only visible to you. Facts are automatically removed after 90 days.

### /forget-me

Permanently deletes all stored context about you. This cannot be undone.

## Attachments

You can attach files and images when asking a question. Sloppy supports:

* **Text files** (`.txt`, `.json`) — Sloppy will read the content and use it to answer your question. Great for sharing config files or log snippets. Max size: 100 KB.
* **Images** (`.png`, `.jpeg`, `.gif`, `.webp`) — Sloppy can view screenshots and describe what it sees in relation to DR Sim Manager. Max size: 10 MB.

{% hint style="success" %}
**Tip:** Attaching your JSON config file when asking about a configuration issue helps Sloppy give you a much more specific answer.
{% endhint %}

## Conversation Context

Sloppy remembers the recent messages in your conversation, so you can ask follow-up questions naturally without repeating yourself. After 30 minutes of inactivity, the conversation resets.

Each conversation is limited to 10 back-and-forth turns. When the limit is reached, start a new thread or wait for the conversation to reset.

## Rate Limits

To keep things fair, Sloppy limits each user to 5 messages per minute. If you hit the limit, wait a moment before trying again.

## Privacy

* Sloppy only stores facts you share during conversations (simulator type, hardware, etc.) to give better answers over time.
* You can view stored facts at any time with `/my-memory`.
* You can delete all stored facts at any time with `/forget-me`.
* Stored facts automatically expire after 90 days.
* See the [Privacy Policy](/dr-sim-manager/support/privacy-policy.md) for more details.


---

# 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.departedreality.com/dr-sim-manager/support/sloppy-discord-bot.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.
