## **How many senders can I add to a Rollup?**

As many as you like!

## **How can I see which senders are being Rolled up?**

You can see the emails you've added to a Rollup by clicking on **Senders** in the navigation on the right. You can also remove senders from being Rolled up here if you wish.


:::info
Remember that when you remove a sender all emails for that sender will be removed from your current and previous Rollup issues.

:::

 ![Click senders from the Rollups list](/api/attachments.redirect?id=13607ab3-92ae-4260-bbca-3464b829ce88 " =1090x810")

 ![Or click the senders tab when viewing a Rollup](/api/attachments.redirect?id=6c1af46b-bec6-43cb-ba69-ebc14dc2579a " =1414x1060")

You can see which emails are currently in one of your Rollups from the Mail List by filtering by **rolled-up**:

 ![](/api/attachments.redirect?id=47a782d6-58e7-4f2a-bcad-efc256b6338e " =2058x926")

## **Can I manually add a sender to a Rollup?**

Yes you can! You can add any sender to a Rollup using the 'Add sender manually' button from the senders list for your Rollup.


:::info
The **to address** of the email can only be one of your connected accounts

:::



1. Go to your senders list from the Rollups page, or can click the "senders" tab at the top of your Rollup issues.

 ![Click the senders button from the Rollups list](/api/attachments.redirect?id=6bfb21e8-64f1-4b5d-8234-6ac7ae41e410 " =1090x810")


2. Click add sender manually to add any sender you like to your Rollup

 ![](/api/attachments.redirect?id=e136771b-7fb9-450d-ad1d-7885270d0b32 " =1262x462")


## Can I move senders to a different Rollup?

If you want to move senders to a different Rollup then you can do this easily from the Senders page:

 ![Instructions for moving senders to another Rollup](/api/attachments.redirect?id=eff28f16-b6ac-4c9b-a9a5-5f4a40c3130d " =1163x716")


1. Go to the **senders** **list** for your Rollup (see above for how)
2. Tick the senders you want to move to another Rollup
3. Click **move** in the top right corner
4. Choose which Rollup to move these senders to
5. Click confirm and you're done!


## **How can I remove a sender from a Rollup?**

You can remove a sender one of 2 ways:


1. Click the **Add to** **Rollup** button in the mail list

 ![Toggle the "Add to Rollup" button off to remove a sender from your Rollup](/api/attachments.redirect?id=2b6ace1c-0a93-4456-8615-3fdfcf8ca6e0 " =992x528")



2. Navigate to the senders list for a Rollup and click the **Remove** button.

 ![Navigate to the senders list and click "Remove"](/api/attachments.redirect?id=87fa7860-471f-4883-a43d-f5baec31226f " =1140x788")


## **How can I unsubscribe from a sender in a Rollup?**

You can unsubscribe from a sender that's in your Rollup using the options dropdown next to the sender. You can only unsubscribe from a sender once we have rolled-up at least one email from them!

 ![Click the options dropdown next to a sender and click Unsubscribe](/api/attachments.redirect?id=d25e45a2-d6d9-421c-b085-039586135f9c " =1176x792")

---

# 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.
