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

# FAQ

- [How to manually publish a curated newsletter](https://docs.feedotter.com/faq/how-to-manually-publish-a-curated-newsletter.md): Curated newsletters may fail to publish for a variety of reasons.
- [WordPress RSS Feed Reference](https://docs.feedotter.com/faq/wordpress-rss-feed-reference.md)
- [How to find your RSS feed](https://docs.feedotter.com/faq/how-to-find-your-rss-feed.md)
- [Help with HTML encoding](https://docs.feedotter.com/faq/help-with-html-encoding.md)
- [My automated email did not send as expected](https://docs.feedotter.com/faq/my-automated-email-did-not-send-as-expected.md)
- [How do I hard refresh my browser?](https://docs.feedotter.com/faq/how-do-i-hard-refresh-my-browser.md): Follow the steps to hard refresh your browser.
- [How to Remove "This Post First Appeared" from Your Blog's RSS Feed in WordPress](https://docs.feedotter.com/faq/how-to-remove-this-post-first-appeared-from-your-blogs-rss-feed-in-wordpress.md): This guide will show you how to remove this line using two popular plugins: Yoast and Rank Math.
- [Whitelisting FeedOtter](https://docs.feedotter.com/faq/whitelisting-feedotter.md)
- [How do I contact support?](https://docs.feedotter.com/faq/how-do-i-contact-support.md): Our friendly support team is here to help. Learn what information to share and when can you an expect a response.
- [Red Dot: Campaign Status](https://docs.feedotter.com/faq/red-dot-campaign-status.md)
- [Confirm your RSS Feed is valid](https://docs.feedotter.com/faq/red-dot-campaign-status/confirm-your-rss-feed-is-valid.md)
- [Confirm your integration is still connected](https://docs.feedotter.com/faq/red-dot-campaign-status/confirm-your-integration-is-still-connected.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 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://docs.feedotter.com/faq.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.
