# Welcome to v6.0.0

{% hint style="danger" %}
This documentation site is deprecated. Please visit the README of <https://github.com/synzen/MonitoRSS> for hosting instructions.
{% endhint %}

## Discord.RSS has been renamed to MonitoRSS.

{% hint style="warning" %}
Commands have been disabled on the public bot in anticipation of [Discord's breaking permission changes](https://support-dev.discord.com/hc/en-us/articles/4404772028055-Message-Content-Access-Deprecation-for-Verified-Bots). All functions must be done either through the current control panel at <https://monitorss.xyz> or the newer one at <https://my.monitorss.xyz>
{% endhint %}

## Migration (v5 to v6)

Before updating, always backup your server files with the relevant backup command.

### MongoDB

1. Set up <https://github.com/synzen/MonitoRSS-Clone>, using the same `config.database.uri`  (refer to [v6 configuration](https://docs.monitorss.xyz/configuration/bot-configuration))
2. Run `npm install`
3. Run `npm run migrate-v6`

Data from old collections will be migrated to new, differently-named collections.

### Databaseless

1. Set up <https://github.com/synzen/MonitoRSS-Clone>, using the same `config.database.uri` (refer to [v6 configuration](https://docs.monitorss.xyz/configuration/bot-configuration))
2. Run `npm install`
3. Copy the directory you specified in `config.database.uri` from your v5 directory to the one you set up for Discord.RSS-Clone
4. Run `npm run migrate-v6`

Old files will be migrated and split into multiple files in newly created folders within your `config.database.uri`.


---

# 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.monitorss.xyz/master.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.
