> For the complete documentation index, see [llms.txt](https://help.smartrr.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartrr.com/docs/support/rss-feed/smartrrs-changelog-stay-up-to-date-with-slack.md).

# Smartrr’s changelog: Stay up-to-date with Slack

Last updated: May 14, 2025

<figure><img src="/files/zdDECCCCjANjLif5p0LS" alt=""><figcaption></figcaption></figure>

We aim to keep our merchants consistently up-to-date on our [changelog](http://changelog.smartrr.com/) with updates on new features, improvements, bug fixes, and insights into upcoming releases—alongside intermittent company announcements. While you can always visit [changelog.smartrr.com](http://changelog.smartrr.com/) to view these posts, you can also get them pushed directly to a slack channel in your company’s workspace with a simple RSS integration.&#x20;

To get started, you’ll need to add the RSS app to your Slack workspace.&#x20;

1. Visit the [RSS page](https://slack.com/apps/A0F81R7U7-rss) in the Slack App Directory
2. Click **Add to Slack**
3. On the next page, click **Add RSS integration**
4. Next to **Feed URL**, paste <https://changelog.smartrr.com/rss>
5. Select the channel you’d like updates to appear in.&#x20;
6. Click **Subscribe to this feed** to finish

![](/files/IO07sdJv6aVzD2Z5IcNv)

Here is what the app integration will look like in your Slack:&#x20;

![](/files/eDHQE1fV16cpoyNOO2DY)


---

# 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, and the optional `goal` query parameter:

```
GET https://help.smartrr.com/docs/support/rss-feed/smartrrs-changelog-stay-up-to-date-with-slack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
