# Checking Live Mail Receipts

After you have configured the email collector, you will be able to view the incoming mails on the Monitor page, in Cryoserver. To view the incoming mails:

1. Log into Cryoserver as an Administrator and navigate to **Monitor & Reports** > **System Monitor**.

The **System Monitor** page will be displayed. The numbers in the below screenshot correspond to the list number below:

1. New mail items waiting to be processed appear in the Spool Queue.
2. A spool agent starts to process these items.

<figure><img src="/files/s5RowcgQDoFgHbQj86AD" alt=""><figcaption><p>System Monitor Page</p></figcaption></figure>

The numbers in the above screenshot correspond to the list number below:

1. Every time you refresh this page you will notice that the **Processed** count will increase.
2. Some agents, among 0 to 5, will show a small-time indication that there have been new incoming emails or there are new emails still coming into the mailbox.

<figure><img src="/files/1UJFqwbyxx4wUnBiVOrg" alt=""><figcaption><p>Emails being Processed.</p></figcaption></figure>

Once you confirm that mail is being processed, then click the **Let Recent Mail Become Searchable** button.

The search cache will be refreshed to enable users to search emails that were processed within the last 30 minutes. Unless you use this action recent emails will not be found immediately when searching.

By default, indexes will be refreshed approximately every 30 minutes, or as defined in the admin area. To optimise the system, the user is expected not to immediately search for an email they have just sent/received, and hence the refresh functionality is provided as an override.

1. To view the search results, log out of the Admin area and log in as a local user (one that you added earlier in the Cryoserver admin area, or if LDAP is configured, use the LDAP credentials.)
2. Click the **Search** button.

The search results including the recent emails will be displayed.


---

# 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 current page URL with the `ask` query parameter:

```
GET https://help.cryoserver.com/quick-start/checking-live-mail-receipts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
