# MonitoRSS

## MonitoRSS \[DEPRECATED - SEE GITHUB]

- [Welcome to v6.0.0](https://docs.monitorss.xyz/master.md)
- [Bot](https://docs.monitorss.xyz/setting-up/bot.md)
- [Web Interface](https://docs.monitorss.xyz/setting-up/web-interface.md)
- [Setting up HTTPS](https://docs.monitorss.xyz/setting-up/web-interface/setting-up-https.md)
- [Docker](https://docs.monitorss.xyz/setting-up/docker.md)
- [Existing Bot/NPM](https://docs.monitorss.xyz/setting-up/existing-bot.md)
- [Process Managers](https://docs.monitorss.xyz/setting-up/process-managers.md)
- [Staying Updated](https://docs.monitorss.xyz/setting-up/staying-updated.md)
- [Bot Config](https://docs.monitorss.xyz/configuration/bot-configuration.md)
- [Schedules](https://docs.monitorss.xyz/configuration/bot-configuration/schedules.md)
- [Web Interface Config](https://docs.monitorss.xyz/configuration/web-interface.md): Configurations are set via file in the repository https://github.com/synzen/Discord.RSS-Clone
- [Environment Variables](https://docs.monitorss.xyz/configuration/environment-variables.md)
- [Discord Commands](https://docs.monitorss.xyz/configuration/discord-commands.md)
- [MongoDB vs Databaseless](https://docs.monitorss.xyz/configuration/mongodb-vs-databaseless.md)
- [Placeholders](https://docs.monitorss.xyz/bot-customizations/placeholders.md)
- [Text](https://docs.monitorss.xyz/bot-customizations/text.md)
- [Embed](https://docs.monitorss.xyz/bot-customizations/embed.md)
- [Filters](https://docs.monitorss.xyz/bot-customizations/filters.md)
- [Regular](https://docs.monitorss.xyz/bot-customizations/filters/filters-regular.md)
- [Regex](https://docs.monitorss.xyz/bot-customizations/filters/filters-regex.md)
- [Subscribers](https://docs.monitorss.xyz/bot-customizations/subscribers.md)
- [Dates and Timezone](https://docs.monitorss.xyz/bot-customizations/dates-and-timezone.md)
- [Webhooks](https://docs.monitorss.xyz/bot-customizations/webhooks.md)
- [Custom Comparisons](https://docs.monitorss.xyz/advanced-bot-customizations/np-comparisons.md)
- [Filtered Message Formats](https://docs.monitorss.xyz/advanced-bot-customizations/filtered-message-formats.md)
- [Custom Regex Placeholders](https://docs.monitorss.xyz/advanced-bot-customizations/custom-regex-placeholders.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
