> 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/newsletters/auto-curated/auto-curated-faq.md).

# Auto-Curated FAQ

**What happens if I don't review the issue?**\
If automatic publishing is enabled, Feedotter will publish the issue to your connected ESP after the configured delay period expires.

**What happens if automatic publishing is disabled?**\
The issue will remain in draft status until an editor manually publishes it.

**Can I edit content after the issue is created?**\
Yes. During the review window, editors can add, remove, reorder, and modify content before publication.

**Can I publish the issue before the delay period ends?**\
Yes. Open the issue and click **Publish Now** in the top right of the screen to immediately publish the newsletter.

**Can I stop an issue from publishing automatically?**\
Yes. Open the issue and click **Cancel** in the the top right of the screen. The issue will remain in draft status until manually published.

**Does canceling a scheduled publication disable Auto-Curated newsletters?**\
No. Canceling a scheduled publication only affects the current issue. Future issues will continue to follow the newsletter's configured automation settings.

**How do I stop auto-curated issues from being created?**\
To stop Feedotter from automatically creating new Auto-Curated issues, navigate to **Newsletter Default Settings → Scheduling** and turn **Automation Status** off:\
![](/files/lzoymj40CSFjGhp5Nbff)

This will revert it back to a regular curated newsletter. You can always turn Auto-Curated back on for any newsletter in the future.&#x20;

**Who receives Auto-Curated notification emails?**\
Notification emails are sent to the email addresses configured in **Newsletter Default Settings → Basics**. Up to three recipients can be configured for each newsletter. The draft created notification email will look like this: <br>

<div align="left" data-with-frame="true"><figure><img src="/files/0ncOGWRDULwMuPTHrXYz" alt=""><figcaption></figcaption></figure></div>

**Can different sections use different content sources?**\
Yes. Each newsletter section can be assigned its own content source and post count. &#x20;


---

# 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/newsletters/auto-curated/auto-curated-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.
