## **How can I create a Rollup?**

You can create a new Rollup by heading to the [Rollups page](https://app.leavemealone.com/rollups) and clicking **Create New Rollup**.

 ![](/api/attachments.redirect?id=4e7c8b6b-b458-4a57-86e3-092236025a58 " =1566x430")

## **How often can I receive my Rollup?**

You can receive your Rollup daily or weekly and choose the day and time. By default, your Rollup will arrive at 8am every day, but you can change this any time you want by editing the settings (see the next section on how).

If the preset times aren't what you're looking for then you can set your own custom time by using the drop-down at the bottom of the schedule section!

## **Can I change when I receive my Rollup?**

Yes! You can change your Rollup schedule by clicking the chevron icon and clicking Edit. You can change your Rollup time or change your Rollup day from this page.

 ![To edit your Rollup click the chevron and click edit.](/api/attachments.redirect?id=b5f37222-d7ca-47d0-8a52-90633f4ad213 " =1430x408")


You can customise when you want your Rollup to be sent by;

* **Frequency** - daily or weekly
* **Days** - select which days of the week (you can choose one day or every day, up to you!)
* **Time** - select from our preset times morning, afternoon, or evening (or choose a custom time from the drop-down underneath!)

 ![Customise your Rollup schedule to suit you!](/api/attachments.redirect?id=8345f76e-a6e4-457e-9a69-76b485544d77 " =496x412")

## **Can I change where I receive my Rollup?**

Yes you can select any of your **connected accounts** to as the recipient for your Rollup. Edit your Rollup and select the recipient from the list:

 ![](/api/attachments.redirect?id=8c588cc5-05aa-42b1-a1dc-3e893b37a551 " =393x129")

## Can I set a filter for Rollups?

Oh absolutely! Just like with [your custom blocklist](/doc/the-custom-blocklist-VXGdgF3Vpy) and [priority senders](/doc/priority-senders-CXuXzDxCsV), you can set a filter so emails that match specific rules automatically get added to your Rollups.


1. Make your way to the senders section of the Rollup you wish to add a filter to.

   ![](/api/attachments.redirect?id=a4c61688-6d8e-44e1-b135-0fb5a79afc3e " =1164x539")



1. Then click "Add filter" at the top of the page.

   ![](/api/attachments.redirect?id=175bdec9-d251-4431-a7a7-c57686fa5117 " =576x165")
2. You'll be presented with our usual filter creation box. Just set your desired parameters, then "Add and close" and you're all set!

   ![](/api/attachments.redirect?id=42820d6c-05e5-452a-a6a7-496b88f32dd9 " =547x460")

By clicking "Show advanced options", you can specify which of your email accounts you'd like this filter to apply to, and state specific sender addresses that this filter should apply to. If you leave these options as they are, the filter will apply to all your email accounts and emails from all senders by default.

## **Can I change how my Rollup looks?**

Yes! If you are on our Hero plan then you can select from 3 different layout options depending on your needs;

* **Featured view** - image previews from your most read senders
* **Detailed view** - subject lines for every email for more info
* **Compact view** - overview of total emails for quick viewing


:::tip
**Heads up!** Layout changes will only affect the current watching issue and future issues. It will not change the layout of issues you have already received.

:::


Here's an example of the same Rollup in the different layout options;

### **Featured view**

 ![](/api/attachments.redirect?id=27b91206-f9d7-4d29-b8bf-055e3eaa21df " =1992x1245")

### **Detailed view**

 ![](/api/attachments.redirect?id=8adead39-8f14-4862-8bb3-922fb6bc70e2 " =1992x1440")

### **Compact view**

 ![](/api/attachments.redirect?id=878629e0-bb04-4472-be9f-6a7a9b87360f " =1992x894")

## **Can I pause or deactivate a Rollup?**

You can disable a Rollup at any time by clicking the toggle from the Rollups list or on the Rollup page, and disabled Rollups are excluded from your monthly plan limits.

**What happens when you disable your Rollup:**


1. All previously rolled-up emails will stay in your "_lma-rollups" folder.
2. Future emails from senders in that Rollup will not be watched or moved out of your inbox.
3. You won't receive any more digest emails for that Rollup.
4. You can re-enable your Rollup at at any time.

 ![](/api/attachments.redirect?id=dc06c980-7ab6-4dba-a9c2-6b42ea8bb38e " =1416x290")

Disable and pause your Rollup by clicking the toggle from the list.\*\*\*\*

## **How can I delete my Rollup?**

You can delete your Rollup from [the Rollups page here](https://app.leavemealone.com/rollups). Click the chevron and click the delete option.


:::warning
**Watch out!** **There's no going back!** This action is permanent and cannot be undone.

:::


**What happens when you delete a Rollup:**

* You won't be able to read this Rollup in Leave Me Alone any more.
* We will stop watching for emails from senders in this Rollup.
* We won't move emails in this Rollup out of your Inbox any more.

 ![To delete your Rollup click the chevron and click delete.](/api/attachments.redirect?id=26d01bc3-cd9c-469b-968d-529378f37ea2 " =1390x444")

---

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