In the top right of the page, you'll see a search box that looks like this:

 ![](/api/attachments.redirect?id=4d1ba7b2-49c0-45cb-a933-3df3b341d31f " =772x294")

This is a simple way to find emails within the **Leave Me Alone** system, it will show you emails that;

* You have unsubscribed from
* Are in a Rollup
* Have been screened, blocked or allowed by Inbox Shield
* Have been seen recently in your inbox (if you have Inbox Shield enabled)


:::info
 The search will only work if you enter either a full email address (like *hello@example.com*) or a valid domain (*example.com).* Typing an email subject or sender name will not work.

:::

If you want to find out more information about what has happened to an email, for example what Rollup it has been added to or why is was blocked, then searching for it with this is the simplest way.

 ![](/api/attachments.redirect?id=a88c41cc-20f4-4698-a801-916ebd785966 " =1008x554")


:::warning
The search functionality will only show emails that we know about, it **does not search your mailboxes, only our system.**

:::

---

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