## **I have senders that I can't add to Rollups because they aren't in the subscriptions list**

Not to worry, you can add any sender to a Rollup by email address or domain from the senders page. Please refer to this article:


:::info
[Adding, moving, and removing senders](/doc/adding-moving-and-removing-senders-4Xs8GImAt2)

:::

## I have something else wrong with my Rollup and need help

Sorry to hear that! Please reach out to [support@leavemealone.com](mailto:support@leavemealone.com) and we'll help you out!

---

# 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 search API with the q parameter:

```
GET https://help.leavemealone.com/api/search?q=<your_query>
```

The query should be search terms that you're trying to find to answer your question.
The response will contain 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.
