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

# RSS

## Configure

To configure a RSS trigger or action, you simply need to copy and paste the URL of the RSS feed that you would like to extract the content from into the Feed URL field of the step.

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

The content of the feed will be available as [variables](https://docs.getmesa.com/workflow-builder/fields/variables) via the variable selector in future steps.

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

## Technical Notes

* The RSS trigger is a [polling](https://docs.getmesa.com/workflow-builder/triggers#polling) trigger and will need to be configured according to a schedule that fits within your plan.


---

# 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.getmesa.com/tools/rss.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.
