> For the complete documentation index, see [llms.txt](https://docs.message.anothercat.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.message.anothercat.me/index.md).

# Introduction

{% hint style="warning" %}
These docs are being depreciated. Please use the [new docs](https://message.anothercat.me/docs) instead.
{% endhint %}

## Introduction

This is an open source discord bot written in [discord.py](https://github.com/Rapptz/discord.py).\
Source code is available at [message-manager-discord/bot](https://github.com/message-manager-discord/bot)

### Functions

* Message management (editing and sending)
* Customizable prefix and server settings

#### Info Message Management

We've all had the issue of wanting to edit an important server information message, but can't because the person that send the message is offline.\
This bot aims to be an easy to use solution to this.\
With a few simple, interactive commands you can send messages from the bot, and more importantly edit those messages with another command.

{% content-ref url="<https://github.com/AnotherCat/message-manager/blob/master/docs/functions/messages.md>" %}
<https://github.com/AnotherCat/message-manager/blob/master/docs/functions/messages.md>
{% endcontent-ref %}

### Privacy Policy

We **do** store data about you.\
By using this bot you acknowledge that you have read the privacy policy located on [github](https://github.com/AnotherCat/message-manager/blob/master/PRIVACY_POLICY.md)


---

# 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://docs.message.anothercat.me/index.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.
