# Staying Updated

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

## Checking Versions

You can always check the latest versions at <https://github.com/synzen/Discord.RSS/releases> and <https://github.com/synzen/Discord.RSS-Web/releases>. Both the bot and web app are independently developed. Using the [clone repository](https://github.com/synzen/Discord.RSS-Clone) is necessary to ensure compatibility between the two.

Their respective versions used in the clone repository can be checked in the [package.json file](https://github.com/synzen/Discord.RSS-Clone/blob/master/package.json). This will be updated as the bot and web repos are updated.

You can use GitHub RSS feeds to automatically track them.

### Relevant Feeds To Track

#### Clone Updates

Releases are only made here when files related to the clone repo have been changed. So when either the bot or web are updated, a commit will be made, but not a release. You may follow use the RSS feed for commits whenever the bot or web is updated:

<https://github.com/synzen/discord.rss-clone/commits/master.atom>

Or releases when clone files have been changed:

<https://github.com/synzen/discord.rss-clone/releases.atom>

#### Bot Releases

<https://github.com/synzen/discord.rss/releases.atom>

#### Web Updates

No releases are currently being made on web since it is not technically released yet. If you'd still like to follow development, you can use the commit feed:

<https://github.com/synzen/discord.rss-web/commits/master.atom>

## Updating

If you set up the clone repository correctly, all you have to do to grab and install the latest versions for both the bot and web:

```bash
git pull origin master
npm ci
```

This will not overwrite your `config.web.json` and `config.bot.json`. Make sure you restart the app afterwards.


---

# 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/setting-up/staying-updated.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.
