> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/mail-to-workorder/view-logs-and-monitor-limits.md).

# View logs and monitor limits

Mail to WorkOrder logs processed emails so you can check what happened and why.

This helps you troubleshoot matching problems and monitor how much inbound capacity you use.

### What you can review in the logs

Depending on the processing result, the logs can show:

* the processing outcome
* the rule that handled the email
* the created work order number
* the processed content or message details
* the processing time

### Open the logs

{% stepper %}
{% step %}

### Open Mail to WorkOrder

Go to **Automations** → **Mail to WorkOrder**.
{% endstep %}

{% step %}

### Open the logs

Open the logs or conversation history from the Mail to WorkOrder page.
{% endstep %}

{% step %}

### Filter the results

Filter by date, outcome, or configuration where available.
{% endstep %}

{% step %}

### Review the details

Open a log entry and review the outcome and linked work order.
{% endstep %}
{% endstepper %}

### Daily inbound monitoring

The Mail to WorkOrder page also shows the inbound usage counter for Conversations mode.

This tells you how many emails were processed against the daily limit.

When the limit is reached, new emails wait for the next reset period.

### Frequently asked questions

<details>

<summary>Why was no work order created?</summary>

Check the matching rule, customer matching, and processing outcome in the logs.

</details>

<details>

<summary>What does a customer not found outcome mean?</summary>

The email matched a configuration, but Mail to WorkOrder could not link or create the needed relation.

</details>

<details>

<summary>Can I increase the daily limit?</summary>

If you need more volume, contact support.

</details>

### Related topics

* [**Set up Conversations mode**](/marketplace-packages-and-power-ups/power-ups/mail-to-workorder/set-up-conversations-mode.md)
* [**Set up WorkOrder Drop mode**](/marketplace-packages-and-power-ups/power-ups/mail-to-workorder/set-up-workorder-drop-mode.md)
* [**Create and manage mail configurations**](/marketplace-packages-and-power-ups/power-ups/mail-to-workorder/create-and-manage-mail-configurations.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/mail-to-workorder/view-logs-and-monitor-limits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
